-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Ctrl+Keypad Plus seem not to work #1325
Comments
nice, finaally somebody that actually uses the keypad. Was this ever working? When introducing CSIu keyboard protocol, I noticed that we didn't really properly implement keypad encoding, and that in the Qt frontend side of life, we didn't even have the mappings for it. So (post 0.3.12 release) I killed it, and just revived the backend-side of it just yesterday night (#1324). Looks like I need to further invest in getting the frontend side working (again), as well. - { mods: [Control], key: Plus, action: IncreaseFontSize }
- { mods: [Control], key: Minus, action: DecreaseFontSize } ok, lemme get a full-sized keyboard, to repro and finish the implementation then. :) |
Thank you for looking into it. Yes it was working but please don't ask me which version of 0.3.x. |
@Glog78 it was working in the past, because we had no explicit handling of numpad, which we now do, because we recently introduced CSIu support (improved keyboard handling for terminal apps, like nvim). This caused numpad to magically stop working for input bindings. I've also fixed that in the related PR (#1328) and should be working soon. I'm writing this, because now the config is actually strict. Thanks for your patience. :) |
Thanks for fixing :) works now |
btw there seems to be a regression ... at least in current versions and i dunno since when version the numpad doesn't work again |
I will reopen it, just in case so we will not forget about it |
Contour Terminal Emulator 0.4.4-master-34289b23
Numpad doesn't work. |
@Glog78 will be fixed on master soon |
Contour Terminal version
0.4.0.r4132.31248d53
Installer source
Github: source code cloned
Operating System
Arch
Architecture
x86-64
Other Software
none
Steps to reproduce
I have the following lines in my input mapping:
- { mods: [Control], key: Plus, action: IncreaseFontSize }
- { mods: [Control], key: Minus, action: DecreaseFontSize }
Press ctrl + (Numpad) Plus or ctrl + (Numpad) Minus
Expected Behavior
Resizing the Font Size
Actual Behavior
Nothing
Additional notes
Works with the regular Minus and Plus and worked with the last version i used.
The text was updated successfully, but these errors were encountered: