Michael Nottebrock wrote:
On Sunday, 2. July 2006 14:46, Ian Moore wrote:

Is the FreeBSD setting supposed to make those keys work correctly in
konsole or does it still require modifications to xmodmap or something?

That setting was contributed by a David E. O'Brien ([EMAIL PROTECTED]) a while ago. I don't use it, so I can't really tell if it's supposed to work or not. I myself use XTerm (XFree 4.x.x) and one additional key definition in .cshrc (bindkey "\e[3~" delete-char) and .inputrc ("\e[3~":delete-char).



Try adding these to ~/.cshrc

  bindkey "^?" delete-char
  bindkey "\e[3~" delete-char
  bindkey "\e[1~" beginning-of-line
  bindkey "\e[4~" end-of-line

The first two are to make Del delete the character under the cursor - IIRC one is needed for Konsole and the other for the console (i.e. non-X command line). I can't remember which is which, but I'd guess ^? is for the non-X console since Michael has has \e[3~ for Konsole.

The last two fix Home and End respectively.

HTH

Regards,

Mark
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to