-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Description
Hi,
How would I determine what key codes to fire off to generate a specific character?
(For instance to generate a '~' there is ecodes.KEY_GRAVE, but I don't see something like ecodes.COLON (for ':').)
So on my desktop I use a combination of KEY_LEFTSHIFT + KEY_SEMICOLON to generate a colon (:).
How would I determine the correct sequence of events on a particular platform/keyboard layout?
Oh also this is using UInput.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels