Created
February 28, 2015 20:07
-
-
Save dmarcelino/52e3c6bb57d6f4bddb35 to your computer and use it in GitHub Desktop.
Kodi keymaps for some remotes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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