Hello everyone, welcome back to techbrushup. In this tutorial, we will learn about Windows key shortcuts that everyone need to know.
| # | Shortcut | Purpose |
|---|---|---|
| 1 | Ctrl + Alt + Shift + B | format code |
| 2 | Ctrl-Z | Undo |
| 3 | Ctrl-Y | Redo |
| 4 | Ctrl-F | Launch Find Dialog |
| 4 | Ctrl-H | Launch Find / Replace Dialog |
| 6 | Ctrl-D | Duplicate Current Line |
| 7 | Ctrl-L | Delete Current Line |
| 8 | Ctrl-T | Switch the current line position with the previous line position |
| 9 | F3 | Find Next |
| 10 | Shft-F3 | Find Previous |
| 11 | Ctrl-Shft-F | Find in Files |
| 12 | Ctrl-F3 | Find (volatil) Next |
| 13 | Ctrl-Shft-F3 | Find (volatil) Previous |
| 14 | Ctrl-Shft-I | Incremental Search |
| 15 | Ctrl-G | Launch GoToLine Dialog |
| 16 | Ctrl-W | Close Current Document |
| 17 | Alt-Shft-Arrow keys or Alt + Left mouse click | Column Mode Select |
| 18 | F5 | Launch Run Dialog |
| 19 | Ctrl-Space | Launch CallTip ListBox |
| 20 | Alt-Space | Launch Word Completion ListBox |
| 21 | Tab | (selection of several lines) Insert Tabulation or Space (Indent) |
| 22 | Shft-Tab | (selection of several lines) Remove Tabulation or Space (outdent) |
| 23 | Ctrl-(Keypad-/Keypad+) | Zoom in (+ or up) and Zoom out (- or down) |
| 24 | Ctrl-Keypad/ | Restore the original size from zoom |
| 25 | F11 | Toggle Full Screen Mode |
| 26 | Ctrl-Tab | Next Document |
| 27 | Ctrl-Shft-Tab | Previous Document |
| 28 | Ctrl-Shft-Up | Move Current Line Up |
| 29 | Ctrl-Shft-Down | Move Current Line Down |
| 30 | Ctrl-Alt-F | Collapse the Current Level |
| 31 | Ctrl-Alt-Shft-F | Uncollapse the Current Level |
| 32 | Alt-0 | Fold All |
| 33 | Alt-(1~8) | Collapse the Level (1~8) |
| 34 | Alt-Shft-0 | Unfold All |
| 35 | Alt-Shft-(1~8) | Uncollapse the Level (1~8) |
| 36 | Ctrl-BackSpace | Delete to start of word |
| 37 | Ctrl-Delete | Delete to end of word |
| 38 | Ctrl-Shft-BackSpace | Delete to start of line |
| 39 | Ctrl-Shft-Delete | Delete to end of line |
| 40 | Ctrl-U | Convert to lower case |
| 41 | Ctrl-Shft-U | Convert to UPPER CASE |
| 42 | Ctrl-B | Go to matching brace |
| 43 | Ctrl-Shft-R | Start to record /Stop recording the macro |
| 44 | Ctrl-Shft-P | Play recorded macro |
| 45 | Ctrl-Q | Block comment/uncomment |
| 46 | Ctrl-Shft-Q | Stream comment |
| 47 | Ctrl-Shft-T | Copy current line to clipboard |
| 48 | Ctrl-P | |
| 49 | Alt-F4 | Exit |
| 50 | Ctrl-I | Split Lines |
| 51 | Ctrl-J | Join Lines |
| 52 | Ctrl-Alt-R | Text Direction RTL |
| 53 | Ctrl-Alt-L | Text Direction LT |
| 53 | F1 | About |
| 54 | Ctrl + C | Copy |
| 55 | Ctrl + V | Paste |
| 56 | Alt + Tab | Switch between open apps |