feat: add shortcut disable option
This commit is contained in:
@@ -15,7 +15,8 @@ instance.register.shortcutList([
|
||||
shift?: boolean;
|
||||
alt?: boolean;
|
||||
isGlobal?: boolean;
|
||||
callback: (command: Command) => any;
|
||||
callback?: (command: Command) => any;
|
||||
disable?: boolean;
|
||||
}
|
||||
])
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user