-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard shortcut escape sequence #315
Comments
Of course this could be done in the same way as it is done in tmux - Ctrl-b as the main tmux command binding, but I want to come up with a way to completely transfer keyboard focus to an application (or a focused group of applications) and return it using the Host-key or some kind of window menu button, like it is done by virtual machine managers, e.g. VirtualBox reserves the right Ctrl key. This is related to #86. I haven't dived deep into this issue or experimented with it. The final way to escape the keyboard depends on the ability to support keyboard protocols in modern terminal emulators. There is an option to completely intercept keyboard input at the OS level (Win32/X11/Wayland), handle keypresses/keyreleases, intercept special keys/combinations - e.g. Win+Key, Alt+Tab, etc. In this case, we will have complete freedom to choose the option to control keyboard input. At the moment, I'm thinking of implementing the following keyboard input processing scheme:
|
Closing in favor of #86 |
Sometimes keyboard shortcuts are interpreted by vtm but should effect the open app (eg. terminal).
A keyboard shortcut to prevent the next from being used by vtm would be nice.
Then everything should be possible.
The text was updated successfully, but these errors were encountered: