Unhandled keys in input
See original GitHub issueI was playing with curtsies.events and found some keys it didn’t handle (shift and alt with arrow keys). It asked me to report them here, so here they are.
keylog.txt:
b'\x1b[1;3C' is called Alt-Right
b'\x1b[1;2C' is called Shift-Right
b'\x1b[1;2B' is called Shift-Down
b'\x1b[1;2D' is called Shift-Left
b'\x1b[1;2A' is called shift-up
b'\x1b[1;3B' is called alt-down
b'\x1b[1;3D' is called alt-left
b'\x1b[1;3A' is called alt-up
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to send unhandled keypresses to a particular input field?
If any input field has focus, the event should go there and nowhere else. Keys that do not type characters (Enter, arrow keys,...
Read more >userEvent.type with empty string causes a warning about an ...
The warning seems to be an unhandled rejected promise, ... Calling type or keyboard with an empty input string might be a mistake...
Read more >how to use unhandled input loop?i think unhandled ... - Reddit
i think unhandled input not called if key_a allready used. but number 2 output with 1. please tell me a example of use...
Read more >unhandled_input is not handling some input - Godot Engine
1 Answer ... Make sure your input is not set as handled somewhere in the scene before it received by the node. ......
Read more >Input - NDK - Android Developers
Fallback key events are generated by unhandled trackball motions (to emulate a directional keypad) and by certain unhandled key presses that ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This should be from gnome-terminal running on Fedora (in a Qubes Xen container), keyboard is a UHK (https://uhk.io).
Resolved by https://github.com/bpython/curtsies/pull/136