From f3c50714834d2d5cb204625c63aaeffb50bef236 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Sun, 22 May 2022 23:56:37 +0200 Subject: gui: set up a global theme --- .gut_editor_shortcuts.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gut_editor_shortcuts.cfg (limited to '.gut_editor_shortcuts.cfg') diff --git a/.gut_editor_shortcuts.cfg b/.gut_editor_shortcuts.cfg new file mode 100644 index 0000000..5dfdf79 --- /dev/null +++ b/.gut_editor_shortcuts.cfg @@ -0,0 +1,17 @@ +[main] + +run_all=Object(ShortCut,"resource_local_to_scene":false,"resource_name":"","shortcut":Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +,"script":null) + +run_current_script=Object(ShortCut,"resource_local_to_scene":false,"resource_name":"","shortcut":Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +,"script":null) + +run_current_inner=Object(ShortCut,"resource_local_to_scene":false,"resource_name":"","shortcut":Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +,"script":null) + +run_current_test=Object(ShortCut,"resource_local_to_scene":false,"resource_name":"","shortcut":Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +,"script":null) + +panel_button=Object(ShortCut,"resource_local_to_scene":false,"resource_name":"","shortcut":Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +,"script":null) + -- cgit v1.2.3