diff --git a/ElectronClient/app/app.js b/ElectronClient/app/app.js index 43ca07e9da..4a916d600e 100644 --- a/ElectronClient/app/app.js +++ b/ElectronClient/app/app.js @@ -420,6 +420,10 @@ class Application extends BaseApplication { label: _('Paste'), role: 'paste', accelerator: 'CommandOrControl+V', + }, { + label: _('Select all'), + role: 'selectall', + accelerator: 'CommandOrControl+A', }, { type: 'separator', screens: ['Main'],