Skip to content

Commit 80c019d

Browse files
committed
Tabs: Document navigation with CTRL key
Fixes jquerygh-184 Closes jquerygh-237
1 parent 580380f commit 80c019d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

entries/tabs.xml

+4
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@
4040
<ul>
4141
<li><code>UP</code>/<code>LEFT</code>: Move focus to the previous tab. If on first tab, moves focus to last tab. Activate focused tab after a short delay.</li>
4242
<li><code>DOWN</code>/<code>RIGHT</code>: Move focus to the next tab. If on last tab, moves focus to first tab. Activate focused tab after a short delay.</li>
43+
<li><code>CTRL</code> + <code>UP</code>/<code>LEFT</code>: Move focus to the previous tab. If on first tab, moves focus to last tab. The focused tab must be manually activated.</li>
44+
<li><code>CTRL</code> + <code>DOWN</code>/<code>RIGHT</code>: Move focus to the next tab. If on last tab, moves focus to first tab. The focused tab must be manually activated.</li>
4345
<li><code>HOME</code>: Move focus to the first tab. Activate focused tab after a short delay.</li>
4446
<li><code>END</code>: Move focus to the last tab. Activate focused tab after a short delay.</li>
47+
<li><code>CTRL</code> + <code>HOME</code>: Move focus to the first tab. The focused tab must be manually activated.</li>
48+
<li><code>CTRL</code> + <code>END</code>: Move focus to the last tab. The focused tab must be manually activated.</li>
4549
<li><code>SPACE</code>: Activate panel associated with focused tab.</li>
4650
<li><code>ENTER</code>: Activate or toggle panel associated with focused tab.</li>
4751
<li><code>ALT</code>/<code>OPTION</code> + <code>PAGE UP</code>: Move focus to the previous tab and immediately activate.</li>

0 commit comments

Comments
 (0)