1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Reset default hotkey on OS X

This shouldn't have been committed it was for testing. This commit
resets it to the original hotkey.
This commit is contained in:
jacobherrington
2018-09-30 18:30:34 -05:00
parent 002e7ab9dd
commit ffc390d49d

View File

@@ -24,7 +24,7 @@ export const DEFAULT_CONFIG = {
amaEnabled: true,
hotkey: {
toggleMain: OSX ? 'Command + Alt + L' : 'Super + Alt + E',
toggleMode: OSX ? 'Command + Opt + M' : 'Ctrl + M'
toggleMode: OSX ? 'Command + Option + M' : 'Ctrl + M'
},
ui: {
language: 'en',