100NvimTree_1 done with functionality to export collisions

This commit is contained in:
2025-07-13 15:45:09 +01:00
parent 7e96203f92
commit d392ad2c79
5 changed files with 14 additions and 12 deletions

View File

@@ -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