mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 05:38:41 -09:00
Changed OS X 'reload' accelerator key mappings be more inline with Linux & Windows. (#3277)
Fixes #921
This commit is contained in:
parent
29ff8785d9
commit
6079ca35c2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"window:devtools": "command+alt+i",
|
"window:devtools": "command+alt+i",
|
||||||
"window:reload": "command+r",
|
"window:reload": "command+shift+r",
|
||||||
"window:reloadFull": "command+shift+r",
|
"window:reloadFull": "command+shift+f5",
|
||||||
"window:preferences": "command+,",
|
"window:preferences": "command+,",
|
||||||
"zoom:reset": "command+0",
|
"zoom:reset": "command+0",
|
||||||
"zoom:in": "command+plus",
|
"zoom:in": "command+plus",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue