sawhney17 3 лет назад
Родитель
Сommit
a65fa87b05
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/frontend/modules/shortcut/config.cljs

+ 2 - 2
src/main/frontend/modules/shortcut/config.cljs

@@ -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}