add control cut.

This commit is contained in:
Miroslav Šedivý
2022-01-30 17:53:22 +01:00
parent e8c7ab421a
commit 26ab7fa12d
3 changed files with 11 additions and 0 deletions

View File

@ -37,6 +37,7 @@ const (
CONTROL_KEYDOWN = "control/keydown"
CONTROL_KEYUP = "control/keyup"
// actions
CONTROL_CUT = "control/cut"
CONTROL_COPY = "control/copy"
CONTROL_PASTE = "control/paste"
CONTROL_SELECT_ALL = "control/select_all"