From 74abc30f30a69b0612c535b8fcd606ecf5c551c6 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Wed, 1 May 2024 15:52:43 +0300 Subject: [PATCH] Add Control + Shift + T as a shortcut that opens the last project --- project.godot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 7b77e4220..62bdc3866 100644 --- a/project.godot +++ b/project.godot @@ -622,7 +622,8 @@ activate_right_tool={ } open_last_project={ "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={ "deadzone": 0.5,