mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
fix: use alt+shift+i for go/search-themes on windows/linux
This commit is contained in:
@@ -407,7 +407,7 @@
|
||||
:go/search {:binding "mod+k"
|
||||
:fn #(search :global)}
|
||||
|
||||
:go/search-themes {:binding "mod+shift+i"
|
||||
:go/search-themes {:binding (if mac? "mod+shift+i" "alt+shift+i")
|
||||
:fn #(search :themes)}
|
||||
|
||||
:command-palette/toggle {:binding "mod+shift+p"
|
||||
|
||||
Reference in New Issue
Block a user