Package: xdotool
Version: 1:3.20130111.1-3.1
Hi,
I am using german QWERTZ layout, and when I do "xdotool type z", an "y" reaches
the application.
This is an xev output while testing xdotool. The first three entries
are showing the output when sending the keypress with "xdotool type y"
to xev, the other when directly pressing my y-key in xev.
As you can see, the same keycode reaches the application in both cases,
but they are mapped to different keysyms
MappingNotify event, serial 142, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248
KeyPress event, serial 142, synthetic NO, window 0x1c00001,
root 0x260, subw 0x0, time 5916456, (76,126), root:(2000,132),
state 0x10, keycode 52 (keysym 0x7a, z), same_screen YES,
XLookupString gives 1 bytes: (7a) "z"
XmbLookupString gives 1 bytes: (7a) "z"
XFilterEvent returns: False
KeyRelease event, serial 143, synthetic NO, window 0x1c00001,
root 0x260, subw 0x0, time 5916460, (76,126), root:(2000,132),
state 0x10, keycode 52 (keysym 0x7a, z), same_screen YES,
XLookupString gives 1 bytes: (7a) "z"
XFilterEvent returns: False
MotionNotify event, serial 143, synthetic NO, window 0x1c00001,
root 0x260, subw 0x0, time 5916687, (75,126), root:(1999,132),
state 0x10, is_hint 0, same_screen YES
MappingNotify event, serial 143, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248
KeyPress event, serial 143, synthetic NO, window 0x1c00001,
root 0x260, subw 0x0, time 5917590, (75,126), root:(1999,132),
state 0x10, keycode 52 (keysym 0x79, y), same_screen YES,
XLookupString gives 1 bytes: (79) "y"
XmbLookupString gives 1 bytes: (79) "y"
XFilterEvent returns: False
KeyRelease event, serial 144, synthetic NO, window 0x1c00001,
root 0x260, subw 0x0, time 5917646, (75,126), root:(1999,132),
state 0x10, keycode 52 (keysym 0x79, y), same_screen YES,
XLookupString gives 1 bytes: (79) "y"
XFilterEvent returns: False
Kind Regards,
Michael Stummvoll
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]