Keyboard Shortcuts Cheat Sheet
August 13, 2021 (07:59:48 AM)
This document contains useful keyboard shortcuts for different operating systems and IDEs.
* = these commands work generally everywhere, beyond your IDE.
More advanced shortcuts may be available to your particular IDE:
- For Visual Studio, refer to the documentation,
- For Rider, refer to the documentation,
- For MonoDevelop, you can refer to this cheatsheet or directly access the key binding panel.
Build solution
| OS | Keys |
|---|---|
| Linux | Ctrl + Shift + B |
| MacOS | Cmd + B |
| Windows | Ctrl + Shift + B |
Exit any program*
| OS | Keys |
|---|---|
| Linux | Alt + F4 or Ctrl + q |
| MacOS | Cmd + q |
| Windows | Alt + F4 |
Run/execute program
| OS | Keys |
|---|---|
| Linux | Ctrl + F5 |
| MacOS | F5 |
| Windows | Ctrl + F5 |
Undo*
| OS | Keys |
|---|---|
| Linux | Ctrl + z |
| MacOS | Cmd + z |
| Windows | Ctrl + z |