Skip to content

Instantly share code, notes, and snippets.

@dmarcelino
Created February 28, 2015 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmarcelino/52e3c6bb57d6f4bddb35 to your computer and use it in GitHub Desktop.
Save dmarcelino/52e3c6bb57d6f4bddb35 to your computer and use it in GitHub Desktop.
Kodi keymaps for some remotes
<keymap>
<global>
<keyboard>
<key id="61654">contextmenu</key>
</keyboard>
<mouse>
<leftclick>Select</leftclick>
<rightclick>Back</rightclick>
<middleclick>noop</middleclick>
<doubleclick id="0">noop</doubleclick>
<longclick id="0">noop</longclick>
<wheeldown>noop</wheeldown>
<wheelup>noop</wheelup>
<mousedrag>noop</mousedrag>
<mousemove>noop</mousemove>
<mousedragend>Select</mousedragend>
<mouserdragend>Back</mouserdragend>
</mouse>
</global>
</keymap>
<keymap>
<global>
<keyboard>
<key id="221">contextmenu</key>
<key id="223">info</key>
</keyboard>
</global>
<fullscreenvideo>
<keyboard>
<key id="221">rewind</key>
<key id="223">fastforward</key>
</keyboard>
</fullscreenvideo>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment