mooz / keysnail

Allows you to bind commands to key sequences in Mozilla Firefox

Home Page:http://wiki.github.com/mooz/keysnail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wishlist: doc/examples on how to combine actions in a single key binding

rdiaz02 opened this issue · comments

Suppose I frequently use HoK to, say, save a link. So I'd like to create a key binding for an action that now involves

  1. using hok-start-extended-mode (I can create a keybinding for this)
  2. pressing a key (s in this case)
  3. selecting a link

I'd like to create a binding so that I can skip step 2. But I haven't been able to figure out how (my javascript knowledge is close to none).