This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [ANNOUNCE] XWin Keyboard test 5


Hi,


I tried : xmodmap -e "keycode  12 = quotedbl 3 4 5 "
(normally, keycode 12 = 3 numbersign on US keyboard)

Here is the result with xev :

" : good

KeyPress event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x0, time 503147587, (2,33), root:(4,35),
    state 0x10, keycode 12 (keysym 0x22, quotedbl), same_screen YES,
    XLookupString gives 1 characters:  """

KeyRelease event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x0, time 503147758, (2,33), root:(4,35),
    state 0x10, keycode 12 (keysym 0x22, quotedbl), same_screen YES,
    XLookupString gives 1 characters:  """

Shift_R + " : good

KeyPress event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x0, time 503151443, (2,33), root:(4,35),
    state 0x10, keycode 62 (keysym 0xffe2, Shift_R), same_screen YES,
    XLookupString gives 0 characters:  ""

KeyPress event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x0, time 503151563, (2,33), root:(4,35),
    state 0x11, keycode 12 (keysym 0x33, 3), same_screen YES,
    XLookupString gives 1 characters:  "3"

KeyRelease event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x0, time 503151693, (2,33), root:(4,35),
    state 0x11, keycode 12 (keysym 0x33, 3), same_screen YES,
    XLookupString gives 1 characters:  "3"

KeyRelease event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x0, time 503151784, (2,33), root:(4,35),
    state 0x11, keycode 62 (keysym 0xffe2, Shift_R), same_screen YES,
    XLookupString gives 0 characters:  ""

AltGr + " : nearly good (a Control_L occurs, why ?), but nothing appears on
xterm.

KeyPress event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503195286, (23,43), root:(25,45),
    state 0x10, keycode 113 (keysym 0xff7e, Mode_switch), same_screen YES,
    XLookupString gives 0 characters:  ""

KeyPress event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503195496, (23,43), root:(25,45),
    state 0x30, keycode 12 (keysym 0x34, 4), same_screen YES,
    XLookupString gives 1 characters:  "4"

KeyRelease event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503195657, (23,43), root:(25,45),
    state 0x30, keycode 12 (keysym 0x34, 4), same_screen YES,
    XLookupString gives 1 characters:  "4"

KeyPress event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503195727, (23,43), root:(25,45),
    state 0x30, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 characters:  ""

KeyRelease event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503195727, (23,43), root:(25,45),
    state 0x34, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 characters:  ""

KeyRelease event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503195727, (23,43), root:(25,45),
    state 0x30, keycode 113 (keysym 0xff7e, Mode_switch), same_screen YES,
    XLookupString gives 0 characters:  ""

Shift_R + AltGr + " : nearly good (a Control_L occurs, why ?), but nothing
appears on xterm

KeyPress event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503372180, (49,47), root:(51,49),
    state 0x10, keycode 62 (keysym 0xffe2, Shift_R), same_screen YES,
    XLookupString gives 0 characters:  ""

KeyPress event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503372301, (49,47), root:(51,49),
    state 0x11, keycode 113 (keysym 0xffe8, Meta_R), same_screen YES,
    XLookupString gives 0 characters:  ""

KeyPress event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503372461, (49,47), root:(51,49),
    state 0x31, keycode 12 (keysym 0x35, 5), same_screen YES,
    XLookupString gives 1 characters:  "5"

KeyPress event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503372611, (49,47), root:(51,49),
    state 0x31, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 characters:  ""

KeyRelease event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503372611, (49,47), root:(51,49),
    state 0x35, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 characters:  ""

KeyRelease event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503372611, (49,47), root:(51,49),
    state 0x31, keycode 113 (keysym 0xffe8, Meta_R), same_screen YES,
    XLookupString gives 0 characters:  ""

KeyRelease event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503372611, (49,47), root:(51,49),
    state 0x11, keycode 12 (keysym 0x33, 3), same_screen YES,
    XLookupString gives 1 characters:  "3"

KeyRelease event, serial 18, synthetic NO, window 0x400001,
    root 0x2e, subw 0x400002, time 503372631, (49,47), root:(51,49),
    state 0x11, keycode 62 (keysym 0xffe2, Shift_R), same_screen YES,
    XLookupString gives 0 characters:  ""

Also : the NumLock at the begining assumes it's off, so if the NumLocklight is
on when you start XWin, the behavior is the oposite of the normal one
(KP_numbers when light is off, and KP_specials when it's on).

Keep going !

CU
.                         \)|(/
.                         (o o)
. /-----------------ooO----(_)----Ooo-----------------\
.(_|                  Francis VIVAT                   |
.  |                    CETP-CNRS                     |
.  |  10-12, avenue de l'Europe  78140 Velizy         |
.  |             Tel    : +33 1 3925 4780             |
.  |             Fax    : +33 1 3925 4922             |_
.  |      E-Mail : francis.vivat@cetp.ipsl.fr         | )
.  \---------------------------------------------------/
.                        (_)  (_)




----- Original Message -----
From: "Alexander Gottwald" <Alexander.Gottwald@informatik.tu-chemnitz.de>
To: "XFree86/Cygwin Mailing list" <cygwin-xfree@sources.redhat.com>
Sent: lundi 2 avril 2001 19:59
Subject: [ANNOUNCE] XWin Keyboard test 5


> Hi,
>
> The kbd-test-5 release of the keyboard test is available at
> http://www.gotti.org or [1]
>
> It is based on Harolds test-15 release.
>
> I fixed the Alt_R handling (hope so).
> It is not fully tested what happens if you press Control_L and Alt_R
> simultaniously.
> The debug messages are again switched on, but i provide a version without
> them.
>
> I have not tested it on WinNT.
>
> Bye
>     ago
>
> [1] Direct download:
> http://www-usercgi.tu-chemnitz.de/~goal/xfree/
> --
> Alexander.Gottwald@informatik.tu-chemnitz.de
> http://www.gotti.org
> +49 3725 3498080
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]