From d372d9ed8935b40834a9e3cfaba6da6268144379 Mon Sep 17 00:00:00 2001 From: Carlos Roca Date: Fri, 26 May 2023 11:52:50 +0200 Subject: [PATCH] [IMP] web_responsive: Remove z and x hotkeys --- .../static/src/components/hotkey/hotkey.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/web_responsive/static/src/components/hotkey/hotkey.xml b/web_responsive/static/src/components/hotkey/hotkey.xml index f254c6329..ba463f09d 100644 --- a/web_responsive/static/src/components/hotkey/hotkey.xml +++ b/web_responsive/static/src/components/hotkey/hotkey.xml @@ -24,18 +24,6 @@ >'shift+' + (sectionsVisibleCount + 1 % 10).toString() - - - props.withAccessKey ? 'z' : false - - - props.withAccessKey ? 'x' : false - -