Archive:GoTView PC Remote: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Karellen moved page GoTView PC Remote to Archive:GoTView PC Remote without leaving a redirect: Outdated)
mNo edit summary
 
Line 1: Line 1:
== GoTView PC Remote ==
== GoTView PC Remote ==
<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 16: Line 15:
</pre>
</pre>
{{-}}
{{-}}
<section end="summary" />
[[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>