Priority support for commands and overrides
This commit is contained in:
@@ -7,6 +7,9 @@ export type CommandDef = {
|
||||
|
||||
contexts?: string[];
|
||||
|
||||
// Default 0, higher is higher priority = higher in the list
|
||||
priority?: number;
|
||||
|
||||
// Bind to keyboard shortcut
|
||||
key?: string;
|
||||
mac?: string;
|
||||
|
||||
Reference in New Issue
Block a user