mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-19 20:51:42 +00:00
hide devtool menu & fix default hotkey
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 + v',
|
||||
toggleMain: OSX ? 'Cmd + alt + v' : 'Super + alt + s'
|
||||
toggleFinder: OSX ? 'Cmd + alt + s' : 'Super + alt + s',
|
||||
toggleMain: OSX ? 'Cmd + alt + v' : 'Super + alt + v'
|
||||
}
|
||||
const keymapFilename = 'keymap.json'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user