decklin / yakshave

Yet Another Key-binding System Halfway Approximating Vi or Emacs (for Chromium)
Other
18 stars 4 forks source link

Need set-up help #11

Open bpostow opened 14 years ago

bpostow commented 14 years ago

I've installed, but seem to need some help setting it up. I've checked "use Alt for Meta", standard, unix, emacs and added:

yak.bindings.add({'M-q': {
   onkeydown: function(e) { alert('Hello, world!'); }
 }
});

M-q DOES work. However nothing else does. C-p, for example, still pulls up the print dialog.

I'm using XP and Chrome 6.0.472

thanks.

bpostow commented 14 years ago

Also, something seems to be defining backspace as "go to top of page" in SOME textboxes... so sometimes I need to hit S-backspace to backspace, others backspace works...

Is this a default setting?