mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
fix: some shortcuts not working on Chrome
This commit is contained in:
@@ -353,7 +353,7 @@
|
||||
:editor/select-parent {:binding "mod+a"
|
||||
:fn editor-handler/select-parent}
|
||||
|
||||
:editor/zoom-in {:binding (if mac? "mod+." "alt+right")
|
||||
:editor/zoom-in {:binding (if mac? ["mod+." "mod+shift+."] "alt+right") ; FIXME: mod+. not works on Chrome
|
||||
:fn editor-handler/zoom-in!}
|
||||
|
||||
:editor/zoom-out {:binding (if mac? "mod+," "alt+left")
|
||||
|
||||
Reference in New Issue
Block a user