Fix zoom-in shortcut to work with numpad + (#3444)

This commit is contained in:
Devin Binnie
2025-06-03 09:07:00 -04:00
committed by GitHub
parent 16abafbabb
commit 896e020583

View File

@@ -269,6 +269,10 @@ export function createTemplate(config: Config, updateManager: UpdateManager) {
role: 'zoomIn',
visible: false,
accelerator: 'CmdOrCtrl+Shift+=',
}, {
role: 'zoomIn',
visible: false,
accelerator: 'CmdOrCtrl+Plus',
}, {
role: 'zoomOut',
label: localizeMessage('main.menus.app.view.zoomOut', 'Zoom Out'),