Keyboard commands for Windows version of FASM ------------------------------------------------------------------------------ Movement: Left arrow move one character left Right arrow move one character right Up arrow move one line up Down arrow move one line down Ctrl+Left arrow move one word left Ctrl+Right arrow move one word right Home move to the beginning of line End move to the end of line PageUp move one page up PageDown move one page down Ctrl+Home move to the first line of page Ctrl+End move to the last line of page Ctrl+PageUp move to the first line of text Ctrl+PageDown move to the last line of text Each of the above keys pressed with Shift selects text. ------------------------------------------------------------------------------ Editing: Insert switch insert/overwrite mode Alt+Insert switch horizontal/vertical blocks Delete delete current character Backspace delete previous character Alt+Backspace undo previous operation (also Ctrl+Z) Ctrl+Y delete current line F6 duplicate current line ------------------------------------------------------------------------------ Block operations: Ctrl+Insert copy block into clipboard (also Ctrl+C) Shift+Insert paste block from the clipboard (also Ctrl+V) Ctrl+Delete delete block Shift+Delete cut block into clipboard (also Ctrl+X) ------------------------------------------------------------------------------ Search: F5 go to specified position (also Ctrl+G) F7 find first (also Ctrl+F) Shift+F7 find next (also F3) Ctrl+F7 replace (also Ctrl+H) ------------------------------------------------------------------------------ Compile: F9 compile and run Ctrl+F9 compile only Shift+F9 assign for compiling (also in tab right-click menu) ------------------------------------------------------------------------------ Other keys: F1 keyword search Alt+F1 help contents F2 save current file (also Ctrl+S) Shift+F2 save current file with new name F4 load file F8 (reserved for debugger) Esc close current file (save by default, also in tab right-click menu) F10 discard current file (don't save by default) Alt+X exit program (save by default) Alt+F4 exit program (don't save by default)