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:
parent
b1857fea7c
commit
74abc30f30
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue