Skip to content

Commit

Permalink
Remove "Export all" shortcut (#610)
Browse files Browse the repository at this point in the history
Far too easy to accidentally trigger a ton of exports.
  • Loading branch information
andybak authored Jan 11, 2024
1 parent 84debce commit d8de46f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Scripts/InputManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 } },
Expand Down

0 comments on commit d8de46f

Please sign in to comment.