mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-16 05:34:43 -05:00
Add keyboard shortcut for Clear Selection (#457)
This commit is contained in:
parent
f9c275d0a4
commit
59862171e9
2 changed files with 6 additions and 1 deletions
|
|
@ -444,6 +444,11 @@ show_pixel_grid={
|
|||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":true,"meta":false,"command":true,"pressed":false,"scancode":72,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
clear_selection={
|
||||
"deadzone": 0.5,
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":true,"meta":false,"command":true,"pressed":false,"scancode":68,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
|
||||
[locale]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue