From db2c6c99f79a55fb84932d038083ee622c6c3120 Mon Sep 17 00:00:00 2001 From: jacobherrington Date: Sun, 30 Sep 2018 20:44:23 -0500 Subject: [PATCH] Change default hotkeys Setting the default hotkeys to be more consistent on OS X (using the Alt notation as opposed to the Option notation). --- browser/main/lib/ConfigManager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/main/lib/ConfigManager.js b/browser/main/lib/ConfigManager.js index 6e4e9ebd..42bf35c9 100644 --- a/browser/main/lib/ConfigManager.js +++ b/browser/main/lib/ConfigManager.js @@ -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',