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

modify default hotkey(toggle-main-window)

This commit is contained in:
Rokt33r
2016-01-16 04:53:49 +09:00
parent a549abc20f
commit af008e69c2

View File

@@ -10,8 +10,8 @@ const nodeIpc = require('@rokt33r/node-ipc')
const OSX = global.process.platform === 'darwin' const OSX = global.process.platform === 'darwin'
const defaultKeymap = { const defaultKeymap = {
toggleFinder: OSX ? 'Cmd + alt + s' : 'Super + alt + s', toggleFinder: OSX ? 'Cmd + Alt + S' : 'Super + Alt + S',
toggleMain: OSX ? 'Cmd + alt + v' : 'Super + alt + v' toggleMain: OSX ? 'Cmd + Alt + L' : 'Super + Alt + E'
} }
const keymapFilename = 'keymap.json' const keymapFilename = 'keymap.json'