Small Basic Online: Shortcuts for Keyboard
This article explains about keyboard shortcut for the online editor of Microsoft Small Basic programming language.
Keyboard shortcut
Keyboard shortcut refers to a combination of keys pressed at the same time which carry out a function. There are a lot of shortcuts for the Small Basic Online. If you know other shortcuts, please update this article.
Press this key | To do this |
Ctrl+X | Cut |
Ctrl+C | Copy |
Ctrl+V | Paste |
Ctrl+Z | Undo |
Ctrl+Y | Redo |
Ctrl+A | Select All |
Ctrl+F | Find |
Ctrl+Home | Cursor to Top |
Ctrl+End | Cursor to End |
Ctrl+up (↑) | Scroll Down |
Ctrl+down (↓) | Scroll Up |
Ctrl+right (→) | Cursor to Right Word |
Ctrl+left (←) | Cursor to Left Word |
Ctrl+Delete | Delete Word |
Ctrl+plus (+) or Ctrl+mouse wheel up | Zoom In (browser) |
Ctrl+minus (-) or Ctrl+mouse wheel down | Zoom Out (browser) |
Ctrl+Space | Show IntelliSense |
After pushing Ctrl+F, following additional shortcuts are available.
Press this key | To do this |
F3 | Find match |
Shift+F3 | Previous match |
Alt+C | Match Case (toggle) |
Alt+W | Match Whole Word (toggle) |
Alt+R | Use Regular Expression (toggle) |
Alt+L | Find in selection |
Escape | Close |
Ctrl+Shift+1 | Replace |
Ctrl+Alt+Enter | Replace All |
See Also
- Wiki: Small Basic Portal
- [[articles: Small Basic: Shortcuts for Keyboard]]
- [[articles: Small Basic Online]]
Additional Resources
- Keyboard Shortcuts for Windows (knowledge base)
- Small Basic TextWindow and Keyboard Shortcuts (blog)