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:
@@ -24,8 +24,8 @@ export const DEFAULT_CONFIG = {
|
|||||||
amaEnabled: true,
|
amaEnabled: true,
|
||||||
hotkey: {
|
hotkey: {
|
||||||
toggleMain: OSX ? 'Command + Alt + L' : 'Super + Alt + E',
|
toggleMain: OSX ? 'Command + Alt + L' : 'Super + Alt + E',
|
||||||
toggleMode: OSX ? 'Command + Option + M' : 'Ctrl + M',
|
toggleMode: OSX ? 'Command + Alt + M' : 'Ctrl + M',
|
||||||
deleteNote: OSX ? 'Command + Backspace' : 'Command + Backspace'
|
deleteNote: OSX ? 'Command + Alt + Backspace' : 'Ctrl + Alt + Backspace'
|
||||||
},
|
},
|
||||||
ui: {
|
ui: {
|
||||||
language: 'en',
|
language: 'en',
|
||||||
|
|||||||
Reference in New Issue
Block a user