implement CTRL+Z for undo() and CTRL+Shift+Z for redo()

This commit is contained in:
2018-07-28 19:28:26 +02:00
parent 4a05bda62f
commit a66af9abb8
4 changed files with 14 additions and 6 deletions

View File

@@ -9,7 +9,10 @@ enum class kKey : uint8_t
AndroidBack,
KeySpacebar,
KeyE,
KeyZ,
KeyAlt,
KeyCtrl,
KeyShift,
KeyTab,
};