Remote/keymap
#1
Windows machine MCE remote.

I want to make it so the live tv button brings up the channels list always, not the epg time line


so change from (according to the log) ctrl-shift-t (0x3f054) pressed, action is ActivateWindow(MyPVR)

to action is XBMC.ActivateWindowAndFocus(MyPVR, 32,0, 11,0)

I have put: <t mod="ctrl">ActivateWindowAndFocus(MyPVR, 32,0, 11,0)</t>

into remote and keyboard xml global section in userdata keymaps folder but it still keeps on calling action is ActivateWindow(MyPVR) when it sees <t mod="ctrl">.
Reply
#2
Change <t mod="ctrl"> to <t mod="ctrl,shift"> and you should be good to go
Reply

Logout Mark Read Team Forum Stats Members Help
Remote/keymap0