100NvimTree_1 done with functionality to export collisions
This commit is contained in:
@@ -68,6 +68,11 @@ struct
|
||||
key = Input.KEY_E () andalso action = Input.PRESS () andalso mods = 0x002
|
||||
then
|
||||
Mailbox.send (mailbox, KEY_CTRL_E)
|
||||
else if
|
||||
(* ctrl-c *)
|
||||
key = Input.KEY_C () andalso action = Input.PRESS () andalso mods = 0x002
|
||||
then
|
||||
Mailbox.send (mailbox, KEY_CTRL_C)
|
||||
else if
|
||||
key = Input.KEY_A () andalso action = Input.PRESS () andalso mods = 0
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user