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 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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user