| id_shell | name | explanation |
|---|
| 1 | lsb_release -a | Check Ubuntu Version |
| 2 | hostnamectl | Check Ubuntu Version with computer info |
| 3 | neofetch | Check Ubuntu Version with all computer info |
| 4 | cat /etc/issue | Check Ubuntu Version with file system |
| 5 | cat /etc/os-release | Check Ubuntu Version with file system more info |
| 6 | let | Perform arithmetic operations and evaluations |
| 7 | history | list of all commands used |
| 8 | !125 | Recover command 128 from history |
| 9 | !10-15 | Select commands 10 to 15 from the history |
| 10 | !-5 | Select the fifth last command |
| 11 | df | display the filesystem usage information of block devices |
| 12 | du | display the disk usage of directories and files |
| 13 | !?+string | Select the last command with a string |
| id_win | name | explanation |
|---|
| 0 | ctrl win o | Open virtual keyboard |
| 1 | win i | Open settings |
| 2 | alt f4 | Close software or certain window |
| 3 | win shift s | Snip a part or all your screen to paste in another software |
| 4 | win v | Clipboard histoy to paste it |
| 5 | win z | Open screen partition |
| 6 | win arrows | Choose windows position in the screen |
| 7 | win tab | Change the window or the desktop |
| 8 | win w | Open left widget panel |
| 9 | win w | Open right notification panel |
| 10 | win h | Open microphone for typing text |
| 11 | ctrl win d | Create a new desktop |
| 12 | ctrl win f4 | Closes the currently active desktop |
| 13 | win . | Open Emoji panel |
| 14 | ctrl l | Delete screen in CLI |
| 15 | ctrl win arrows left or right | Switch between desktop |
| 16 | win m | minimaze windows |
| 17 | win , | minimaze windows temporarily |
| 18 | win 1 or 2 or etc | Select an app on the desktop |
| 19 | ctrl alt tab | Open all windows to select one |