diff --git a/frontend/src/app/main/data/dashboard/shortcuts.cljs b/frontend/src/app/main/data/dashboard/shortcuts.cljs index 3d27669b6..0a2e8d3e9 100644 --- a/frontend/src/app/main/data/dashboard/shortcuts.cljs +++ b/frontend/src/app/main/data/dashboard/shortcuts.cljs @@ -32,8 +32,8 @@ :subsections [:general-dashboard] :fn #(st/emit! (dd/create-element))} - :toggle-theme {:tooltip (ds/meta (ds/alt "M")) - :command (ds/c-mod "alt+m") + :toggle-theme {:tooltip (ds/alt "M") + :command (ds/a-mod "m") :subsections [:general-dashboard] :fn #(st/emit! (du/toggle-theme))}}) diff --git a/frontend/src/app/main/data/workspace/shortcuts.cljs b/frontend/src/app/main/data/workspace/shortcuts.cljs index b5d91faa3..28e2be350 100644 --- a/frontend/src/app/main/data/workspace/shortcuts.cljs +++ b/frontend/src/app/main/data/workspace/shortcuts.cljs @@ -551,8 +551,8 @@ ;; THEME - :toggle-theme {:tooltip (ds/meta (ds/alt "M")) - :command (ds/c-mod "alt+m") + :toggle-theme {:tooltip (ds/alt "M") + :command (ds/a-mod "m") :subsections [:basics] :fn #(st/emit! (du/toggle-theme))}})