Archive:GoTView PC Remote: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(subst:)
No edit summary
Line 1: Line 1:
== GoTView PC Remote ==
== GoTView PC Remote ==
[[File:No image.jpg|thumb]]
<section begin="summary" />
 
The GoTView PC Remote control looks exactly like the "unbranded remote" above. It is also detected as MCE remote by lircd, but has slightly different keycodes, which are incompatible with xbmc defaults.
The GoTView PC Remote control looks exactly like the "unbranded remote" above. It is also detected as MCE remote by lircd, but has slightly different keycodes, which are incompatible with xbmc defaults.
To make things work correctly, add something like the following before the &lt;/keyboard&gt; &lt;/global&gt; lines in your /usr/local/share/xbmc/system/keymaps/keyboard.xml file
To make things work correctly, add something like the following before the &lt;/keyboard&gt; &lt;/global&gt; lines in your /usr/local/share/xbmc/system/keymaps/keyboard.xml file
Line 15: Line 14:
       <b mod="ctrl,alt,shift">ActivateWindow(MusicOSD)</b>
       <b mod="ctrl,alt,shift">ActivateWindow(MusicOSD)</b>
       <f mod="ctrl,alt,shift">ActivateWindow(VisualisationPresetList)</f>
       <f mod="ctrl,alt,shift">ActivateWindow(VisualisationPresetList)</f>
     
</pre>
</pre>
{{-}}
<section end="summary" />


{{#if:  |
{{#ifeq: {{PAGENAME}} | GoTView PC Remote | | {{{!}} class="collapsible collapsed" width="100%"
! style="text-align: left; background:#CADCFB;" {{!}} '''More info'''
{{!}}-
{{!}} }}
{{{More info}}}
{{#ifeq: {{PAGENAME}} | GoTView PC Remote | | {{!}}} }}
}}
[[Category:Remotes]]
[[Category:Remotes]]

Revision as of 21:35, 1 March 2014

GoTView PC Remote

The GoTView PC Remote control looks exactly like the "unbranded remote" above. It is also detected as MCE remote by lircd, but has slightly different keycodes, which are incompatible with xbmc defaults. To make things work correctly, add something like the following before the </keyboard> </global> lines in your /usr/local/share/xbmc/system/keymaps/keyboard.xml file

 
      <one mod="ctrl,alt,shift">ContextMenu</one>
      <two mod="ctrl,alt,shift">ActivateWindow(PlayerControls)</two>
      <three mod="ctrl,alt,shift">ActivateWindow(music)</three>
      <four mod="ctrl,alt,shift">ActivateWindow(pictures)</four>
      <five mod="ctrl,alt,shift">ActivateWindow(video)</five>
      <home mod="ctrl,alt,shift">ActivateWindow(MusicPlaylist)</home>
      <r mod="ctrl">Queue</r>
      <h mod="ctrl,alt,shift">Info</h>
      <b mod="ctrl,alt,shift">ActivateWindow(MusicOSD)</b>
      <f mod="ctrl,alt,shift">ActivateWindow(VisualisationPresetList)</f>