What is a quick way to indent a block of text with spaces for use within a web browser?
- by ændrük
I occasionally have the need to indent a block of text with spaces for use within a web browser, for example, when formatting a code block on this site or in a post on Launchpad.
So far I've just done it by hand by copying four spaces to the clipboard and then mashing keys really fast:
?, Home, Ctrl+V (repeat)
What is a quicker way to accomplish this, e.g.
copying and pasting to another program?
a Firefox or Chrome browser extension?
a command to directly modify the clipboard contents?
an auto-typing program?