mooz / keysnail

Allows you to bind commands to key sequences in Mozilla Firefox
http://wiki.github.com/mooz/keysnail
701 stars 56 forks source link

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

Open rdiaz02 opened 8 years ago

rdiaz02 commented 8 years ago

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).