Skip to content

Commit 515ce48

Browse files
committed
Finish keyboard navigation
1 parent aca6569 commit 515ce48

File tree

1 file changed

+72
-3
lines changed

1 file changed

+72
-3
lines changed

docs/how-to/accessibility/keyboard-navigation.md

Lines changed: 72 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you cannot use a pointing device like a mouse, you can control the mouse poin
1111

1212
:::{list-table}
1313
:header-rows: 1
14-
:widths: 1 3
14+
:widths: 1 2
1515

1616
* - Keys
1717
- Action
@@ -53,15 +53,16 @@ If you cannot use a pointing device like a mouse, you can control the mouse poin
5353
* - {kbd}`Ctrl+F10`
5454
- 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.
5555

56-
* - {kbd}`Ctrl+PageUp` and {kbd}`Ctrl+PageDown`
56+
* - {kbd}`Ctrl+PageUp` and\
57+
{kbd}`Ctrl+PageDown`
5758
- In a tabbed interface, switch to the tab to the left or right.
5859
:::
5960

6061
## Navigate the desktop
6162

6263
:::{list-table}
6364
:header-rows: 1
64-
:widths: 1 3
65+
:widths: 1 2
6566

6667
* - Keys
6768
- Action
@@ -71,7 +72,75 @@ If you cannot use a pointing device like a mouse, you can control the mouse poin
7172

7273
* - {kbd}`Super+Tab`
7374
- 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.
7498
:::
7599
100+
## Navigate windows
101+
102+
:::{list-table}
103+
:header-rows: 1
104+
:widths: 1 2
105+
106+
* - Keys
107+
- Action
76108
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.
145+
:::
77146

0 commit comments

Comments
 (0)