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

Add Control + Shift + T as a shortcut that opens the last project

This commit is contained in:
Emmanouil Papadeas 2024-05-01 15:52:43 +03:00
parent b1857fea7c
commit 74abc30f30

View file

@ -622,7 +622,8 @@ activate_right_tool={
} }
open_last_project={ open_last_project={
"deadzone": 0.5, "deadzone": 0.5,
"events": [] "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"command_or_control_autoremap":true,"alt_pressed":false,"shift_pressed":true,"pressed":false,"keycode":84,"physical_keycode":0,"key_label":0,"unicode":84,"echo":false,"script":null)
]
} }
preferences={ preferences={
"deadzone": 0.5, "deadzone": 0.5,