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:
@@ -10,8 +10,8 @@ const nodeIpc = require('@rokt33r/node-ipc')
|
||||
const OSX = global.process.platform === 'darwin'
|
||||
|
||||
const defaultKeymap = {
|
||||
toggleFinder: OSX ? 'Cmd + alt + s' : 'Super + alt + s',
|
||||
toggleMain: OSX ? 'Cmd + alt + v' : 'Super + alt + v'
|
||||
toggleFinder: OSX ? 'Cmd + Alt + S' : 'Super + Alt + S',
|
||||
toggleMain: OSX ? 'Cmd + Alt + L' : 'Super + Alt + E'
|
||||
}
|
||||
const keymapFilename = 'keymap.json'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user