You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/tabs.xml
+4
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,12 @@
40
40
<ul>
41
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
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>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>
43
45
<li><code>HOME</code>: Move focus to the first tab. Activate focused tab after a short delay.</li>
44
46
<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>
45
49
<li><code>SPACE</code>: Activate panel associated with focused tab.</li>
46
50
<li><code>ENTER</code>: Activate or toggle panel associated with focused tab.</li>
47
51
<li><code>ALT</code>/<code>OPTION</code> + <code>PAGE UP</code>: Move focus to the previous tab and immediately activate.</li>
0 commit comments