-
Notifications
You must be signed in to change notification settings - Fork 31
Can't use keypad 1 2 3 4 to use objects #35
Description
Hiya,
I don't know if the problem is due to the particularity of my keyboard, but I can't use the digits to use objects during the game.
My keypad has to be enabled with NumLock, then I can use it outside the game but not ingame.
That also means I can only discard objects I find in game (pressing shift+digit) but not use them.
If that helps, here is the xev output when I use my keypad :
KeyPress event, serial 32, synthetic NO, window 0x3a00001,
root 0xc0, subw 0x0, time 52397728, (118,183), root:(805,203),
state 0x10, keycode 89 (keysym 0xffb3, KP_3), same_screen YES,
XLookupString gives 1 bytes: (33) "3"
XmbLookupString gives 1 bytes: (33) "3"
XFilterEvent returns: False
KeyRelease event, serial 32, synthetic NO, window 0x3a00001,
root 0xc0, subw 0x0, time 52397829, (118,183), root:(805,203),
state 0x10, keycode 89 (keysym 0xffb3, KP_3), same_screen YES,
XLookupString gives 1 bytes: (33) "3"
XFilterEvent returns: False
KeyPress event, serial 32, synthetic NO, window 0x3a00001,
root 0xc0, subw 0x0, time 52400569, (118,183), root:(805,203),
state 0x10, keycode 83 (keysym 0xffb4, KP_4), same_screen YES,
XLookupString gives 1 bytes: (34) "4"
XmbLookupString gives 1 bytes: (34) "4"
XFilterEvent returns: False
KeyRelease event, serial 32, synthetic NO, window 0x3a00001,
root 0xc0, subw 0x0, time 52400705, (118,183), root:(805,203),
state 0x10, keycode 83 (keysym 0xffb4, KP_4), same_screen YES,
XLookupString gives 1 bytes: (34) "4"
XFilterEvent returns: False
KeyPress event, serial 32, synthetic NO, window 0x3a00001,
root 0xc0, subw 0x0, time 52400935, (118,183), root:(805,203),
state 0x10, keycode 84 (keysym 0xffb5, KP_5), same_screen YES,
XLookupString gives 1 bytes: (35) "5"
XmbLookupString gives 1 bytes: (35) "5"
XFilterEvent returns: False
Note: I know your game from your post on jeuxlibres's forum ;)