[IMP] web_responsive: Remove z and x hotkeys

pull/2518/head
Carlos Roca 2023-05-26 11:52:50 +02:00
parent 5b4bdd2d6c
commit d372d9ed89
1 changed files with 0 additions and 12 deletions

View File

@ -24,18 +24,6 @@
>'shift+' + (sectionsVisibleCount + 1 % 10).toString()</attribute> >'shift+' + (sectionsVisibleCount + 1 % 10).toString()</attribute>
</xpath> </xpath>
</t> </t>
<t t-inherit="web.Pager" t-inherit-mode="extension" owl="1">
<xpath expr="//button[hasclass('o_pager_previous')]" position="attributes">
<attribute
name="t-att-accesskey"
>props.withAccessKey ? 'z' : false</attribute>
</xpath>
<xpath expr="//button[hasclass('o_pager_next')]" position="attributes">
<attribute
name="t-att-accesskey"
>props.withAccessKey ? 'x' : false</attribute>
</xpath>
</t>
<t t-inherit="web.UserMenu.shortcutsTable" t-inherit-mode="extension" owl="1"> <t t-inherit="web.UserMenu.shortcutsTable" t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('row')]" position="attributes"> <xpath expr="//div[hasclass('row')]" position="attributes">
<attribute name="class" separator=" " add="justify-content-center" /> <attribute name="class" separator=" " add="justify-content-center" />