Skip to content

Instantly share code, notes, and snippets.

@laclaro
Created November 19, 2017 21:06
Show Gist options
  • Save laclaro/e17d15e75d63b2e9840dd5305877fc3c to your computer and use it in GitHub Desktop.
Save laclaro/e17d15e75d63b2e9840dd5305877fc3c to your computer and use it in GitHub Desktop.
Kodi keymap for MX3 remote
<!--
kodi keymap file for MX3 remote, available at
https://www.amazon.de/gp/product/B01IVJH0IG/ref=oh_aui_detailpage_o00_s00?ie=UTF8&th=1
This document is distributed under a creative commons licence CC BY-NC-SA 3.0.
-->
<keymap>
<home>
<!-- map color keys on the home screen -->
<keyboard>
<!-- red -->
<key id="61587">activatewindow(favourites)</key>
<!-- green -->
<key id="61588">activatewindow(videos,tvshowtitles )</key>
<!-- yellow -->
<key id="61589">activatewindow(videos,movietitles)</key>
<!-- blue -->
<key id="61590">activatewindow(music,files)</key>
</keyboard>
</home>
<global>
<keyboard>
<!-- shutdown button -->
<key id="61662">activatewindow(shutdownmenu)</key>
<key id="61662">shutdown()</key>
<!-- upper panel -->
<key id="61586">stop</key>
<key id="61636">skipprevious</key>
<key id="61637">skipnext</key>
<!-- three blue buttons -->
<!-- deactivate buggy mouse-activation on hitting the "back" button -->
<key id="rightclick">previousmenu</key>
<!-- menu button -->
<key id="61654">contextmenu</key>
<!-- navigation, volume and mute works out of the box -->
<!-- map numbers -->
<key id="61488">number0</key>
<key id="61489">number1</key>
<key id="61490">number2</key>
<key id="61491">number3</key>
<key id="61492">number4</key>
<key id="61493">number5</key>
<key id="61494">number6</key>
<key id="61495">number7</key>
<key id="61496">number8</key>
<key id="61497">number9</key>
<key id="61448">backspace</key>
<!-- map clapperboard, exclamation mark and squares button -->
<key id="61675">activatewindow(tvchannels)</key>
<key id="61630">activatewindow(tvguide)</key>
<key id="61585">activatewindow(addonbrowser)</key>
</keyboard>
</global>
<fullscreenlivetv>
<keyboard>
<!-- tv channels on "context-menu" -->
<key id="61654">activatewindow(tvchannels)</key>
<!-- channel-EPG on "back" -->
<key id="57345">activatewindow(pvrosdguide)</key>
</keyboard>
</fullscreenlivetv>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment