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

Change default hotkeys

Setting the default hotkeys to be more consistent on OS X (using
the Alt notation as opposed to the Option notation).
This commit is contained in:
jacobherrington
2018-09-30 20:44:23 -05:00
parent 3f1fa44ee7
commit db2c6c99f7

View File

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