rewrite key stroke handling; now multi-platform, overridable by prefs

This commit is contained in:
Ben Fry
2019-01-22 18:28:43 -05:00
parent 7950eb379b
commit 1964bf65cb
6 changed files with 66 additions and 66 deletions
@@ -31,6 +31,9 @@ menu.file.quit = Quit
menu.edit = Edit
menu.edit.undo = Undo
menu.edit.redo = Redo
menu.edit.redo.keystroke.macosx = shift meta pressed Z
menu.edit.redo.keystroke.windows = meta pressed Y
menu.edit.redo.keystroke.linux = shift ctrl pressed Z
menu.edit.action.addition = addition
menu.edit.action.deletion = deletion
menu.edit.cut = Cut