Archive:VRC-1100

From Official Kodi Wiki
Revision as of 16:10, 15 September 2011 by Ned Scott (talk | contribs) (split from Remote Control Reviews)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

VRC-1100

Remote-VRC1100.jpg

There is no manufacturer's name on this remote or the manual, but they appear to be from Ortek (http://www.ortek.com/product.asp?pid=103&cname=Mobility). They are widely available on eBay. Maplin UK also sell an own-brand remote control (product code N18HC) that seems to be identical. The remote simulates the MS Media Center keypresses and will work out of the box on Windows, Linux and probably OSX. It also simulates a mouse, although it's no match for a proper mouse or trackpad.

Note that the the i button sends a right mouse click, which isn't much use in XBMC as the right click can't be mapped to an action. There is no way round this without using some helper app like Eventghost, but the Info action could be mapped to one of the other buttons.

If you want to add mappings for the four coloured keys and the four keys below them here are the entries you need in keyboard.xml. The top left (Internet Explorer) key can't be trapped.

<t mod="ctrl,shift">Notification(Key, Yellow, 3)</t> <!-- Yellow button -->
<m mod="ctrl">Notification(Key, Blue, 3)</m>         <!-- Blue button -->
<i mod="ctrl">Notification(Key, Green, 3)</i>        <!-- Green button -->
<e mod="ctrl">Notification(Key, Red, 3)</e>          <!-- Red button -->
<o mod="ctrl">Notification(Key, u/Yellow, 3)</o>     <!-- Button under Yellow -->
<g mod="ctrl">Notification(Key, u/Blue, 3)</g>       <!-- Button under Blue -->
<t mod="ctrl">Notification(Key, u/Green, 3)</t>      <!-- Button under Green -->
<m mod="ctrl,shift">Notification(Key, u/Red, 3)</m>  <!-- Button under Red -->


For full Linux support see http://trac.xbmc.org/ticket/8827