diff --git a/frontend/src/app/main/data/workspace/text/shortcuts.cljs b/frontend/src/app/main/data/workspace/text/shortcuts.cljs index 80d7005fb0..0970fca8bb 100644 --- a/frontend/src/app/main/data/workspace/text/shortcuts.cljs +++ b/frontend/src/app/main/data/workspace/text/shortcuts.cljs @@ -228,13 +228,13 @@ :subsections [:text-editor] :fn #(update-attrs-when-no-readonly {:text-decoration "toggle-line-through"})} - :font-size-inc {:tooltip (ds/meta-shift ds/up-arrow) - :command (ds/c-mod "shift+up") + :font-size-inc {:tooltip (ds/meta-shift ds/right-arrow) + :command (ds/c-mod "shift+right") :subsections [:text-editor] :fn #(update-attrs-when-no-readonly {:font-size-inc true})} - :font-size-dec {:tooltip (ds/meta-shift ds/down-arrow) - :command (ds/c-mod "shift+down") + :font-size-dec {:tooltip (ds/meta-shift ds/left-arrow) + :command (ds/c-mod "shift+left") :subsections [:text-editor] :fn #(update-attrs-when-no-readonly {:font-size-dec true})}