diff options
author | uNiversaI <uNiversal@noreply.github.com> | 2015-03-17 04:13:14 +0900 |
---|---|---|
committer | uNiversaI <uNiversal@noreply.github.com> | 2015-03-21 19:54:21 +0900 |
commit | 29f30ccb4b147aba845ec80b0a61a975ac591565 (patch) | |
tree | f994562eeec4cf0907b4f16a4fe032a82eac18aa /system | |
parent | ada3a4b08e421bfc9866613fe5895fbd0937c379 (diff) |
[remote] restore track rating functionality
This restores track rating functionality after video/music controls were
normalized.
As discussed in
http://forum.kodi.tv/showthread.php?tid=217616&pid=1957016#pid1957016
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/remote.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/keymaps/remote.xml b/system/keymaps/remote.xml index 610ca76c2f..a2aa851ff3 100644 --- a/system/keymaps/remote.xml +++ b/system/keymaps/remote.xml @@ -230,6 +230,8 @@ <right>StepForward</right> <up>SkipNext</up> <down>SkipPrevious</down> + <pageplus>IncreaseRating</pageplus> + <pageminus>DecreaseRating</pageminus> <back>Back</back> <title>CodecInfo</title> <select>OSD</select> |