I’d like to be able to switch files with single keys like this:
{"keys":["1"] ,"command":"prev_file_tab"} ,//|super+shift+[|super+pageup |ctrl+pageup |
{"keys":["2"] ,"command":"next_file_tab"} ,//|super+shift+]|super+pagedown|ctrl+pagedown|
But this breaks typing since text boxes aren’t considered a special text mode that would pause non-modifier keybinds and prioritize alpha keys
I’d like to limit some keybinds to non-text fields only to avoid that