diff options
author | ronie <ronie@kodi.tv> | 2020-01-15 18:44:28 +0100 |
---|---|---|
committer | ronie <ronie@kodi.tv> | 2020-01-15 18:44:28 +0100 |
commit | b36213c8aa87607e7ceba1714c6a7bfcc4d6f5a5 (patch) | |
tree | 3f91069d15d7b62d67065f2b506b46db5bed1dbb /system/keymaps | |
parent | d827cd6360cee377315e7a7cc7a3217375eea57a (diff) |
Fix SiriRemote keymap
Diffstat (limited to 'system/keymaps')
-rw-r--r-- | system/keymaps/customcontroller.SiriRemote.xml | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/system/keymaps/customcontroller.SiriRemote.xml b/system/keymaps/customcontroller.SiriRemote.xml index ab0ed63990..f555d40292 100644 --- a/system/keymaps/customcontroller.SiriRemote.xml +++ b/system/keymaps/customcontroller.SiriRemote.xml @@ -8,18 +8,18 @@ <!-- The format is: --> <!-- <device> --> -<!-- <button id=""#>xbmc action</button> +<!-- <button id=""#>xbmc action</button> --> <!-- </device> --> <!-- To map keys from other remotes using the RCA protocol, you may add <customcontroller name="SiriRemote"> blocks --> <!-- In this case, the tags used are <button id=""#> where # is the original button code (OBC) of the key --> <!-- You set it up by adding a <customcontroller name="SiriRemote"> block to the window or <global> section: --> <!-- <customcontroller name="SiriRemote"> --> -<!-- <button id="45">Stop</button> +<!-- <button id="45">Stop</button> --> <!-- </customcontroller> --> <!-- Note that the action can be a built-in function. --> -<!-- eg <button id="6">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" --> <!-- --> @@ -126,16 +126,11 @@ <button id="7">OSD</button> </customcontroller> </VideoMenu> - <MyVideoLibrary> + <Videos> <customcontroller name="SiriRemote"> <button id="7">Info</button> </customcontroller> - </MyVideoLibrary> - <MyVideoFiles> - <customcontroller name="SiriRemote"> - <button id="7">Info</button> - </customcontroller> - </MyVideoFiles> + </Videos> <PictureInfo> <customcontroller name="SiriRemote"> <button id="3">Left</button> |