First post, by TeaRex
TeaRex
Offline
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