Kodi Community Forum
JumpSMS skips every other letter with remote - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: JumpSMS skips every other letter with remote (/showthread.php?tid=127198)



JumpSMS skips every other letter with remote - hallergard - 2012-03-30

Running Eden (11.0-0~beta1~ppa~oneiric) on Mint 12. Trying to text in search boxes with the remote (Hauppauge WinTV Nova-T) using Lirc, I get the following: b2b2b2... (but not a and c like in abc2abc2 - which I do get with keyboard input).

Thinking it was a Mint problem I installed Eden on my Kubuntu 11.10 partition, with the same problem. Pls advice.


RE: JumpSMS skips every other letter with remote - jmarshall - 2012-03-31

My guess is the button is being sent twice very quickly for every single "press" you do. The Debug Log will confirm.


RE: JumpSMS skips every other letter with remote - hallergard - 2012-03-31

Thanks jmarshall. This is the debug output with Eden when pressing "2" five times showing babab:

LIRC: Update - NEW at 135585:0000000080010003 00 2 linux-input-layer (2)
SDLKeyboard: scancode: 0b, sym: 0032, unicode: 0032, modifier: 1000
OnKey: two (f032) pressed, trying keyboard action 60
OnKey: 205 (cd) pressed, action is Number2
LIRC: Update - NEW at 136270:0000000080010003 00 2 linux-input-layer (2)
SDLKeyboard: scancode: 0b, sym: 0032, unicode: 0032, modifier: 1000
OnKey: two (f032) pressed, trying keyboard action 60
OnKey: 205 (cd) pressed, action is Number2
LIRC: Update - NEW at 136903:0000000080010003 00 2 linux-input-layer (2)
SDLKeyboard: scancode: 0b, sym: 0032, unicode: 0032, modifier: 1000
OnKey: two (f032) pressed, trying keyboard action 60
OnKey: 205 (cd) pressed, action is Number2
LIRC: Update - NEW at 137603:0000000080010003 00 2 linux-input-layer (2)
SDLKeyboard: scancode: 0b, sym: 0032, unicode: 0032, modifier: 1000
OnKey: two (f032) pressed, trying keyboard action 60
OnKey: 205 (cd) pressed, action is Number2
LIRC: Update - NEW at 138301:0000000080010003 00 2 linux-input-layer (2)
OnKey: 205 (cd) pressed, action is Number2
SDLKeyboard: scancode: 0b, sym: 0032, unicode: 0032, modifier: 1000
OnKey: two (f032) pressed, trying keyboard action 60

This is the debug output with Dharma (Fedora 16 partition on the same Desktop) when pressing "2" five times showing abc2a as it should:

LIRC: Update - NEW at 73110:0000000080010003 00 2 linux-input-layer (2)
OnKey: 205 pressed, action is Number2
LIRC: Update - NEW at 73593:0000000080010003 00 2 linux-input-layer (2)
OnKey: 205 pressed, action is Number2
LIRC: Update - NEW at 74110:0000000080010003 00 2 linux-input-layer (2)
OnKey: 205 pressed, action is Number2
LIRC: Update - NEW at 74611:0000000080010003 00 2 linux-input-layer (2)
OnKey: 205 pressed, action is Number2
LIRC: Update - NEW at 75160:0000000080010003 00 2 linux-input-layer (2)
OnKey: 205 pressed, action is Number2

What is the action? Change parameters in /etc/lirc/lirc.conf? Or why does this only happen with Linux Eden? Win7 Eden on the same desktop is ok.



RE: JumpSMS skips every other letter with remote - hallergard - 2012-04-02

Have sent this message twice before, but it does not appear. Sorry if you can see this is three versions, at least I can't right now..

I had not purged the personalized settings when upgrading from Dharma to Eden. It seems the old file keyboard.xml in userdata\keymaps\ was the culprit. Deleted it and SMS texting now works ok.


RE: JumpSMS skips every other letter with remote - jmarshall - 2012-04-02

Great - enjoy Eden Smile