introduce opentui keymap as sole key/cmd engine (#26053)

This commit is contained in:
Sebastian 2026-05-07 20:35:31 +02:00 committed by GitHub
commit 98f5e6e713
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
67 changed files with 3889 additions and 3008 deletions

View file

@ -6,11 +6,20 @@
{
"enabled": false,
"label": "workspace",
"keybinds": {
"modal": "ctrl+alt+m",
"screen": "ctrl+alt+o",
"home": "escape,ctrl+shift+h",
"dialog_close": "escape,q"
"keymap": {
"sections": {
"global": {
"plugin.smoke.modal": "ctrl+alt+m",
"plugin.smoke.screen": "ctrl+alt+o"
},
"screen": {
"plugin.smoke.screen.home": "escape,ctrl+shift+h",
"plugin.smoke.screen.modal": "ctrl+alt+m"
},
"dialog": {
"plugin.smoke.dialog.close": "escape,q"
}
}
}
}
]