[client] keybind: validate and consume chord events

This commit is contained in:
Geoffrey McRae
2026-08-12 04:58:36 +10:00
parent 7b5936574c
commit f8cf0740e3
2 changed files with 23 additions and 7 deletions

View File

@@ -124,6 +124,7 @@ struct AppState
bool escapeActive;
uint64_t escapeTime;
int escapeAction;
bool escapeKeys[KEY_MAX];
bool escapeHelp;
struct ll * bindings;
bool haveSrcSize;