]> git.neil.brown.name Git - edlib.git/commit
input: Add Keystroke-sequence interface
authorNeilBrown <neil@brown.name>
Fri, 8 Sep 2023 05:35:51 +0000 (15:35 +1000)
committerNeilBrown <neil@brown.name>
Fri, 8 Sep 2023 05:35:51 +0000 (15:35 +1000)
commit140cd989a8e8ae70718d84928d56f4b42332a664
tree3832ae669873e97053d7ca1d7ea8fd4014a9ab14
parent38e9db12d543ae47ed6f710a594c9b90e35dd1e1
input: Add Keystroke-sequence interface

Rather than having two copies for code to convert a string (from a
menu selection) to a sequence of keystrokes, put the code in lib-input.

As the keys are space-separated, allow :SPC to be used for a space "- ".

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
lib-input.c
lib-menubar.c
mode-emacs.c