Skip to content

Commit

Permalink
use alt+f as the default keymap for hamburger menu
Browse files Browse the repository at this point in the history
  • Loading branch information
LabhanshAgrawal committed Oct 9, 2021
1 parent f56779b commit d821203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/keymaps/linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"window:reload": "ctrl+shift+r",
"window:reloadFull": "ctrl+shift+f5",
"window:preferences": "ctrl+,",
"window:hamburgerMenu": "alt",
"window:hamburgerMenu": "alt+f",
"zoom:reset": "ctrl+0",
"zoom:in": "ctrl+=",
"zoom:out": "ctrl+-",
Expand Down
2 changes: 1 addition & 1 deletion app/keymaps/win32.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"window:reload": "ctrl+shift+r",
"window:reloadFull": "ctrl+shift+f5",
"window:preferences": "ctrl+,",
"window:hamburgerMenu": "alt",
"window:hamburgerMenu": "alt+f",
"zoom:reset": "ctrl+0",
"zoom:in": "ctrl+=",
"zoom:out": "ctrl+-",
Expand Down

0 comments on commit d821203

Please sign in to comment.