3
0
Fork 0

[IMP] web_responsive: Remove z and x hotkeys

17.0
Carlos Roca 2023-05-29 09:01:42 +02:00 committed by Taras Shabaranskyi
parent 0c2eb0b2ea
commit 5a5708242c
1 changed files with 0 additions and 12 deletions

View File

@ -24,16 +24,4 @@
>'shift+' + (sectionsVisibleCount + 1 % 10).toString()</attribute>
</xpath>
</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>
</templates>