implement CTRL+Z for undo() and CTRL+Shift+Z for redo()
This commit is contained in:
@@ -9,7 +9,10 @@ enum class kKey : uint8_t
|
||||
AndroidBack,
|
||||
KeySpacebar,
|
||||
KeyE,
|
||||
KeyZ,
|
||||
KeyAlt,
|
||||
KeyCtrl,
|
||||
KeyShift,
|
||||
KeyTab,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user