Keyboard Shortcuts
Code Editor Shortcut keys
Edit Commands
Ctrl-A Select All
Ctrl-Z Undo
Ctrl-X Cut
Ctrl-C Copy
Ctrl-V Paste
Ctrl-A Select All
Ctrl-Z Undo
Ctrl-X Cut
Ctrl-C Copy
Ctrl-V Paste
Find
| Ctrl-F
| Find
|
| Ctrl-R
| Replace
|
| Ctrl-G
| Goto line (Find Line)
|
| F2
| Find Declare
|
| Shift-F2
| Find word at cursor
|
| Ctrl-F2
| Return to line before find
|
| F3
| Find Next
|
| Ctrl-F3
| Find Previous
|
Errors
| F3+shft
| Next error
|
| F3+sht+ctrl
| Clear all errors
|
Help
| F1
| Context sensitive help - will open help for the word at the cursor (Win32API)
|
| F1+shft
| Masm reference
|
| F1+ctrl
| Opcodes reference
|
| F1+shft+ctrl
| Resource reference
|
Window
Splits:
Close windows:
Splits:
| F4
| Split the code editor window to allow two views of a file/Unsplit the window
|
| Ctrl-Alt+HOME
| Jump between splits
|
| Ctrl-Alt+END
| Split/Un-split
|
| Ctrl+Alt+arrow up\dn
| Resize splits
|
Close windows:
| Ctrl-F4
| Close Window
|
| Ctrl+"w"
| Close Window
|
| Shift-Ctrl-F4
| Close all opened windows
|
Go To Windows:
| F6
| Next Window
|
| Ctrl-F6
| Previous Window
|
| Ctrl-tab
| Next Window
|
| Ctrl+Shft+tab
| Previous Window
|
| Alt0..9
| Goto Window 0..9
|
| F12
| Jump to code editor
|
| Ctrl+F12
| Jump to project browser
|
| Shift+F12
| Jump to properties window
|
| Ctrl+Shft+F12
| Jump to output window
|
Positioning Windows
| F7
| Tile horisontal
|
| F7+ctrl
| Tile vertical
|
| F7+shft
| Cascade
|
| F7+alt
| Maximize
|
| F7+alt+ctrl
| Restore
|
| F7+alt+shft
| Minimize
|
| F7+shft+ctrl
| Arrange minized windows icons
|
| Ctrl+alt+arrow lf\rt
| Scroll window horizontally
|
Special Code Editor
| Ctrl-Alt+PageUp
| Collapse all procedures
|
| Ctrl-Alt+PageDown
| Expand all procedures
|
| Ctrl-Space
| Code completion (displays drop down variable list)
|
| Ctrl-Alt+INS
| Show/Hide Line numbers
|
| Ctrl-Alt+END
| Split/Un-split
|
| Ctrl+"e"
| Expand\Colapse block (carret of block start)
|
Build
| F5
| Assemble
|
| Shift-F5
| Compile RC
|
| Alt-Ctrl-F5
| Link
|
| Shift-Alt-F5
| Build
|
| Ctrl-F5
| Go
|
| Shift-Ctrl-F5
| Run
|
| Alt-F5
| Go All
|
Bookmarks and Breakpoints
| F8
| Next Bookmark/Named bookmark
|
| Ctrl-F8
| Previous Bookmark/Named bookmark
|
| Shift-F8
| Toggle Bookmark
|
| Shift-Ctrl-F8
| Clear all normal bookmarks
|
| Ctrl+0...9
| Set\GoTo numeric bookmark (clear-shft+F8
|
| Alt-F8
| Toggle Breakpoint
|
| Alt-Ctrl-F8
| Clear Breakpoints
|
| Alt-Shift-F8
| Add Variable
|
Formatting
| F9
| Indent block of text
|
| Ctrl-F9
| Out-dent block of text
|
| Alt+F9
| Comment block of text
|
| Alt+Ctrl+F9
| Uncomment block of text
|
Misc
| F11
| Sniplets
|
| Ctrl-F11
| Export ID equates
|
Files and Project
NOTE: On some keyboards Ctrl-Alt can be replaced by AltGr
| Ctrl+Shift+"n"
| New project
|
| Ctrl+Shift+"o"
| Open project
|
| Ctrl+Shift+"c"
| Close project
|
| Ctrl+Shift+"d"
| Delete project
|
| Ctrl+"n"
| New file
|
| Ctrl+"o"
| Open file
|
| Ctrl+"h"
| Open as Hex
|
| Ctrl+"s"
| Save file
|
| Ctrl+"a"
| Save file as
|
| Ctrl+Shift+"s"
| Save all files as
|
| Ctrl+"p"
| Print file
|
| Ctrl+alt+"o'
| Treat line under carret as file name and open the file with the name.
|
NOTE: On some keyboards Ctrl-Alt can be replaced by AltGr