mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Replace minus with hyphen character in keymaps (#2467)
This commit is contained in:
parent
5227486916
commit
9bc5a004a1
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"window:preferences": "command+,",
|
||||
"zoom:reset": "command+0",
|
||||
"zoom:in": "command+plus",
|
||||
"zoom:out": "command+minus",
|
||||
"zoom:out": "command+-",
|
||||
"window:new": "command+n",
|
||||
"window:minimize": "command+m",
|
||||
"window:zoom": "ctrl+alt+command+m",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"window:preferences": "ctrl+,",
|
||||
"zoom:reset": "ctrl+0",
|
||||
"zoom:in": "ctrl+plus",
|
||||
"zoom:out": "ctrl+minus",
|
||||
"zoom:out": "ctrl+-",
|
||||
"window:new": "ctrl+shift+n",
|
||||
"window:minimize": "ctrl+shift+m",
|
||||
"window:zoom": "ctrl+shift+alt+m",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"window:preferences": "ctrl+,",
|
||||
"zoom:reset": "ctrl+0",
|
||||
"zoom:in": "ctrl+plus",
|
||||
"zoom:out": "ctrl+minus",
|
||||
"zoom:out": "ctrl+-",
|
||||
"window:new": "ctrl+shift+n",
|
||||
"window:minimize": "ctrl+shift+m",
|
||||
"window:zoom": "ctrl+shift+alt+m",
|
||||
|
|
|
|||
Loading…
Reference in a new issue