mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Fix unbind
This commit is contained in:
parent
188ea0b39b
commit
7e7528746b
1 changed files with 1 additions and 1 deletions
|
@ -1414,7 +1414,7 @@ export function autocmd(event: string, url: string, ...excmd: string[]){
|
|||
*/
|
||||
//#background
|
||||
export async function unbind(key: string){
|
||||
bind(key, "")
|
||||
config.set("nmaps", key, "")
|
||||
}
|
||||
|
||||
/** Restores a sequence of keys to their default value.
|
||||
|
|
Loading…
Add table
Reference in a new issue