My Keymap.xml has the following in it:
<keymap>
<global>
<keyboard>
<F5>XBMC.ReloadSkin()</F5>
<F6>Skin.ToggleSetting(DebugGrid)</F6>
<F7>Skin.ToggleSetting(HideDebugInfo)</F7>
<F9>XBMC.UpdateLibrary(video)</F9>
<F10>XBMC.CleanLibrary(video)</F10>
<F11>Notification(Testing 123,Hello world)</F11>
</keyboard>
</global>
<Home>
<keyboard>
<F5>XBMC.ReloadSkin()</F5>
<F6>Skin.ToggleSetting(DebugGrid)</F6>
<F7>Skin.ToggleSetting(HideDebugInfo)</F7>
<F9>XBMC.UpdateLibrary(video)</F9>
<F10>XBMC.CleanLibrary(video)</F10>
<F11>Notification(Testing 123,Hello world)</F11>
</keyboard>
</Home>
<FullscreenVideo>
<keyboard>
<zero>PlayerControl(seekpercentage(99))</zero>
<one>PlayerControl(seekpercentage(10))</one>
<two>PlayerControl(seekpercentage(20))</two>
<three>PlayerControl(seekpercentage(30))</three>
<four>PlayerControl(seekpercentage(40))</four>
<five>PlayerControl(seekpercentage(50))</five>
<six>PlayerControl(seekpercentage(60))</six>
<seven>PlayerControl(seekpercentage(70))</seven>
<eight>PlayerControl(seekpercentage(80))</eight>
<nine>PlayerControl(seekpercentage(90))</nine>
<period>SkipNext</period>
<comma>SkipPrevious</comma>
<backspace>Seek(-7)</backspace>
</keyboard>
</FullscreenVideo>
<MyVideoLibrary>
<keyboard>
<two>JumpSMS2</two>
<three>JumpSMS3</three>
<four>JumpSMS4</four>
<five>JumpSMS5</five>
<six>JumpSMS6</six>
<seven>JumpSMS7</seven>
<eight>JumpSMS8</eight>
<nine>JumpSMS9</nine>
<space>Playlist</space>
</keyboard>
</MyVideoLibrary>
<MyFiles>
<keyboard>
<two>JumpSMS2</two>
<three>JumpSMS3</three>
<four>JumpSMS4</four>
<five>JumpSMS5</five>
<six>JumpSMS6</six>
<seven>JumpSMS7</seven>
<eight>JumpSMS8</eight>
<nine>JumpSMS9</nine>
</keyboard>
</MyFiles>
<MyVideoFiles>
<keyboard>
<two>JumpSMS2</two>
<three>JumpSMS3</three>
<four>JumpSMS4</four>
<five>JumpSMS5</five>
<six>JumpSMS6</six>
<seven>JumpSMS7</seven>
<eight>JumpSMS8</eight>
<nine>JumpSMS9</nine>
<space>Playlist</space>
</keyboard>
</MyVideoFiles>
<MyMusicFiles>
<keyboard>
<two>JumpSMS2</two>
<three>JumpSMS3</three>
<four>JumpSMS4</four>
<five>JumpSMS5</five>
<six>JumpSMS6</six>
<seven>JumpSMS7</seven>
<eight>JumpSMS8</eight>
<nine>JumpSMS9</nine>
<space>Playlist</space>
</keyboard>
</MyMusicFiles>
</keymap>
I use an MCE Remote that emulates the keyboard and in Kodi 16.1, the JumpSMS works fine.
I upgraded to Kodi 17 RC4 yesterday and JumpSMS doesn’t work anymore. Even using a real keyboard and pressing 2 to 9 doesn’t jump the letters. Shift and the letter still works.
Has anything changed in the Keymap.xml syntax?
Thanks