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: docs/how-to/accessibility/keyboard-navigation.md
+72-3Lines changed: 72 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ If you cannot use a pointing device like a mouse, you can control the mouse poin
11
11
12
12
:::{list-table}
13
13
:header-rows: 1
14
-
:widths: 1 3
14
+
:widths: 1 2
15
15
16
16
*- Keys
17
17
- Action
@@ -53,15 +53,16 @@ If you cannot use a pointing device like a mouse, you can control the mouse poin
53
53
*- {kbd}`Ctrl+F10`
54
54
- In the file manager, pop up the context menu for the current folder, as if you had right-clicked on the background and not on any item.
55
55
56
-
*- {kbd}`Ctrl+PageUp` and {kbd}`Ctrl+PageDown`
56
+
*- {kbd}`Ctrl+PageUp` and\
57
+
{kbd}`Ctrl+PageDown`
57
58
- In a tabbed interface, switch to the tab to the left or right.
58
59
:::
59
60
60
61
## Navigate the desktop
61
62
62
63
:::{list-table}
63
64
:header-rows: 1
64
-
:widths: 1 3
65
+
:widths: 1 2
65
66
66
67
*- Keys
67
68
- Action
@@ -71,7 +72,75 @@ If you cannot use a pointing device like a mouse, you can control the mouse poin
71
72
72
73
*- {kbd}`Super+Tab`
73
74
- Quickly switch between windows. Hold down {kbd}`Shift` for reverse order.
75
+
76
+
*-```{eval-rst}
77
+
:kbd:`Super+``
78
+
```
79
+
- Switch between windows from the same application, or from the selected application after {kbd}`Super+Tab`.
80
+
81
+
This shortcut uses **\`** on US keyboards, where the **\`** key is above {kbd}`Tab`. On all other keyboards, the shortcut is {kbd}`Super` plus the key above {kbd}`Tab`.
82
+
83
+
* - {kbd}`Ctrl+Alt+Tab`
84
+
- Give keyboard focus to the top bar. In the Activities overview, switch keyboard focus between the top bar, dash, windows overview, applications list, and search field. Use the arrow keys to navigate.
85
+
86
+
* - {kbd}`Super+Page Up` and\
87
+
{kbd}`Super+Page Down`
88
+
- Switch between workspaces.
89
+
90
+
* - {kbd}`Alt+F6`
91
+
- Cycle through windows in the same application. Hold down the {kbd}`Alt` key and press {kbd}`F6` until the window you want is highlighted, then release {kbd}`Alt`. This is similar to the {kbd}`Alt`+**\`** feature.
92
+
93
+
* - {kbd}`Alt+Esc`
94
+
- Cycle through all open windows on a workspace.
95
+
96
+
* - {kbd}`Super+V`
97
+
- Open the notification list. Press {kbd}`Esc` to close.
74
98
:::
75
99
100
+
## Navigate windows
101
+
102
+
:::{list-table}
103
+
:header-rows: 1
104
+
:widths: 1 2
105
+
106
+
* - Keys
107
+
- Action
76
108
109
+
* - {kbd}`Alt+F4`
110
+
- Close the current window.
111
+
112
+
* - {kbd}`Alt+F5` or {kbd}`Super+↓`
113
+
- Restore a maximized window to its original size. Use {kbd}`Alt+F10` to maximize. {kbd}`Alt+F10` both maximizes and restores.
114
+
115
+
* - {kbd}`Alt+F7`
116
+
- Move the current window. Press {kbd}`Alt+F7`, then use the arrow keys to move the window. Press {kbd}`Enter` to finish moving the window, or {kbd}`Esc` to return it to its original place.
117
+
118
+
* - {kbd}`Alt+F8`
119
+
- Resize the current window. Press {kbd}`Alt+F8`, then use the arrow keys to resize the window. Press {kbd}`Enter` to finish resizing the window, or {kbd}`Esc` to return it to its original size.
120
+
121
+
* - {kbd}`Shift+Super+Page Up` and\
122
+
{kbd}`Shift+Super+Page Down`
123
+
- Move the current window to a different workspace.
124
+
125
+
* - {kbd}`Shift+Super+←`
126
+
- Move the current window one monitor to the left.
127
+
128
+
* - {kbd}`Shift+Super+→`
129
+
- Move the current window one monitor to the right.
130
+
131
+
* - {kbd}`Alt+F10` or {kbd}`Super+↑`
132
+
- Maximize a window. Press {kbd}`Alt+F10` or {kbd}`Super+↓` to restore a maximized window to its original size.
133
+
134
+
* - {kbd}`Super+H`
135
+
- Minimize a window.
136
+
137
+
* - {kbd}`Super+←`
138
+
- Maximize a window vertically along the left side of the screen. Press again to restore the window to its previous size. Press {kbd}`Super+→` to switch sides.
139
+
140
+
* - {kbd}`Super+→`
141
+
- Maximize a window vertically along the right side of the screen. Press again to restore the window to its previous size. Press {kbd}`Super+←` to switch sides.
142
+
143
+
* - {kbd}`Alt+Space`
144
+
- Pop up the window menu, as if you had right-clicked on the titlebar.
0 commit comments