Created
April 4, 2015 11:37
-
-
Save stevenocchipinti/42f2eca2a9f04ed9e52f to your computer and use it in GitHub Desktop.
Kodi remote debugging 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
<!-- | |
kindly provided by 'Knapster' | |
Ref: http://forum.kodi.tv/showthread.php?tid=139145&pid=1285390#pid1285390 | |
--> | |
<keymap> | |
<global> | |
<remote> | |
<channelplus>Notification(Keypress, channelplus, 1)</channelplus> | |
<channelminus>Notification(Keypress, channelminus, 1)</channelminus> | |
<xbox>Notification(Keypress, xbox, 1)</xbox> | |
<star>Notification(Keypress, star, 1)</star> | |
<playlist>Notification(Keypress, playlist, 1)</playlist> | |
<language>Notification(Keypress, language, 1)</language> | |
<teletext>Notification(Keypress, teletext, 1)</teletext> | |
<subtitle>Notification(Keypress, subtitle, 1)</subtitle> | |
<info>Notification(Keypress, info, 1)</info> | |
<hash>Notification(Keypress, hash, 1)</hash> | |
<start>Notification(Keypress, start, 1)</start> | |
<clear>Notification(Keypress, clear, 1)</clear> | |
<play>Notification(Keypress, play, 1)</play> | |
<pause>Notification(Keypress, pause, 1)</pause> | |
<stop>Notification(Keypress, stop, 1)</stop> | |
<forward>Notification(Keypress, forward, 1)</forward> | |
<reverse>Notification(Keypress, reverse, 1)</reverse> | |
<left>Notification(Keypress, left, 1)</left> | |
<right>Notification(Keypress, right, 1)</right> | |
<up>Notification(Keypress, up, 1)</up> | |
<down>Notification(Keypress, down, 1)</down> | |
<select>Notification(Keypress, select, 1)</select> | |
<enter>Notification(Keypress, enter, 1)</enter> | |
<pageplus>Notification(Keypress, pageplus, 1)</pageplus> | |
<pageminus>Notification(Keypress, pageminus, 1)</pageminus> | |
<back>Notification(Keypress, back, 1)</back> | |
<menu>Notification(Keypress, menu, 1)</menu> | |
<title>Notification(Keypress, title, 1)</title> | |
<info>Notification(Keypress, info, 1)</info> | |
<skipplus>Notification(Keypress, skipplus, 1)</skipplus> | |
<skipminus>Notification(Keypress, skipminus, 1)</skipminus> | |
<display>Notification(Keypress, display, 1)</display> | |
<start>Notification(Keypress, start, 1)</start> | |
<record>Notification(Keypress, record, 1)</record> | |
<volumeplus>Notification(Keypress, volumeplus, 1)</volumeplus> | |
<volumeminus>Notification(Keypress, volumeminus, 1)</volumeminus> | |
<mute>Notification(Keypress, mute, 1)</mute> | |
<power>Notification(Keypress, power, 1)</power> | |
<myvideo>Notification(Keypress, myvideo, 1)</myvideo> | |
<mymusic>Notification(Keypress, mymusic, 1)</mymusic> | |
<mypictures>Notification(Keypress, mypictures, 1)</mypictures> | |
<mytv>Notification(Keypress, mytv, 1)</mytv> | |
<guide>Notification(Keypress, guide, 1)</guide> | |
<livetv>Notification(Keypress, livetv, 1)</livetv> | |
<liveradio>Notification(Keypress, liveradio, 1)</liveradio> | |
<recordedtv>Notification(Keypress, recordedtv, 1)</recordedtv> | |
<epgsearch>Notification(Keypress, epgsearch, 1)</epgsearch> | |
<red>Notification(Keypress, red, 1)</red> | |
<green>Notification(Keypress, green, 1)</green> | |
<yellow>Notification(Keypress, yellow, 1)</yellow> | |
<blue>Notification(Keypress, blue, 1)</blue> | |
<zero>Notification(Keypress, zero, 1)</zero> | |
<one>Notification(Keypress, one, 1)</one> | |
<two>Notification(Keypress, two, 1)</two> | |
<three>Notification(Keypress, three, 1)</three> | |
<four>Notification(Keypress, four, 1)</four> | |
<five>Notification(Keypress, five, 1)</five> | |
<six>Notification(Keypress, six, 1)</six> | |
<seven>Notification(Keypress, seven, 1)</seven> | |
<eight>Notification(Keypress, eight, 1)</eight> | |
<nine>Notification(Keypress, nine, 1)</nine> | |
</remote> | |
</global> | |
</keymap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment