Archive:GoTView PC Remote: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(subst:)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== GoTView PC Remote ==
== GoTView PC Remote ==
[[File:No image.jpg|thumb]]
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 </keyboard> </global> lines in your /usr/local/share/xbmc/system/keymaps/keyboard.xml file
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
Line 15: Line 13:
       <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>
 
{{-}}
{{#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]]

Latest revision as of 03:01, 10 September 2020

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>