Skip to content

Commit 30165e8

Browse files
committed
Electron: Fixes #798: Enable Select All shortcut in macOS
1 parent 2202eb6 commit 30165e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ElectronClient/app/app.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,10 @@ class Application extends BaseApplication {
420420
label: _('Paste'),
421421
role: 'paste',
422422
accelerator: 'CommandOrControl+V',
423+
}, {
424+
label: _('Select all'),
425+
role: 'selectall',
426+
accelerator: 'CommandOrControl+A',
423427
}, {
424428
type: 'separator',
425429
screens: ['Main'],

0 commit comments

Comments
 (0)