Commit Graph

4 Commits

Author SHA1 Message Date
69d8aa4131 detect and discard modifier-only key events
for recognising key sequences, we only want  to look at
events containing non-modifier keystrokes
2022-12-31 16:46:34 +00:00
dd139c9796 express keymap bindings as [command-name args]
instead of using functions directly. This is so that the
appropriate frame-relevant commander can be used to execure
the command, but also makes the keymaps a little less opaque
2022-12-26 16:53:41 +00:00
15c0ce3417 allow modifiers in keymaps 2022-12-23 14:43:29 +00:00
25d31e0262 use keymap to choose command to invoke 2022-12-22 22:42:45 +00:00