Tue 26 Sep 2006 06:07:55 PM UTC, comment #2:
xev output from my systems.
First, these are the events from the "regular" Insert and Delete:
------------------------------------------------------------
KeyPress event, serial 28, synthetic NO, window 0x2c00001,
root 0x64, subw 0x0, time 13478552, (-461,449), root:(637,478),
state 0x0, keycode 106 (keysym 0xff63, Insert), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 33, synthetic NO, window 0x2c00001,
root 0x64, subw 0x0, time 13478648, (-461,449), root:(637,478),
state 0x0, keycode 106 (keysym 0xff63, Insert), same_screen YES,
XLookupString gives 0 bytes:
KeyPress event, serial 33, synthetic NO, window 0x2c00001,
root 0x64, subw 0x0, time 13480748, (-461,449), root:(637,478),
state 0x0, keycode 107 (keysym 0xffff, Delete), same_screen YES,
XLookupString gives 1 bytes: (7f) ""
XmbLookupString gives 1 bytes: (7f) ""
XFilterEvent returns: False
KeyRelease event, serial 33, synthetic NO, window 0x2c00001,
root 0x64, subw 0x0, time 13480825, (-461,449), root:(637,478),
state 0x0, keycode 107 (keysym 0xffff, Delete), same_screen YES,
XLookupString gives 1 bytes: (7f) ""
Now the numpad Insert and Delete:
------------------------------------------------------------
KeyPress event, serial 33, synthetic NO, window 0x2c00001,
root 0x64, subw 0x0, time 13484504, (-461,449), root:(637,478),
state 0x0, keycode 90 (keysym 0xff9e, KP_Insert), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 33, synthetic NO, window 0x2c00001,
root 0x64, subw 0x0, time 13484592, (-461,449), root:(637,478),
state 0x0, keycode 90 (keysym 0xff9e, KP_Insert), same_screen YES,
XLookupString gives 0 bytes:
KeyPress event, serial 33, synthetic NO, window 0x2c00001,
root 0x64, subw 0x0, time 13485592, (-461,449), root:(637,478),
state 0x0, keycode 91 (keysym 0xff9f, KP_Delete), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 33, synthetic NO, window 0x2c00001,
root 0x64, subw 0x0, time 13485696, (-461,449), root:(637,478),
state 0x0, keycode 91 (keysym 0xff9f, KP_Delete), same_screen YES,
XLookupString gives 0 bytes:
|