mirror of
https://github.com/heyman/heynote.git
synced 2024-12-22 23:00:38 +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},
|
||||
"allowBetaVersions": {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,
|
||||
allowBetaVersions: false,
|
||||
enableGlobalHotkey: false,
|
||||
globalHotkey: "CmdOrCtrl+Alt+H",
|
||||
globalHotkey: "CmdOrCtrl+Shift+H",
|
||||
},
|
||||
theme: "system",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user