Keymapping - JumpSMS
#1
Hi,

I thought I could map the remote number keys to character inputs (number 2: abc, number 3: def etc.) by using JumpSMS in the key mapping.
Figured I could use JumpSMS since this is the way people seem to manage this as I read in other forum posts.
Weird thing: my key mapping is not recognized properly.

keyboard.xml:
Code:
<keymap>
  <global>
    <keyboard>
      <zero>Number0</zero>
      <one>Number1</one>
      <two>JumpSMS2<two>
      <three>JumpSMS3</three>
      <four>JumpSMS4</four>
      <five>JumpSMS5</five>
      <six>JumpSMS6</six>
      <seven>JumpSMS7</seven>
      <eight>JumpSMS8</eight>
      <nine>JumpSMS9</nine>
      <escape>Back</escape>
    </keyboard>
  </global>
  <fullscreenvideo>
    <keyboard>
    <b>ActivateWindow(SubtitleSearch)</b>
    <c>subtitledelayminus</c>
    <d>subtitledelayplus</d>
    </keyboard>
  </fullscreenvideo>
</keymap>

xbmc.log
Code:
20:52:43 T:139893528192896   DEBUG: OnKey: two (0xf032) pressed, action is Number2

As you can see it recognizes the key press and it assigns the action Number2. While this is not supposed to do so according to the key mapping.
XBMC has been restarted after the changed were made to keyboard.xml.

I'm running XBMC 13.0 on Ubuntu 13.10

Any suggestions?

Just solved the problem. Was a / missing.
Can't delete the topic, sorry!
Reply

Logout Mark Read Team Forum Stats Members Help
Keymapping - JumpSMS0