question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unhandled keys in input

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
alethiophilecommented, Jun 25, 2020

This should be from gnome-terminal running on Fedora (in a Qubes Xen container), keyboard is a UHK (https://uhk.io).

0reactions
thomasballingercommented, Jul 1, 2020
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found