Re: backspace and delete keys behavior
From: Mark Ovens (marko_at_freebsd.org)
Date: 07/30/04
- Previous message: Michael L. Squires: "Re: Problem updating xorg-clients"
- In reply to: Mariano Guadagnini: "backspace and delete keys behavior"
- Next in thread: Peter Ryan: "RE: backspace and delete keys behavior"
- Reply: Peter Ryan: "RE: backspace and delete keys behavior"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jul 2004 13:21:16 +0100 To: Mariano Guadagnini <mguadagnini@velocom.com.ar>
Mariano Guadagnini wrote:
> Hi guys, I am new to Freebsd (after years of linux) and, althought system
> installation and configuration was quite seamlessly, I've an issue with the
> delete key of my keyboard (101 keys us layout): In xterm, the backspace key
> works ok, but when I press del, it prints the "~" character, instead of
> deleting . I have read it has something to do with keyboard layout config,
> but I couldn't find out how to fix it. So, any ideas?
>
> Thanks, (and forgive my poor english)
>
Add this to ~/.Xdefaults
XTerm*vt100.translations: #override \n\
<Key>Delete: string(0x04) \n
which maps Ctrl-D to the DEL key, then run
% xrdb < ~/.Xdefaults
to implement it (in the current X session).
Note that this won't change the behaviour in the current xterm, but will
in any new ones you open.
HTH
Regards,
Mark
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Michael L. Squires: "Re: Problem updating xorg-clients"
- In reply to: Mariano Guadagnini: "backspace and delete keys behavior"
- Next in thread: Peter Ryan: "RE: backspace and delete keys behavior"
- Reply: Peter Ryan: "RE: backspace and delete keys behavior"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|