|
38 | 38 |
|
39 | 39 | <p>When focus is on a tab, the following key commands are available:</p>
|
40 | 40 | <ul>
|
41 |
| - <li>UP/LEFT: Move focus to the previous tab. If on first tab, moves focus to last tab. Activate focused tab after a short delay.</li> |
42 |
| - <li>DOWN/RIGHT: 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>HOME: Move focus to the first tab. Activate focused tab after a short delay.</li> |
44 |
| - <li>END: Move focus to the last tab. Activate focused tab after a short delay.</li> |
45 |
| - <li>SPACE: Activate panel associated with focused tab.</li> |
46 |
| - <li>ENTER: Activate or toggle panel associated with focused tab.</li> |
47 |
| - <li>ALT+PAGE UP: Move focus to the previous tab and immediately activate.</li> |
48 |
| - <li>ALT+PAGE DOWN: Move focus to the next tab and immediately activate.</li> |
| 41 | + <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> |
| 42 | + <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>HOME</code>: Move focus to the first tab. Activate focused tab after a short delay.</li> |
| 44 | + <li><code>END</code>: Move focus to the last tab. Activate focused tab after a short delay.</li> |
| 45 | + <li><code>SPACE</code>: Activate panel associated with focused tab.</li> |
| 46 | + <li><code>ENTER</code>: Activate or toggle panel associated with focused tab.</li> |
| 47 | + <li><code>ALT</code>/<code>OPTION</code> + <code>PAGE UP</code>: Move focus to the previous tab and immediately activate.</li> |
| 48 | + <li><code>ALT</code>/<code>OPTION</code> + <code>PAGE DOWN</code>: Move focus to the next tab and immediately activate.</li> |
49 | 49 | </ul>
|
50 | 50 |
|
51 | 51 | <p>When focus is in a panel, the following key commands are available:</p>
|
52 | 52 | <ul>
|
53 |
| - <li>CTRL+UP: Move focus to associated tab.</li> |
54 |
| - <li>ALT+PAGE UP: Move focus to the previous tab and immediately activate.</li> |
55 |
| - <li>ALT+PAGE DOWN: Move focus to the next tab and immediately activate.</li> |
| 53 | + <li><code>CTRL</code> + <code>UP</code>: Move focus to associated tab.</li> |
| 54 | + <li><code>ALT</code>/<code>OPTION</code> + <code>PAGE UP</code>: Move focus to the previous tab and immediately activate.</li> |
| 55 | + <li><code>ALT</code>/<code>OPTION</code> + <code>PAGE DOWN</code>: Move focus to the next tab and immediately activate.</li> |
56 | 56 | </ul>
|
57 | 57 |
|
58 | 58 | <xi:include href="../includes/widget-theming.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
|
|
0 commit comments