Keyboard shortcut conflicts with existing shortcut

Hello, each time I open the desktop Logseq 0.10.9, there’s an error prompt:
:plugin.logseq-automatic-linker/$shortcut$mod_p ctrl+p Keyboard shortcut conflicts with existing shortuct: editor/up

How can I fix this please?
Screenshot from 2024-09-12 09-56-23

Try to configure or Reset Keyboard Shortcuts

1 Like

Thank you, I checked Desktop Logseq 0.10.9 → More (ellipse icon near top right) → Settings → General → Custom configuration → Edit config.edn → line 175 → :shortcuts {}
What do I need to do here please?

Try replacing it with these lines:

 :shortcuts {
   :editor/up "up"
 }
2 Likes

Thank you, that solved the challenge.

1 Like