From 5a5708242c4002023aee991147d0c919674cbe2b Mon Sep 17 00:00:00 2001 From: Carlos Roca Date: Mon, 29 May 2023 09:01:42 +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 fea917472..f7a484ca0 100644 --- a/web_responsive/static/src/components/hotkey/hotkey.xml +++ b/web_responsive/static/src/components/hotkey/hotkey.xml @@ -24,16 +24,4 @@ >'shift+' + (sectionsVisibleCount + 1 % 10).toString() - - - props.withAccessKey ? 'z' : false - - - props.withAccessKey ? 'x' : false - -