Probleme with key

glomie
Member
 
Posts: 141
Joined: Sun Aug 07, 2011 19:41

Probleme with key

by glomie » Sun Jun 24, 2012 20:17

I can't write '7' in minetest, all other number key work, when try to press 7 that write
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Could not find EKEY_CODE, using orig. X11 keycode instead: 16
Could not find EKEY_CODE, using orig. X11 keycode instead: 16

keypad work like numlock is off.
minetest installed like write here

debian 64Bits wheezy
Sorry for my bad english...
 

User avatar
khonkhortisan
Member
 
Posts: 30
Joined: Fri Jun 29, 2012 17:30

by khonkhortisan » Fri Jun 28, 2013 16:49

The error you posted is directly from irrlicht.

When using the qwerty keyboard layout, numpad numbers other than 039 don't work - they are used as if numpad is off.
When using the programmer dvorak keyboard layout, the numpad has the same malfunction. Also,
} and 3 (4 and $) are interpreted as Enter (keycode 13, EKEY_CODE not found)
* and 0 (7 and &) do absolutely nothing (keycode 16, EKEY_CODE 0) in the chat box, but work in the console.

Using qwerty or programmer dvorak, this is how I would type 0123456789 using either the numpad as much as possible or as little as possible. Each k or n says to switch away from or toward using the numpad:
qwn:0k12n3k45678n9
qwk:0123456789
dwn:0k12n3k45678n9
dwn:n0k12n3k456789
 

glomie
Member
 
Posts: 141
Joined: Sun Aug 07, 2011 19:41

by glomie » Sun Jul 07, 2013 15:12

Sorry for my bad english...
 


Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 6 guests

cron