mirror of
https://github.com/heyman/heynote.git
synced 2024-12-23 07:08:49 +01:00
Change default global hotkey
This commit is contained in:
parent
82e89f9821
commit
6f5348fe3b
@ -27,7 +27,7 @@ const schema = {
|
|||||||
"showFoldGutter": {type: "boolean", default:true},
|
"showFoldGutter": {type: "boolean", default:true},
|
||||||
"allowBetaVersions": {type: "boolean", default: false},
|
"allowBetaVersions": {type: "boolean", default: false},
|
||||||
"enableGlobalHotkey": {type: "boolean", default: false},
|
"enableGlobalHotkey": {type: "boolean", default: false},
|
||||||
"globalHotkey": {type: "string", default: "CmdOrCtrl+Alt+H"},
|
"globalHotkey": {type: "string", default: "CmdOrCtrl+Shift+H"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ const defaults = {
|
|||||||
showFoldGutter: true,
|
showFoldGutter: true,
|
||||||
allowBetaVersions: false,
|
allowBetaVersions: false,
|
||||||
enableGlobalHotkey: false,
|
enableGlobalHotkey: false,
|
||||||
globalHotkey: "CmdOrCtrl+Alt+H",
|
globalHotkey: "CmdOrCtrl+Shift+H",
|
||||||
},
|
},
|
||||||
theme: "system",
|
theme: "system",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user