MCE remote with teletext doesn't support toptext keys (1 Viewer)

Rudolph

Portal Member
December 18, 2005
32
0
Nijkerk, Netherlands
Hi all,

I am testing with Media portal 0.2..0.0 RC1 with the last CVS. I am using the Microsoft MCE remote control European model, when I try teletext in full screen mode or in window mode, and press the color keys ( red, green, yellow, blue ) on my remote there is no reaction, also the Program up and program down key’s on the remote don’t function.

There is support for this functionality, because it works with the keyboard, the keys + and – select the next and the previous page, and the keyboard key’s h,j,k,l represent the red,green yellow and blue keys of toptext. I tried to create the following addition to the keymap.xml file, it shows proper in the setup, however it doesn’t change anything in teletext full screen

- <window>
<id>7700</id>
<description>WINDOW TELETEXT</description>
- <action>
<id>9975</id>
<key>h</key>
<sound />
<description>Red button</description>
</action>
- <action>
<id>9978</id>
<key>l</key>
<sound />
<description>remote blue</description>
</action>
- <action>
<id>9977</id>
<key>k</key>
<sound />
<description>yellow button</description>
</action>
- <action>
<id>9976</id>
<key>j</key>
<sound />
<description>green button</description>
</action>
- <action>
<id>95</id>
<key>+</key>
<sound />
<description>next page up</description>
</action>
- <action>
<id>94</id>
<key>-</key>
<sound />
<description>previous page</description>
</action>
</window>
- <window>
<id>7701</id>
<description>Fullscreen TELETEXT</description>
- <action>
<id>9975</id>
<key>h</key>
<sound />
<description>Red button</description>
</action>
- <action>
<id>9978</id>
<key>l</key>
<sound />
<description>remote blue</description>
</action>
- <action>
<id>9977</id>
<key>k</key>
<sound />
<description>yellow button</description>
</action>
- <action>
<id>9976</id>
<key>j</key>
<sound />
<description>green button</description>
</action>
- <action>
<id>95</id>
<key>+</key>
<sound />
<description>next page up</description>
</action>
- <action>
<id>94</id>
<key>-</key>
<sound />
<description>previos page</description>
</action>
</window>

There is no response, Am I doing something wrong.

Regards

Wijnand
 

Users who are viewing this thread

Top Bottom