Remap zoom to Command+= on macOS (#3296)
This commit is contained in:
parent
1a76f1dae3
commit
97b26778b3
5 changed files with 5 additions and 0 deletions
|
@ -85,6 +85,7 @@ exports.createTemplate = (options, messages) => {
|
||||||
label: messages.viewMenuResetZoom.message,
|
label: messages.viewMenuResetZoom.message,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
accelerator: platform === 'darwin' ? 'Command+=' : 'Control+Plus',
|
||||||
role: 'zoomin',
|
role: 'zoomin',
|
||||||
label: messages.viewMenuZoomIn.message,
|
label: messages.viewMenuZoomIn.message,
|
||||||
},
|
},
|
||||||
|
|
|
@ -115,6 +115,7 @@
|
||||||
"role": "resetzoom"
|
"role": "resetzoom"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"accelerator": "Command+=",
|
||||||
"label": "Zoom In",
|
"label": "Zoom In",
|
||||||
"role": "zoomin"
|
"role": "zoomin"
|
||||||
},
|
},
|
||||||
|
|
|
@ -102,6 +102,7 @@
|
||||||
"role": "resetzoom"
|
"role": "resetzoom"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"accelerator": "Command+=",
|
||||||
"label": "Zoom In",
|
"label": "Zoom In",
|
||||||
"role": "zoomin"
|
"role": "zoomin"
|
||||||
},
|
},
|
||||||
|
|
|
@ -74,6 +74,7 @@
|
||||||
"role": "resetzoom"
|
"role": "resetzoom"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"accelerator": "Control+Plus",
|
||||||
"label": "Zoom In",
|
"label": "Zoom In",
|
||||||
"role": "zoomin"
|
"role": "zoomin"
|
||||||
},
|
},
|
||||||
|
|
|
@ -63,6 +63,7 @@
|
||||||
"role": "resetzoom"
|
"role": "resetzoom"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"accelerator": "Control+Plus",
|
||||||
"label": "Zoom In",
|
"label": "Zoom In",
|
||||||
"role": "zoomin"
|
"role": "zoomin"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue