Jump to sort letter?
#1
Just noticed this and am wondering if a related concept is possible -- can a button action be configured to jump to a certain letter in the container list? I assume this is possible since you can jump to a letter by typing shift+[LETTER], but not sure how to make a button do it. Thanks!
Reply
#2
Hi, if u r using eventghost do this:

-Go to program files\EventGhost\plugins\XBMC
-edit (replace) the __init__.py under ACTIONS like down here:

("Number0", "Number 0", "Remote number 0.", "Number0"),
("Number1", "Number 1", "Remote number 1.", "Number1"),
("Number2", "Number 2", "Remote number 2.", "JumpSMS2"),
("Number3", "Number 3", "Remote number 3.", "JumpSMS3"),
("Number4", "Number 4", "Remote number 4.", "JumpSMS4"),
("Number5", "Number 5", "Remote number 5.", "JumpSMS5"),
("Number6", "Number 6", "Remote number 6.", "JumpSMS6"),
("Number7", "Number 7", "Remote number 7.", "JumpSMS7"),
("Number8", "Number 8", "Remote number 8.", "JumpSMS8"),
("Number9", "Number 9", "Remote number 9.", "JumpSMS9"),

-restart eventghost

This is not my trick...but i dont remember whu wrote it

By and sry 4 my poor eng Rolleyes
Reply
#3
Thanks - I have my keymap setup for the SMS keys, but wondering if there is a way to do it from within a skin
Reply
#4
You can call JumpSMS2 from the skin I think, but I'm not 100 if it'll know where to direct the action to (you may have to fudge it by setting focus to the list, then calling jumpsms2 then setting focus back to your button).

You can't do the SHIFT-Letter thing as there's no action code for it.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#5
Thanks jm, I'll see if I can get the jumpsms to work as you suggest
Reply
#6
I created a skin version - see here http://forum.xbmc.org/showthread.php?tid...ump&page=3

Hope this helps
ZOTAC IONITX-D-E Intel Atom N330 Dual Core 1.6 GHz NVIDIA ION with LIVE on SSD (now updated to Nvidia Shield Pro (P2897)
Reply

Logout Mark Read Team Forum Stats Members Help
Jump to sort letter?0