(Very) Basic Textbox Keyboard Shortcuts
Everyone knows how to use the arrow keys to navigate within textboxes. But not many people know there are a slew of handy keyboard shortcuts for editing text in textboxes. And these keyboard shortcuts work everywhere, even in the most basic input areas – including vanilla HTML forms, such as the Wikipedia edit box.
(Note that on a Mac you may need to substitute Cmd for Ctrl.)
Moving the CursorCtrl+→ Ctrl+← Ctrl+↑ Ctrl+↓ End Home Ctrl+Home Ctrl+End Cut, Paste, and UndoCtrl+X, or Shift+Del Ctrl+C, or Ctrl+Ins Ctrl+V, or Shift+Ins Ctrl+Z Ctrl+Y Deleting TextCtrl+Del Ctrl+Backspace |
Selecting TextCtrl+A Shift+→ Shift+← Shift+↓ Shift+↑ Shift+Home Shift+End Shift+Ctrl+→ Shift+Ctrl+← Shift+Ctrl+↓ Shift+Ctrl+↑ Shift+Ctrl+Home Shift+Ctrl+End NavigationTab Shift+Tab |
Other
Shift+Enter
Add a manual line break
Ctrl+Enter
Submit form (if textarea is part of a form and has support)
All of these shortcuts work in any standard textbox, like the ones on every web page and in most apps for your operating system. Try them out!