Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Commit e23f8aa

Browse files
committed
shortcut: Rename Zoom In keyboard shortcut.
1 parent 5c3208d commit e23f8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class AppMenu {
5454
role: 'togglefullscreen'
5555
}, {
5656
label: 'Zoom In',
57-
accelerator: 'CommandOrControl+=',
57+
accelerator: 'CommandOrControl+Plus',
5858
click(item, focusedWindow) {
5959
if (focusedWindow) {
6060
AppMenu.sendAction('zoomIn');

0 commit comments

Comments
 (0)