mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Add esc button to unselect input field
This commit is contained in:
@@ -14,6 +14,10 @@ key_trigger {
|
||||
input: KEY_ENTER
|
||||
action: "key_enter"
|
||||
}
|
||||
key_trigger {
|
||||
input: KEY_ESC
|
||||
action: "key_esc"
|
||||
}
|
||||
mouse_trigger {
|
||||
input: MOUSE_BUTTON_1
|
||||
action: "touch"
|
||||
|
Reference in New Issue
Block a user