From d95d79a7c2842b599af8f1bf4347c7f11defd433 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 21 Feb 2024 17:26:39 +0100 Subject: [PATCH] :bug: Moved shortcut for clearing history --- frontend/src/app/main/data/workspace/shortcuts.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/data/workspace/shortcuts.cljs b/frontend/src/app/main/data/workspace/shortcuts.cljs index ccbb35e7d..73d22afa0 100644 --- a/frontend/src/app/main/data/workspace/shortcuts.cljs +++ b/frontend/src/app/main/data/workspace/shortcuts.cljs @@ -56,8 +56,8 @@ :subsections [:edit] :fn #(emit-when-no-readonly dwc/redo)} - :clear-undo {:tooltip (ds/alt "Z") - :command "alt+z" + :clear-undo {:tooltip (ds/alt "Q") + :command "alt+q" :subsections [:edit] :fn #(emit-when-no-readonly dwu/reinitialize-undo)}