Skip to content

Commit

Permalink
Fix openSettings misspelling in defaults (#6520)
Browse files Browse the repository at this point in the history
Fixes #6486.
  • Loading branch information
carlos-zamora authored Jun 15, 2020
1 parent 888e724 commit c1076a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalApp/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
{ "command": "toggleFullscreen", "keys": "f11" },
{ "command": "openNewTabDropdown", "keys": "ctrl+shift+space" },
{ "command": "openSettings", "keys": "ctrl+," },
{ "command": { "action": "openSettings", "target": "defaultFile" }, "keys": "ctrl+alt+," },
{ "command": { "action": "openSettings", "target": "defaultsFile" }, "keys": "ctrl+alt+," },
{ "command": "find", "keys": "ctrl+shift+f" },

// Tab Management
Expand Down

0 comments on commit c1076a8

Please sign in to comment.