decklin / yakshave

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

Please move the 'l' keybinding away from emacs.js #1

Closed wh5a closed 14 years ago

wh5a commented 14 years ago

It conflicts with Google Reader's "like" shortcut, and doesn't fits with Emacs anyway.

decklin commented 14 years ago

Those couple of keys are from info-mode. I've been meaning to create a separate file for them; I'll go ahead and do that.

decklin commented 14 years ago

fixed in 1.11

decklin commented 14 years ago

Er, 1.1. Anyway, I forgot to mention that you could override with something like

'l': {onkeydown: function() {return false;}}

I think I'll add the return-false part as yak.functions.punt or something to save typing.