1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/Shortcut-Keys-Summary.md
2022-12-24 19:12:43 -06:00

697 B

Selecting

  • Characters/lines - Shift + Arrow
  • Words - Shift + Ctrl + Arrow

Inserting

  • Switch to insert/overstrike - Ins
  • Line above - Home, Ctrl + N
  • Line below - End + Enter
  • From Clipboard - Shift + Ins

Deleting

  • Cut current line - Ctrl + Y
  • Cut to end of line - Ctrl + Q, Y
  • Cut selected text - Shift + Del
  • Erase selected text - Del

Copying

  • To Clipboard - Ctrl + Ins

Finding

  • Search for text - Ctrl + Q, F
  • Repeat find - F3

Debugging

  • View output screen - F4
  • Continue running - F5
  • Execute to cursor - F7
  • Toggle breakpoint - F9
  • Single step - F8
  • Procedure step - F10

Getting Help

  • On QB64 Help - Shift + F1
  • On keywords or topics - F1