Textarea Keyboard Shortcuts

By sizzlemctwizzle Last update Aug 18, 2011 — Installed 679 times.


Script Summary: Userscripts Comments Fix style shortcuts for the whole web. Now with selection quoting!

Version: 0.0.7

Shortcuts

Highlight text in a texbox and press Alt(Ctrl on Mac) +....
  • c - puts the selected text in a <code> block
  • p - puts the selected text in a <pre> block
  • q - puts the selected text in <blockquote>
  • b - makes selected text bold
  • i - makes selected text italics
  • u - underlines selected text
  • s - strikes through the selected text
  • l - makes selected text a link via a prompt
  • a - makes selected text a link without a prompt
  • x - makes selected text an embed image if it's a url to an image

Selection Quoting

Hightlight text on the page and press Alt(Ctrl on Mac) + q. The quote will be appended to either the first textarea on the page or if there are multiple textareas, the quote will be added to the textarea you last selected.