| 1 | Ctrl+Z | Undo last action |
|---|---|---|
| 2 | Ctrl+Shift+Z | Redo last ation |
| 3 | Ctrl+X | Cut selected text |
| 4 | Ctrl+C | Copy selected text |
| 5 | Ctrl+V | Paste text from clipboard |
| 6 | Ctrl+A | Select all text |
| 7 | F11 | Swap header / source |
| 8 | Ctrl+Shift+C | Comment highlighted code |
| 9 | Ctrl+Shift+X | Uncomment highlighted code |
| 10 | Ctrl+D | Duplicate line caret is on |
| 11 | Ctrl+Space / Ctrl+J | Auto-complete / Abbreviations |
| 12 | Ctrl+Shift+Space | Show call tip |
| 13 | Ctrl+T | Swap line caret is on with line above it |
| 14 | Ctrl+B | Toggle bookmark |
| 15 | Alt+PgUp | Goto previous bookmark |
| 16 | Alt+PgDown | Goto next bookmark |
| 17 | F12 | Duplicate line caret is on |
| 18 | Shift+F12 | Toggle all folds |
| 1 | Ctrl+Keypad+ | Magnify text size |
|---|---|---|
| 2 | Ctrl+Keypad- | Reduce text size |
| 3 | Ctrl+Keypad/ | Restore text size to normal |
| 4 | Ctrl+Tab | Cycle trough recent files |
| 5 | Tab | Indent block |
| 6 | Shift+Tab | Dedent block |
| 7 | Ctrl+Backspace | Delete to start of word |
| 8 | Ctrl+Delete | Delete to end of word |
| 9 | Ctrl+Shift+Backspace | Delete to start of line |
| 10 | Ctrl+Shift+Delete | Delete to end of line |
| 11 | Ctrl+Home | Go to start document |
| 12 | Ctrl+Shift+Home | Extend selection to start of document |
| 13 | Alt+Home | Go to start of display line |
| 14 | Alt+Shift+Home | Extend selecton to start of display line |
| 15 | Ctrl+End | Go to end of document |
| 16 | Ctrl+Shift+End | Extend selecton to end of document |
| 17 | Alt+End | Go to end of display line |
| 18 | Alt+Shift+End | Extend selecton to end of display line |
| 19 | Ctrl+Keypad* | Expand or contract a fold print |
| 20 | Ctrl+F2 | Create or delete a bookmark |
| 21 | F2 | Go to next boomark |
| 22 | Alt+F2 | select to next boomark |
| 23 | Ctrl+F3 | Find selection |
| 24 | Ctrl+Shift+F3 | Find selection backwards |
| 25 | Ctrl+Up | Scroll up |
| 26 | Ctrl+Down | Scroll down |
| 27 | Ctrl+L | Line cut |
| 28 | Ctrl+Shift+T | Line copy |
| 29 | Ctrl+Shift+L | Line delete |
| 30 | Ctrl+T | Line transpose with previous |
| 31 | Ctrl+D | Line duplicate |
| 32 | Ctrl+K | Find matching preprocessor conditional,skipping nested ones |
| 33 | Ctrl+Shift+K | Select to matching preprocessor conditional |
| 34 | Ctrl+J | Find matching preprocessor conditional backwards, skipping nested ones |
| 35 | Ctrl+Shift+J | Select to matching preprocessor conditiona backwards |
| 36 | Ctrl+[ | Previous paragraph. Shift extends selection |
| 37 | Ctrl+] | Next paragraph. Shift extends selection |
| 38 | Ctrl+Left | Previous word. Shift extends selection |
| 39 | Ctrl+Right | Netx word. Shift extends selection |
| 40 | Ctrl+/ | Previous word part. Shift extends selection |
| 41 | Ctrl+\ | Netx word part. Shift extends selection |
| 1 | Ctrl+Tab | Activate next open file |
|---|---|---|
| 2 | Ctrl+Shift+Tab | Activate previous open file |
| 1 | Ctrl+F9 | Build |
|---|---|---|
| 2 | Ctrl+Shift+F9 | Compile current file |
| 3 | Ctrl+F10 | Run |
| 4 | F9 | Build and Run |
| 5 | Ctrl+F11 | Rebuild |
| 1 | Ctrl+N | New file or project |
|---|---|---|
| 2 | Ctrl+O | Open existing file or project |
| 3 | Ctrl+S | Save current file |
| 4 | Ctrl+Shift+S | Save all files |
| 5 | Ctrl+F4 / Ctrl+W | Close current file |
| 6 | Ctrl+Shift+F4 / Ctrl+Shift+W | Close all files |
| 1 | F2 | Show / hide messages pane |
|---|---|---|
| 2 | Shift+F2 | Show / hide managment pane |
| 3 | Ctrl+Shift+Up | Move project up (in project tree) |
| 4 | Ctrl+Shift+Down | Move project down (in project tree) |
| 5 | Alt+F5 | Active prior (in project tree) |
| 6 | Alt+F6 | Active next (in project tree) |
| 7 | Ctrl+Roll Mouse Wheel | Zoom in / out |
| 8 | Ctrl+Alt+E | Focus editor |
| 1 | Ctrl+F | Find |
|---|---|---|
| 2 | F3 | Find next |
| 3 | Shift+F3 | Find Previous |
| 4 | Ctrl+Shift+F | Find in files |
| 5 | Ctrl+R | Repalce |
| 6 | Ctrl+Shift+R | Replace in files |
| 7 | Ctrl+G | Goto Line |
| 8 | Ctrl+F3 | Goto next changed line |
| 9 | Ctrl+Shift+F3 | Goto previous changed line |
| 10 | Alt+G | Goto file |
| 11 | Ctrl+Alt+G | Goto function |
| 12 | Ctrl+Pgup | Goto previous function |
| 13 | Ctrl+PgDn | Goto next function |
| 14 | Ctrl+Shift+. | Goto delcaration |
| 15 | Ctrl+. | Goto implementation |
| 16 | Ctrl+Alt+. | Open include file |
| 1 | F8 | Debug |
|---|---|---|
| 2 | Ctrl+F7 | Continue debugging |
| 3 | F7 | Step over a clode block |
| 4 | Shift+F7 | Step into a clode block |
| 5 | Ctrl+Shift+F7 | Step out of a clode block |
| 6 | F5 | Toggle break point |
| 7 | F4 | Run to cursor |
| 8 | Alt+F1 | Previous error |
| 9 | Alt+F2 | Next error |