mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
rewrite key stroke handling; now multi-platform, overridable by prefs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user