diff options
author | Stephan Raue <stephan@openelec.tv> | 2012-01-29 15:28:00 +0100 |
---|---|---|
committer | Stephan Raue <stephan@openelec.tv> | 2012-01-29 15:28:00 +0100 |
commit | 2b32c18f245452945aa7e0fac8eeedb55388749e (patch) | |
tree | 78274eefea9df1a5d031e7a871ccaaa9f7afef53 /system/Lircmap.xml | |
parent | 08ca750e2943ff9c88238171611bae7aeb4c2b0c (diff) |
[remote] remove double 'KEY_PLAYPAUSE' mapping. this mapping will not work correct in this way because 'KEY_PLAYPAUSE' is already defined and is not needed because <play> already support 'pause' if pressing again.
Diffstat (limited to 'system/Lircmap.xml')
-rw-r--r-- | system/Lircmap.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/Lircmap.xml b/system/Lircmap.xml index 7a6f554ecc..b009eab99d 100644 --- a/system/Lircmap.xml +++ b/system/Lircmap.xml @@ -425,7 +425,6 @@ <play>KEY_PLAY</play> <play>KEY_PLAYPAUSE</play> <pause>KEY_PAUSE</pause> - <pause>KEY_PLAYPAUSE</pause> <stop>KEY_STOP</stop> <stop>KEY_STOPCD</stop> <forward>KEY_FASTFORWARD</forward> |