Comment 112 for bug 1810183

Revision history for this message
Badaoui Mohamed (mohamed-badaoui) wrote :

the key code you search for % is EV_KEY.KEY_APOSTROPHE

probably you forgot to enable it on the device, add the line
dev.enable(EV_KEY.KEY_APOSTROPHE)

hope this helps

Mohamed