Replace minus with hyphen character in keymaps (#2467)

This commit is contained in:
Bauke van der Laan 2017-11-22 13:04:38 +01:00 committed by CHaBou
parent 5227486916
commit 9bc5a004a1
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",