mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-08-30 02:41:34 +00:00
Add configurable global hotkeys (#1305)
This commit is contained in:
@@ -4,6 +4,9 @@ const VALID_ACTION_TYPES = [
|
||||
"sendControlCode",
|
||||
"sendText",
|
||||
"runSnippet",
|
||||
"nextTab",
|
||||
"previousTab",
|
||||
"openCommandPalette",
|
||||
];
|
||||
|
||||
export function isValidKeyCombo(combo: unknown): boolean {
|
||||
|
||||
Reference in New Issue
Block a user