diff options
author | ronie <ronie@poedel.net> | 2014-10-25 15:07:35 +0200 |
---|---|---|
committer | ronie <ronie@poedel.net> | 2014-10-25 15:07:35 +0200 |
commit | 4772e5f6758ac4b1e27d111d0edebe3306869db3 (patch) | |
tree | b7a1d8dfbc3b96a2e843219522eac0728ca80f64 /system/keymaps/joystick.AppleRemote.xml | |
parent | 3cbf8f33a00d0a1a0c1d9b71f9d41047ff99652b (diff) |
Remove 'XBMC.' from built-ins
Diffstat (limited to 'system/keymaps/joystick.AppleRemote.xml')
-rw-r--r-- | system/keymaps/joystick.AppleRemote.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/keymaps/joystick.AppleRemote.xml b/system/keymaps/joystick.AppleRemote.xml index bf1fcb8277..fa6335a3db 100644 --- a/system/keymaps/joystick.AppleRemote.xml +++ b/system/keymaps/joystick.AppleRemote.xml @@ -19,7 +19,7 @@ <!-- </universalremote> --> <!-- Note that the action can be a built-in function. --> -<!-- eg <button id="6">XBMC.ActivateWindow(Favourites)</button> --> +<!-- eg <button id="6">ActivateWindow(Favourites)</button> --> <!-- would bring up Favourites when the button with the id of 6 is press. In this case, "Menu" --> <!-- --> @@ -84,7 +84,7 @@ </global> <Home> <joystick name="AppleRemote"> - <button id="6">XBMC.ActivateWindow(Favourites)</button> + <button id="6">ActivateWindow(Favourites)</button> <button id="8">ActivateWindow(shutdownmenu)</button> </joystick> </Home> |