Archive:Speedlink SL-6399: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(add a link to SL-6399-SBK)
(subst:)
Line 1: Line 1:
{{Remote
== Speedlink SL-6399 ==
|Name= Speedlink SL-6399
[[File:remote-SL6399.jpg|thumb]]
|Image= remote-SL6399.jpg
 
|Description= Cheap and cheerful remote. It simulates the MS Media Center keypresses and will work out of the box on Windows, Linux and probably OSX.
Cheap and cheerful remote. It simulates the MS Media Center keypresses and will work out of the box on Windows, Linux and probably OSX.


Apparently there are different usb receivers that come with the remote.
Apparently there are different usb receivers that come with the remote.
Line 30: Line 30:


:''See also [[Speedlink_SL-6399-SBK|keyboard.xml sample for SL-6399-SBK]]''
:''See also [[Speedlink_SL-6399-SBK|keyboard.xml sample for SL-6399-SBK]]''
{{#if:  |
{{#ifeq: {{PAGENAME}} | Speedlink SL-6399 | | {{{!}} class="collapsible collapsed" width="100%"
! style="text-align: left; background:#CADCFB;" {{!}} '''More info'''
{{!}}-
{{!}} }}
{{{More info}}}
{{#ifeq: {{PAGENAME}} | Speedlink SL-6399 | | {{!}}} }}
}}
}}
[[Category:Remotes]]

Revision as of 21:36, 1 March 2014

Speedlink SL-6399

Remote-SL6399.jpg

Cheap and cheerful remote. It simulates the MS Media Center keypresses and will work out of the box on Windows, Linux and probably OSX.

Apparently there are different usb receivers that come with the remote.

ID 1241:1503 Belkin Keyboard       // all keys seem to work
ID 1241:e000 Belkin                // keys Start, RTV, Videos, Music, Pictures, MyTV don't work

There are several extra buttons not on the standard MS remote. If you want to add mappings for these keys here are the entries you need in keyboard.xml.

<t mod="ctrl">Notification(Key, TV power, 3)</t>          <!-- TV power -->
<menu>Notification(Key, More, 3)</menu>                   <!-- More -->
<z mod="ctrl,shift">Notification(Key, Aspect, 3)</z>      <!-- Aspect -->
<e mod="ctrl">Notification(Key, Red/Videos, 3)</e>        <!-- Red/Videos -->
<m mod="ctrl">Notification(Key, Green/Music, 3)</m>       <!-- Green/Music -->
<i mod="ctrl">Notification(Key, Yellow/Pictures, 3)</i>   <!-- Yellow/Pictures -->
<t mod="ctrl,shift">Notification(Key, Blue/MyTV, 3)</t>   <!-- Blue/MyTV -->
<g mod="ctrl">Notification(Key, Guide, 3)</g>             <!-- Guide -->
<o mod="ctrl">Notification(Key, RTV, 3)</o>               <!-- RTV -->
<f1>Notification(Key, Help, 3)</f1>                       <!-- Help -->
<return mod="alt">Notification(Key, Maximise, 3)</return> <!-- Maximise/restore -->
<a mod="ctrl">Notification(Key, Radio, 3)</a>             <!-- Radio -->
<m mod="ctrl,shift">Notification(Key, DVD, 3)</m>         <!-- DVD -->
<a mod="ctrl,shift">Notification(Key, Audio, 3)</a>       <!-- Audio -->
<u mod="ctrl">Notification(Key, Title, 3)</u>             <!-- Title -->
See also keyboard.xml sample for SL-6399-SBK