qbasic.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Shortcut Keys Summary
  Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
  ┌Selecting─────────────────────────┐  ┌Deleting──────────────────────────┐
  │ Characters/lines     Shift+Arrow │  │ Cut current line          Ctrl+Y │
  │ Words           Shift+Ctrl+Arrow │  │ Cut to end of line      Ctrl+Q,Y │
  └──────────────────────────────────┘  │ Cut selected text      Shift+Del │
  ┌Inserting─────────────────────────┐  │ Erase selected text          Del │
  │ Switch to insert/overstrike  Ins │  └──────────────────────────────────┘
  │ Line above           Home,Ctrl+N │  ┌Copying───────────────────────────┐
  │ Line below             End+Enter │  │ To Clipboard            Ctrl+Ins │
  │ From Clipboard         Shift+Ins │  └──────────────────────────────────┘
  └──────────────────────────────────┘  ┌Debugging─────────────────────────┐
  ┌Finding───────────────────────────┐  │ View output screen            F4 │
  │ Search for text         Ctrl+Q,F │  │ Continue running              F5 │
  │ Repeat find                   F3 │  │ Execute to cursor             F7 │
  └──────────────────────────────────┘  │ Toggle breakpoint             F9 │
  ┌Getting Help──────────────────────┐  │ Single step                   F8 │
  │ On QBasic Help          Shift+F1 │  │ Procedure step               F10 │
  │ On keywords or topics         F1 │  └──────────────────────────────────┘
  └──────────────────────────────────┘