-
Notifications
You must be signed in to change notification settings - Fork 154
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
Some shortcuts not passed to application #1092
Comments
Also can not block select (terminal-side) in mcedit. In other terminal emulators I could do it with ctrl+shift (ctrl for terminal block select, shift to bypass mcedit mouse handling). Trided with ctrl+alt+shift, but that may be partially intercepted by compositor or something. Plain selecting with shift works, ctrl+shift does the same. Can block select be remapped to ctrl instead of ctrl+alt? |
|
Updating https://github.com/lxqt/qtermwidget/blob/master/lib/kb-layouts/default.keytab may fix them. Patches are welcom. |
What exactly needs updating? Do I need to remove references to pgup/pgdown for applications to receive them (does not seem to work), or do I need to bind some tricky escape sequences to shift+pgup/pgdown, ctrl+shift+home/end? |
Could you try appending this to
The escape sequence can be checked in another terminal that works with mcedit. This is often tricky - here are some possible ways to find it:
Here I assume mcedit uses
|
only strace mcedit worked, in sakura:
Added this, it works:
ctrl+shift+home/end did not work even in sakura, maybe my memory just fails me. I wonder if it is possible to guess those sequences. |
Cool! Feel free to open a pull request for working shortcuts.
Maybe try more terminals? Usually xterm supports escape sequences better, as most terminals follow escape sequences defined by xterm (that's what the environment variable |
lxqt/qtermwidget#530 |
Thanks! I merged the pull request for Shift+PgUp/PgDown. Issues with Ctrl+Shift+Home/End may not be caused by qterminal, so closing. |
Expected Behavior
mcedit
should receive shift+pgup/pgdown, ctrl+shift+home/end like any other mods+directions shortcuts.Current Behavior
It receives pgup/pgdown instead and ignores ctrl+shift+home/end
Possible Solution
Steps to Reproduce (for bugs)
mcedit
(editor from Midnight Commander)Context
TERM: xterm-256color, emulation: default
System Information
The text was updated successfully, but these errors were encountered: