[ACCESSIBILITY][BASE] Workaround Firefox amazing keybindings.

This commit is contained in:
Eliseu Amaro 2021-09-06 23:37:54 +01:00 committed by Hugo Sales
parent 681144b380
commit 1614b8c8fe
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 9 additions and 9 deletions

View File

@ -30,24 +30,24 @@
{% endfor %}
</head>
<body class="bg" aria-atomic="true">
<body class="bg" aria-live="polite">
<a id="anchor-menu" class="anchor-hidden"></a>
<aside class="accessibility-menu" accesskey="o" tabindex="0">
<aside class="accessibility-menu" accesskey="z" tabindex="0" aria-roledescription="{{ 'Learn keybindings to select each of the main areas.' | trans }}">
<h2>{{ 'Select page section:' | trans }}</h2>
<br>
<p>
<em><b>Firefox based browser - </b> <kbd>Alt</kbd> + <kbd>Shift</kbd> + "access key"</em>
<em><b>Firefox based browser: </b> <kbd>Alt</kbd> + <kbd>Shift</kbd> + "access key"</em>
<br>
<em><b>Others - </b> <kbd>Alt</kbd> + "access key"</em>
<em><b>Others: </b> <kbd>Alt</kbd> + "access key"</em>
</p>
<ul>
<li><a href="#anchor-menu" accesskey="m">{{ 'This menu (press \'m\' to access).' | trans }}</a></li>
<li><a href="#anchor-left-panel" accesskey="h">{{ 'Left panel (press \'h\' to access).' | trans }}</a></li>
<li><a href="#anchor-main-content" accesskey="j">{{ 'Main content (press \'j\' to access).' | trans }}</a></li>
<li><a href="#anchor-main-page" accesskey="k">{{ 'Main page (press \'k\' to access).' | trans }}</a></li>
<li><a href="#anchor-right-panel" accesskey="l">{{ 'Right panel (press \'l\' to access).' | trans }}</a></li>
<li><a href="#anchor-menu" accesskey="z">{{ 'This menu (press \'z\' to access).' | trans }}</a></li>
<li><a href="#anchor-left-panel" accesskey="g">{{ 'Left panel (press \'g\' to access).' | trans }}</a></li>
<li><a href="#anchor-main-content" accesskey="n">{{ 'Main content (press \'n\' to access).' | trans }}</a></li>
<li><a href="#anchor-main-page" accesskey="y">{{ 'Main page (press \'y\' to access).' | trans }}</a></li>
<li><a href="#anchor-right-panel" accesskey="j">{{ 'Right panel (press \'j\' to access).' | trans }}</a></li>
</ul>
</aside>