mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 22:44:55 +00:00
Mark duplicate hotkeys
This commit is contained in:

committed by
Eugene

parent
bc243a2741
commit
72bc58332d
@@ -3,6 +3,11 @@ export interface HotkeyDescription {
|
||||
name: string
|
||||
}
|
||||
|
||||
export interface Hotkey {
|
||||
strokes: string[] | string; // may be a sequence of strokes
|
||||
isDuplicate: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
* Extend to provide your own hotkeys. A corresponding [[ConfigProvider]]
|
||||
* must also provide the `hotkeys.foo` config options with the default values
|
||||
|
Reference in New Issue
Block a user