VOGONS


First post, by TeaRex

User metadata
Rank Member
Rank
Member

Thank the Maker(s) that this annoying problem is fixed now. There is a very small change necessary to get your newest patch working on Ubuntu Intrepid with a German keyboard: change

strncmp(keycode, "evdev", 6)

to

strncmp(keycode "evdev", 5)

since I get "evdev+extras(qwertz)" or some such in there, which doesn't compare successfully with the current code in CVS.

tearex

Reply 1 of 2, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Yes it should be 5.