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.
The functions
get-keyandget-key-blockingare giving you all keys pressed. But they don't seem to recognise the Control, Alt & super (and on Mac Command) keys.For instance,
get-keyreturns 'å' 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.