mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
Change Toggle Editor Mode hotkey on OS X
By default the Toggle Editor Mode hotkey was set to Command + M, which is a great and mnemonic hotkey. Unfortunately that hotkey is also the hotkey to minimize an application. This commit changes the default Toggle Editor Mode hotkey to Command + Option + M on OS X, which will not minimize the window and maintains the mnemonic pattern.
This commit is contained in:
@@ -24,7 +24,7 @@ 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 + M' : 'Ctrl + M'
|
toggleMode: OSX ? 'Command + Option + M' : 'Ctrl + M'
|
||||||
},
|
},
|
||||||
ui: {
|
ui: {
|
||||||
language: 'en',
|
language: 'en',
|
||||||
|
|||||||
Reference in New Issue
Block a user