Skip to content

Commit dea5d4f

Browse files
committed
Electron: Fixes #798: Enable Select All shortcut in macOS
1 parent aa4245c commit dea5d4f

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
@@ -418,6 +418,10 @@ class Application extends BaseApplication {
418418
label: _('Paste'),
419419
role: 'paste',
420420
accelerator: 'CommandOrControl+V',
421+
}, {
422+
label: _('Select all'),
423+
role: 'selectall',
424+
accelerator: 'CommandOrControl+A',
421425
}, {
422426
type: 'separator',
423427
screens: ['Main'],

0 commit comments

Comments
 (0)