We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae78154 commit 7fdbc80Copy full SHA for 7fdbc80
index.js
@@ -14,7 +14,7 @@ const main = async () => {
14
logseq.App.registerCommandPalette({
15
key: 'Go home now!',
16
label: 'Go to todays journal, append a new block and scroll to it',
17
- keybinding: { binding: "mod+g" },
+ keybinding: { binding: logseq.settings.keyboardShortcut },
18
}, async () => {
19
const dateFormat = (await logseq.App.getUserConfigs()).preferredDateFormat
20
const date = getDateForPageWithoutBrackets(new Date(), dateFormat);
0 commit comments