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 } },