1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Set Control + Delete as a shortcut for deleting layers

This commit is contained in:
Emmanouil Papadeas 2024-02-03 17:40:00 +02:00
parent 647ec29ab0
commit 80978ea755

View file

@ -737,7 +737,8 @@ new_layer={
}
remove_layer={
"deadzone": 0.5,
"events": []
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194312,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
move_layer_up={
"deadzone": 0.5,