Custom keyboard shortcut for page-navigations

I want to set some shortcuts to jump to specific pages, for example I have a page I call [[homepage]], I often want to just “jump” to it without searching or clicking

I asked about a logseq:// protocol here

would be nice to assign a shortcut (or bookmark) something like:

logseq://page/homepage?sidebar=page1,page2

I see in the keyboard file this:

(or (shortcut :go/search) "mod+u") [#(route-handler/go-to-search! :global) true]

would be cool if this “route-handler” was usable from shortcuts config and was able to route to any page :slight_smile: