Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Change "Close Window" accelerator
Browse files Browse the repository at this point in the history
Closes #68
  • Loading branch information
brrd committed Oct 9, 2016
1 parent 86cca6d commit d4a7dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/menu-window.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@
},
{
"label": "Close Document",
"accelerator": "CmdOrCtrl+W",
"accelerator": "CmdOrCtrl+Shift+W",
"command": "close"
},
{
"label": "Close Window",
"accelerator": "CmdOrCtrl+Shift+W",
"accelerator": "CmdOrCtrl+W",
"role": "close"
},
{
Expand Down

0 comments on commit d4a7dd3

Please sign in to comment.