mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 22:48:41 -09:00
Zoom with both cmd+= and cmd+plus (#3401)
This commit is contained in:
parent
7a5c204395
commit
3136c64f4a
1 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,10 @@
|
|||
"window:reloadFull": "command+shift+f5",
|
||||
"window:preferences": "command+,",
|
||||
"zoom:reset": "command+0",
|
||||
"zoom:in": "command+plus",
|
||||
"zoom:in": [
|
||||
"command+plus",
|
||||
"command+="
|
||||
],
|
||||
"zoom:out": "command+-",
|
||||
"window:new": "command+n",
|
||||
"window:minimize": "command+m",
|
||||
|
|
|
|||
Loading…
Reference in a new issue