JSON JumpSMS function
#1
Hi,

Is it possible to use JSON CMDs to have the same functionality with sending "2" .. "9" and navigating using
the SMS style navigation ? press 2 = ABC, ...

https://kodi.wiki/view/HOW-TO:Use_SMS-st...or_remotes

I already tried input.action and SendText.
Keyboard.xml is working with normal keyboard.
Thanks :-)
Reply
#2
Use a request like 

json:
{"jsonrpc":"2.0","id":4,"method":"Input.ExecuteAction","params":{"action":"jumpsms2"}}
Reply
#3
Thanks.
Sometimes it is so easy :-)
Just didn't see the action in the docu :-)
Reply
#4
I have another question.
Since jumpsms now works fine, I noticed that I can not use the number buttons any longer to enter text with 2..9, e.g. settings.
Is there a way to use it as jumpsms and in textinput boxes  ?
Reply

Logout Mark Read Team Forum Stats Members Help
JSON JumpSMS function0