1

Is anyone aware of a Google Extension that enables one to insert text into the currently focussed (text) area after some predefined keyboard short cuts?

For example, if I press Ctrl + Shift + C, the following text is inserted:

<code></code>


Of course, the keyboard short cuts, and the text that is to be inserted, are configurable.

I've searched the Chrome Extensions site, but could't find anything.

If you're aware of some other browser besides Google Chrome that has this through some extension/add-on, I'd also appreciate that info.

1 Answer 1

1
+100

YakShave might be what you are looking for. It allows you to program your own shortcuts, or open your favorite text editor to work with web forms (Emacs or Vim, anyone?)

Now if configuring it is too much work for you, there are other extensions that can expand abbreviatons (Just one that I found). You could set one up to expand <c> into <code></code>, for example.

Using a browser or addon that is modeled after Emacs or Vim (Conkeror, Vimperator, etc.) is another extremely powerful option. But learning them just in order to use a few shortcuts is probably overkill.

2
  • YakShave looks impressive, but a bit too much for what I want. Popchrom however is exactly what I needed. Unfortunately, the cursor can't be positioned somewhere in the substituted text, but hey, beggars can't be choosers! :) I'll see if I hack this in myself. Many thanks!
    – user12915
    Commented Mar 31, 2011 at 19:02
  • It seems I can't award the bounty for another 23 hours. Will do so in due time. Thanks again.
    – user12915
    Commented Mar 31, 2011 at 19:03

You must log in to answer this question.