From e7b9ae6415660b0c5909463d497f20655b30406a Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 19 Feb 2025 12:24:16 +0100 Subject: [PATCH] :bug: Remove fit content shortcut --- frontend/src/app/main/data/workspace/shortcuts.cljs | 5 ----- frontend/translations/en.po | 4 ---- frontend/translations/es.po | 4 ---- 3 files changed, 13 deletions(-) diff --git a/frontend/src/app/main/data/workspace/shortcuts.cljs b/frontend/src/app/main/data/workspace/shortcuts.cljs index f648c7479..f7a7b591c 100644 --- a/frontend/src/app/main/data/workspace/shortcuts.cljs +++ b/frontend/src/app/main/data/workspace/shortcuts.cljs @@ -587,11 +587,6 @@ :subsections [:shape] :fn #(emit-when-no-readonly (dw/create-bool :exclude))} - :fit-content-selected {:tooltip (ds/meta-shift (ds/alt "R")) - :command (ds/c-mod "shift+alt+r") - :subsections [:shape] - :fn #(emit-when-no-readonly (dwt/selected-fit-content))} - ;; THEME :toggle-theme {:tooltip (ds/alt "M") :command (ds/a-mod "m") diff --git a/frontend/translations/en.po b/frontend/translations/en.po index bfeefcde0..aba49b67a 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -3602,10 +3602,6 @@ msgstr "Export shapes" msgid "shortcuts.fit-all" msgstr "Zoom to fit all" -#: src/app/main/ui/workspace/sidebar/shortcuts.cljs:590 -msgid "shortcuts.fit-content-selected" -msgstr "Resize board to fit content" - #: src/app/main/ui/workspace/sidebar/shortcuts.cljs:113 msgid "shortcuts.flip-horizontal" msgstr "Flip horizontally" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index 544c4a958..8ef63e217 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -3506,10 +3506,6 @@ msgstr "Diferencia" msgid "shortcuts.bool-exclude" msgstr "Exclusión" -#: src/app/main/ui/workspace/sidebar/shortcuts.cljs:590 -msgid "shortcuts.fit-content-selected" -msgstr "Redimensionar para ajustar al contenido" - #: src/app/main/ui/workspace/sidebar/shortcuts.cljs:86 msgid "shortcuts.bool-intersection" msgstr "Interescción"