Merge pull request #5138 from bew/patch-1
Some checks failed
lint / lint (unit) (push) Has been cancelled
e2e / test (firefox, ubuntu) (push) Has been cancelled
e2e / test (firefox, windows) (push) Has been cancelled
e2e / test (firefoxesr, ubuntu) (push) Has been cancelled
lint / lint (lint) (push) Has been cancelled
lint / lint (mozilla) (push) Has been cancelled
Website / build (push) Has been cancelled
Website / deploy (push) Has been cancelled

Mention `unbindurl` can work with `bind` keys as well
This commit is contained in:
Oliver Blanthorn 2025-01-11 13:23:42 +00:00 committed by GitHub
commit cf4baae9cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4840,7 +4840,7 @@ export async function unbind(...args: string[]) {
}
/**
* Unbind a sequence of keys you have set with [[bindurl]]. Note that this **kills** a bind, which means Tridactyl will pass it to the page on `pattern`. If instead you want to use the default setting again, use [[reseturl]].
* Unbind a sequence of keys you have set with [[bind]] or [[bindurl]]. Note that this **kills** a bind, which means Tridactyl will pass it to the page on `pattern`. If instead you want to use the default setting again, use [[reseturl]].
*
* @param pattern a regex to match URLs on which the key should be unbound
* @param mode Optional. The mode in which the key should be unbound. Defaults to normal.