Skip to content

Commit 7fdbc80

Browse files
committed
fix Custom Keyboard Shortcut not activating #1
1 parent ae78154 commit 7fdbc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const main = async () => {
1414
logseq.App.registerCommandPalette({
1515
key: 'Go home now!',
1616
label: 'Go to todays journal, append a new block and scroll to it',
17-
keybinding: { binding: "mod+g" },
17+
keybinding: { binding: logseq.settings.keyboardShortcut },
1818
}, async () => {
1919
const dateFormat = (await logseq.App.getUserConfigs()).preferredDateFormat
2020
const date = getDateForPageWithoutBrackets(new Date(), dateFormat);

0 commit comments

Comments
 (0)