Add configuration option to unbind all keys #5443
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Description of the new feature/enhancement
The current user experience for conflicts between Windows Terminal bindings and console application bindings is to try something in the console application, notice the keystroke doesn't work as it is intercepted by Windows Terminal, then try to identify the exact combination of modifier keys that Windows Terminal intercepts (not always trivial) and unbind that combination in the configuration.
When using Windows Terminal in an environment such as WSL2 + tmux/emacs the user will almost always want keypresses to be interpreted by the console application rather than Windows Terminal itself.
The user should have a way of unbinding all keys from Windows Terminal without listing them all individually.
Proposed technical implementation details (optional)
Add a configuration option to remove all key bindings without having to list them individually, leaving only the GUI as a means to interact with Windows Terminal, passing all keystrokes on to the console application.
The text was updated successfully, but these errors were encountered: