On Wed, Nov 10, 2010 at 7:29 PM, Paolo Aglialoro <[email protected]> wrote: > thanks, first of all. Del key is now working marvellously :) > (btw, is this hack valid cross platform?) > > Instead Home and End are still stuck... buy, maybe, this could be due to the > fact that where I'm experimenting is a laptop (dell latitude L400) and I'm > getting respectively Home with Fn+PgUp and End with Fn+PgDn.
Those happen to be the bindings that worked on my system. The best way to fix your system is to bind to whatever keycodes the buttons make. This is probably accomplished by typing bind 'ctrl-V home'=beginning-of-line. ctrl-v escapes the next button you press.

