Fix zoom keymaps for Windows (#2489)

Fixes #2448
This commit is contained in:
Edgar Carneiro 2018-04-25 00:14:05 +01:00 committed by CHaBou
parent e52298018a
commit d1eb02098e
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"window:reloadFull": "ctrl+shift+f5",
"window:preferences": "ctrl+,",
"zoom:reset": "ctrl+0",
"zoom:in": "ctrl+plus",
"zoom:in": "ctrl+=",
"zoom:out": "ctrl+-",
"window:new": "ctrl+shift+n",
"window:minimize": "ctrl+shift+m",

View file

@ -4,7 +4,7 @@
"window:reloadFull": "ctrl+shift+f5",
"window:preferences": "ctrl+,",
"zoom:reset": "ctrl+0",
"zoom:in": "ctrl+plus",
"zoom:in": "ctrl+=",
"zoom:out": "ctrl+-",
"window:new": "ctrl+shift+n",
"window:minimize": "ctrl+shift+m",