Notes
Common
* Ctrl+F4 - Close
* Ctrl+S - Save
* Ctrl+E - Select page
* F11 - Toggle Form/Inspector
* F12 - Toggle Form/Unit
* Shift+Ctrl+<0..9> - Bookmark 0..9
* Ctrl+<0..9> - Go to bookmark 0..9
* Ctrl+LeftClick - Go to var(class, method, unit) declaration
* Shift+Ctrl+Up - Go to method declaration
* Shift+Ctrl+Down - Go to method implementation
* Shift+Ctrl+Space - Show procedure header
Debug
* F7 - Step
* F8 - Next
* F9 - Continue
* Shift+F7 - Finish
* Shift+Ctrl+F8 - Next instruction
* Shift+Ctrl+F7 - Step instruction
* F5 - Toggle breakpoint
* Shift+F5 - Toggle breakpoint enabled/disabled
* Ctrl+B - Breakpoints on/off
* Ctrl+W - Watches on/off
Editor
* Ctrl+Z - Undo
* Ctrl+X - Cut
* Ctrl+C - Copy
* Ctrl+V - Paste
* Ctrl+F - Find
* F3 - Search again
* Ctrl+L - Go to line.
* Ctrl+I - Indent block
* Ctrl+U - Unindent