You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's true that physical_key is that what I need here but unfortunately there is no Key event for the shift+number keys. Just the text event. Other modifiers work.
I make a terminal application for old systems unfortunately shift+number is something I need to remap on terminal level for such old systems :(.
From "on_keyboard_input" the key event is only pushed when there is a logical_key may need to push the event if there is a logical or a physical key there?
The text was updated successfully, but these errors were encountered:
See #3415
It's true that physical_key is that what I need here but unfortunately there is no Key event for the shift+number keys. Just the text event. Other modifiers work.
I make a terminal application for old systems unfortunately shift+number is something I need to remap on terminal level for such old systems :(.
From "on_keyboard_input" the key event is only pushed when there is a logical_key may need to push the event if there is a logical or a physical key there?
The text was updated successfully, but these errors were encountered: