1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Move a shortcut escapeFromCodeEditor from CodeEditor to MarkdownEditor, because it's not customizable

This commit is contained in:
asmsuechan
2017-01-28 13:27:06 +09:00
parent c827717202
commit ad9da44afb
2 changed files with 2 additions and 5 deletions

View File

@@ -17,9 +17,6 @@ export const DEFAULT_CONFIG = {
hotkey: {
toggleFinder: OSX ? 'Cmd + Alt + S' : 'Super + Alt + S',
toggleMain: OSX ? 'Cmd + Alt + L' : 'Super + Alt + E',
noteHandlerKey: {
escapeFromEditor: ['Control', 'w']
}
},
ui: {
theme: 'default',