[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Need help with German keyboard



Hi,

Can anyone help me diagnose this problem?  Is it a real problem, or is 
something configured wrong on this guy's system?

Thanks,

Brian

------- Forwarded Message

Subject: Bug#58331: rxvt: Keys 'Del', 'Pos1' and 'End' don't work probably 
on a German keyboard
Message-Id: <20000217190129.947064A0AC@roland.tux>
Date: Thu, 17 Feb 2000 20:01:29 +0100 (CET)

Package: rxvt
Version: 1:2.6.1-5

C_CTYPE is set to de_DE and the last two entries in /etc/inputrc are
commented out. If I press 'Del' it works like a backspace, 'Pos1' and
'End' don't work probably at all. I could fix this with an entry in
/etc/X11/Xresources/xterm.

My /etc/X11/Xresources/xterm is:
! /etc/X11/Xresources/xterm

! Uncomment the following lines to make xterm appear much like a virtual
! console, so that ANSI colors will make more sense.
XTerm*background: black
XTerm*foreground: gray90

! Make the backspace key generate ^? instead of ^H, per Debian keyboard
policy.
! Make the delete key generate ^[[3~ instead of ^?, per Debian keyboard
policy.
! Make the home and end keys appear to always be in keypad-application 
mode.
! Include override for BackSpace because older xterms do not understand the
! backarrowKey resource.

XTerm.termName: xterm-debian
*VT100.Translations: #override ~Meta <Key>BackSpace: string("\177")\n\
                               <Key>Delete: string("\033[3~")\n\
!                               <Key>Home: string("\033OH")\n\
!                               <Key>End: string("\033OF")


xterm*VT100.Translations: #override <Key>BackSpace: string(0x7F)\n\
        <Key>Delete:        string(0x1b) string("[3~")\n\
        <Key>Home:          string(0x1b) string("[1~")\n\
        <Key>End:           string(0x1b) string("[4~")\n\
        Ctrl<Key>Prior:     string(0x1b) string("[40~")\n\       
        Ctrl<Key>Next:      string(0x1b) string("[41~")

nxterm*VT100.Translations: #override <Key>BackSpace: string(0x7F)\n\
        <Key>Delete:        string(0x1b) string("[3~")\n\
        <Key>Home:      string(0x1b)    string("[1~")\n\
        <Key>End:       string(0x1b)    string("[4~")\n\
        Ctrl<Key>Prior: string(0x1b)    string("[40~")\n\
        Ctrl<Key>Next:  string(0x1b)    string("[41~")

------- End of Forwarded Message



Reply to: