Skip to content

Commit

Permalink
add to defaults.json too, so it'll be picked up as a command automati…
Browse files Browse the repository at this point in the history
…cally
  • Loading branch information
zadjii-msft committed Jul 6, 2020
1 parent fcb2d48 commit a50d2e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cascadia/TerminalApp/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
{ "command": "closeWindow", "keys": "alt+f4" },
{ "command": "toggleFullscreen", "keys": "alt+enter" },
{ "command": "toggleFullscreen", "keys": "f11" },
{ "command": "toggleBorderless" },
{ "command": "openNewTabDropdown", "keys": "ctrl+shift+space" },
{ "command": "openSettings", "keys": "ctrl+," },
{ "command": { "action": "openSettings", "target": "defaultsFile" }, "keys": "ctrl+alt+," },
Expand Down

0 comments on commit a50d2e9

Please sign in to comment.