Skip to content

Commit ffc390d

Browse files
author
jacobherrington
committed
Reset default hotkey on OS X
This shouldn't have been committed it was for testing. This commit resets it to the original hotkey.
1 parent 002e7ab commit ffc390d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/main/lib/ConfigManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const DEFAULT_CONFIG = {
2424
amaEnabled: true,
2525
hotkey: {
2626
toggleMain: OSX ? 'Command + Alt + L' : 'Super + Alt + E',
27-
toggleMode: OSX ? 'Command + Opt + M' : 'Ctrl + M'
27+
toggleMode: OSX ? 'Command + Option + M' : 'Ctrl + M'
2828
},
2929
ui: {
3030
language: 'en',

0 commit comments

Comments
 (0)