add shortcuts to open in default app + directory

This commit is contained in:
sawhney17
2022-04-19 19:08:54 +04:00
committed by Tienson Qin
parent 24c4973bc2
commit 779ce56546

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 false
:editor/open-file-in-default-app {:binding "mod+d"
:inactive (not (util/electron?))
:fn page-handler/open-file-in-default-app}
:editor/open-file-in-directory {:binding false
:editor/open-file-in-directory {:binding "mod+shift+d"
:inactive (not (util/electron?))
:fn page-handler/open-file-in-directory}
@@ -638,6 +638,8 @@
:sidebar/open-today-page
:search/re-index
:editor/insert-youtube-timestamp
:editor/open-file-in-default-app
:editor/open-file-in-directory
:auto-complete/prev
:auto-complete/next
:auto-complete/complete