Skip to content

Commit a7a91a9

Browse files
rueckstiesskangas
authored andcommitted
Cmd-H is already used, use F1 accelerator for help
1 parent 4a9256c commit a7a91a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/electron/menu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ function nonDarwinAboutSubMenuItem() {
138138

139139
function helpWindowSubMenuItem() {
140140
return {
141-
label: 'Help',
142-
accelerator: 'CmdOrCtrl+H',
141+
label: 'Show Compass Help',
142+
accelerator: 'F1',
143143
click: function() {
144144
app.emit('show help window');
145145
}

0 commit comments

Comments
 (0)