update keybindings

This commit is contained in:
sawhney17
2022-04-20 21:46:42 +04:00
committed by Tienson Qin
parent 779ce56546
commit a65fa87b05

View File

@@ -344,11 +344,11 @@
:command/toggle-favorite {:binding "mod+shift+f"
:fn page-handler/toggle-favorite!}
:editor/open-file-in-default-app {:binding "mod+d"
:editor/open-file-in-default-app {:binding "mod+d mod+a"
:inactive (not (util/electron?))
:fn page-handler/open-file-in-default-app}
:editor/open-file-in-directory {:binding "mod+shift+d"
:editor/open-file-in-directory {:binding "mod+d"
:inactive (not (util/electron?))
:fn page-handler/open-file-in-directory}