From 0a463c5c40a4d4724610b19e35b00a33d6eb83cf Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Fri, 18 Jun 2021 10:47:34 +0200 Subject: [PATCH] [IMP+FIX] web_responsive : fix shortcut display and add new shortcuts (u) for the User menu --- web_responsive/readme/USAGE.rst | 5 ++- web_responsive/static/src/xml/menu.xml | 48 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/web_responsive/readme/USAGE.rst b/web_responsive/readme/USAGE.rst index a8a1c12bd..d340c7872 100644 --- a/web_responsive/readme/USAGE.rst +++ b/web_responsive/readme/USAGE.rst @@ -1,6 +1,9 @@ The following keyboard shortcuts are implemented: -* Toggle app drawer - ``Alt + Shift + H`` +* Toggle app drawer - ``Alt + Shift + A`` * Navigate app search results - Arrow keys * Choose app result - ``Enter`` * ``Esc`` to close app drawer + + +Also you can access to the user menu, with ``Alt + Shift + U`` diff --git a/web_responsive/static/src/xml/menu.xml b/web_responsive/static/src/xml/menu.xml index 83c8a60a7..4a4b8ee68 100644 --- a/web_responsive/static/src/xml/menu.xml +++ b/web_responsive/static/src/xml/menu.xml @@ -1,10 +1,58 @@ + + + u + + +
+ + + e + + + e + + + + + d + + + d + + + + Shift + + + + + Select menu + + Alt + Shift + a + + + Control + Alt + a + + + + + + + User menu + + Alt + Shift + u + + + Control + Alt + u + + +