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?
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?
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"
}
Thank you, that solved the challenge.