From 8fd37dbad5f7503eba1aeb7adaa23628dd843aa8 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 23 Feb 2021 10:12:36 +0100 Subject: [PATCH] :bug: Fixes shortcut typo --- frontend/src/app/main/data/workspace/shortcuts.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/data/workspace/shortcuts.cljs b/frontend/src/app/main/data/workspace/shortcuts.cljs index 33100459db..cefc68be76 100644 --- a/frontend/src/app/main/data/workspace/shortcuts.cljs +++ b/frontend/src/app/main/data/workspace/shortcuts.cljs @@ -112,7 +112,7 @@ :command "shift+v" :fn #(st/emit! (dw/flip-vertical-selected))} - :flip-horizontal {:tooltip (ds/shift "V") + :flip-horizontal {:tooltip (ds/shift "H") :command "shift+h" :fn #(st/emit! (dw/flip-horizontal-selected))}