Move to CTRL+= for windows, remove the need for the shift
This commit is contained in:
parent
927a0677f1
commit
8194b2446b
3 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ exports.createTemplate = (options, messages) => {
|
||||||
label: messages.viewMenuResetZoom.message,
|
label: messages.viewMenuResetZoom.message,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
accelerator: platform === 'darwin' ? 'Command+=' : null,
|
accelerator: platform === 'darwin' ? 'Command+=' : 'Control+=',
|
||||||
role: 'zoomin',
|
role: 'zoomin',
|
||||||
label: messages.viewMenuZoomIn.message,
|
label: messages.viewMenuZoomIn.message,
|
||||||
},
|
},
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
"role": "resetzoom"
|
"role": "resetzoom"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"accelerator": null,
|
"accelerator": "Control+=",
|
||||||
"label": "Zoom In",
|
"label": "Zoom In",
|
||||||
"role": "zoomin"
|
"role": "zoomin"
|
||||||
},
|
},
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
"role": "resetzoom"
|
"role": "resetzoom"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"accelerator": null,
|
"accelerator": "Control+=",
|
||||||
"label": "Zoom In",
|
"label": "Zoom In",
|
||||||
"role": "zoomin"
|
"role": "zoomin"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue