mirror of https://github.com/OCA/web.git
[IMP] web_responsive: Remove z and x hotkeys
parent
d30d75b3b0
commit
ca99e3a04f
|
@ -24,16 +24,4 @@
|
||||||
>'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>
|
|
||||||
</templates>
|
</templates>
|
||||||
|
|
Loading…
Reference in New Issue