Skip to content

All: Normalize keyboard interaction markup #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[fixup]: ALT/OPTION
  • Loading branch information
scottgonzalez committed Aug 6, 2014
commit 5ab484b9ac1857b5f4132354e7f36a8a6aed4d95
4 changes: 2 additions & 2 deletions entries/selectmenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<li><code>HOME</code>/<code>PAGE UP</code> - Move focus to the first item.</li>
<li><code>ESCAPE</code> - Close the menu.</li>
<li><code>ENTER</code>/<code>SPACE</code> - Select the currently focused item and close the menu.</li>
<li><code>ALT</code> + <code>UP</code>/<code>DOWN</code> - Toggle the visibility of the menu.</li>
<li><code>ALT</code>/<code>OPTION</code> + <code>UP</code>/<code>DOWN</code> - Toggle the visibility of the menu.</li>
</ul>

<p>When the menu is closed, the following key commands are available:</p>
Expand All @@ -26,7 +26,7 @@
<li><code>DOWN</code>/<code>RIGHT</code> - Select the next item.</li>
<li><code>END</code>/<code>PAGE DOWN</code> - Select the last item.</li>
<li><code>HOME</code>/<code>PAGE UP</code> - Select the first item.</li>
<li><code>ALT</code> + <code>UP</code>/<code>DOWN</code> - Toggle the visibility of the menu.</li>
<li><code>ALT</code>/<code>OPTION</code> + <code>UP</code>/<code>DOWN</code> - Toggle the visibility of the menu.</li>
<li><code>SPACE</code> - Open the menu.</li>
</ul>
</longdesc>
Expand Down
8 changes: 4 additions & 4 deletions entries/tabs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
<li><code>END</code> - Move focus to the last tab. Activate focused tab after a short delay.</li>
<li><code>SPACE</code> - Activate panel associated with focused tab.</li>
<li><code>ENTER</code> - Activate or toggle panel associated with focused tab.</li>
<li><code>ALT</code> + <code>PAGE UP</code> - Move focus to the previous tab and immediately activate.</li>
<li><code>ALT</code> + <code>PAGE DOWN</code> - Move focus to the next tab and immediately activate.</li>
<li><code>ALT</code>/<code>OPTION</code> + <code>PAGE UP</code> - Move focus to the previous tab and immediately activate.</li>
<li><code>ALT</code>/<code>OPTION</code> + <code>PAGE DOWN</code> - Move focus to the next tab and immediately activate.</li>
</ul>

<p>When focus is in a panel, the following key commands are available:</p>
<ul>
<li><code>CTRL</code> + <code>UP</code> - Move focus to associated tab.</li>
<li><code>ALT</code> + <code>PAGE UP</code> - Move focus to the previous tab and immediately activate.</li>
<li><code>ALT</code> + <code>PAGE DOWN</code> - Move focus to the next tab and immediately activate.</li>
<li><code>ALT</code>/<code>OPTION</code> + <code>PAGE UP</code> - Move focus to the previous tab and immediately activate.</li>
<li><code>ALT</code>/<code>OPTION</code> + <code>PAGE DOWN</code> - Move focus to the next tab and immediately activate.</li>
</ul>

<xi:include href="../includes/widget-theming.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
Expand Down