From fc0492cf90a5e0ecbe4769da37c84eca12088c81 Mon Sep 17 00:00:00 2001 From: Andy Baker Date: Thu, 11 Jan 2024 10:39:55 +0000 Subject: [PATCH] Remove "Export all" shortcut Far too easy to accidentally trigger a ton of exports. --- Assets/Scripts/InputManager.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Scripts/InputManager.cs b/Assets/Scripts/InputManager.cs index d87cfe1022..6c26ea6a9f 100644 --- a/Assets/Scripts/InputManager.cs +++ b/Assets/Scripts/InputManager.cs @@ -183,7 +183,6 @@ public enum KeyboardShortcut { (int)KeyboardShortcut.Abort, new[] { Key.Escape } }, { (int)KeyboardShortcut.SaveNew, new[] { Key.S } }, - { (int)KeyboardShortcut.ExportAll, new[] { Key.A } }, { (int)KeyboardShortcut.ToggleProfile, new[] { Key.K } }, // Context-dependent { (int)KeyboardShortcut.SwitchCamera, new[] { Key.C } },