-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
The functions get-key
and get-key-blocking
are giving you all keys pressed. But they don't seem to recognise the Control, Alt & super (and on Mac Command) keys.
For instance, get-key
returns 'å' when I hit Alt-a on my mac keyboard. Ctrl and any character just returns the character. It would be nice to let the program get {:mod :ctrl :key "a"}
or something like that.