add ability to move from normal mode to move mode, and from move mode back to normal mode
This commit is contained in:
@@ -164,6 +164,14 @@ struct
|
||||
key = Input.KEY_9 () andalso action = Input.PRESS () andalso mods = 0
|
||||
then
|
||||
Mailbox.send (mailbox, NUM 9)
|
||||
else if
|
||||
key = Input.KEY_ESC () andalso action = Input.PRESS () andalso mods = 0
|
||||
then
|
||||
Mailbox.send (mailbox, KEY_ESC)
|
||||
else if
|
||||
key = Input.KEY_M () andalso action = Input.PRESS () andalso mods = 0
|
||||
then
|
||||
Mailbox.send (mailbox, KEY_M)
|
||||
else
|
||||
()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user