aboutsummaryrefslogtreecommitdiff
path: root/system/keymaps/gamepad.xml
diff options
context:
space:
mode:
authorvdrfan <vdrfan@svn>2010-10-25 17:21:53 +0000
committervdrfan <vdrfan@svn>2010-10-25 17:21:53 +0000
commit7a2c8f91d0ea43b3f39d66c5a4418b0a35cfb1ba (patch)
tree00ee0e1e7d51275382ebd5566fc03e253e8cfdee /system/keymaps/gamepad.xml
parentfbde531942c4eef0ac0a696121918dba9a4ffb58 (diff)
Revert "removed: obsolete xbox universalremote (obc) code"
This reverts commit 48276d14aa9d0d642513eb15e2579809bcbb79ad. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35013 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system/keymaps/gamepad.xml')
-rw-r--r--system/keymaps/gamepad.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/keymaps/gamepad.xml b/system/keymaps/gamepad.xml
index 162eb88692..def24377e8 100644
--- a/system/keymaps/gamepad.xml
+++ b/system/keymaps/gamepad.xml
@@ -10,6 +10,14 @@
<!-- <button>action</button> -->
<!-- </device> -->
+<!-- To map keys from other remotes using the RCA protocol, you may add <universalremote> blocks -->
+<!-- In this case, the tags used are <obc#> where # is the original button code (OBC) of the key -->
+<!-- You set it up by adding a <universalremote> block to the window or <global> section: -->
+<!-- <universalremote> -->
+<!-- <obc45>Stop</obc45> -->
+<!-- </universalremote> -->
+<!-- To find out the OBC's of your remote, try enabling the <displayremotecodes> tag in AdvancedSettings.xml -->
+
<!-- Note that the action can be a built-in function. -->
<!-- eg <B>XBMC.ActivateWindow(MyMusic)</B> -->
<!-- would automatically go to My Music on the press of the B button. -->