1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 22:25:14 +00:00
qb64/internal/help/Shortcut-Keys-Summary.md

42 lines
697 B
Markdown
Raw Normal View History

## 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