mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
enhance(ux): add shortcut for the cmdk themes picker
This commit is contained in:
@@ -354,8 +354,13 @@
|
||||
|
||||
:go/search {:binding "mod+k"
|
||||
:fn #(search :global)}
|
||||
|
||||
:go/search-themes {:binding "mod+shift+i"
|
||||
:fn #(search :themes)}
|
||||
|
||||
:command-palette/toggle {:binding "mod+shift+p"
|
||||
:fn #(search :commands)}
|
||||
|
||||
:go/search-in-page {:binding "mod+shift+k"
|
||||
:fn #(search :current-page)}
|
||||
|
||||
@@ -706,6 +711,7 @@
|
||||
:ui/toggle-brackets
|
||||
:go/search-in-page
|
||||
:go/search
|
||||
:go/search-themes
|
||||
:go/electron-find-in-page
|
||||
:go/electron-jump-to-the-next
|
||||
:go/electron-jump-to-the-previous
|
||||
@@ -773,6 +779,7 @@
|
||||
(atom
|
||||
{:shortcut.category/basics
|
||||
[:go/search
|
||||
:go/search-themes
|
||||
:editor/new-block
|
||||
:editor/new-line
|
||||
:editor/indent
|
||||
|
||||
Reference in New Issue
Block a user