Keyboard shortcuts
From AlwaysInnovating
The following keyboard shortcuts are available system-wide in the Always Innovating OS.
| Key Combination | Effect |
|---|---|
| Alt + F1 | Open AI Support page |
| Alt + F2 | Open Run dialog |
| Alt + F4 | Close current window |
| Alt + F5 | Maximize window |
| Ctrl + Alt + Backspace | Restart the environment |
| Ctrl + Alt + Del | Open Security panel |
| Ctrl + Alt + F1 | Syslog |
| Ctrl + Alt + F2 | tty2 |
| Fn + Up Arrow | Page Up |
| Fn + Down Arrow | Page Down |
| Fn + F6 | Decrease brightness |
| Fn + F7 | Increase brightness |
| Fn + F8 | Mute |
| Fn + F9 | Decrease volume |
| Fn + F10 | Increase volume |
Since 2009-11.a, there is a software option to swap the end and right shift keys. You need to type the following in a terminal:
for I in `find /sys -name swap_key -exec echo {} \;`; do echo 1 > $I; done
To undo the above command and swap the keys back to their defaults, enter the following in a terminal:
for I in `find /sys -name swap_key -exec echo {} \;`; do echo 0 > $I; done
