Priority support for commands and overrides

This commit is contained in:
Zef Hemel
2024-01-02 13:47:43 +01:00
parent fd6f7c28c9
commit c63a93e866
8 changed files with 25 additions and 8 deletions
+3
View File
@@ -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;