diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/Lircmap.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/Lircmap.xml b/system/Lircmap.xml index e69eda07b1..02cf0abf62 100644 --- a/system/Lircmap.xml +++ b/system/Lircmap.xml @@ -443,7 +443,9 @@ <myvideo>KEY_VIDEO</myvideo> <mymusic>KEY_AUDIO</mymusic> <mypictures>KEY_MHP</mypictures> + <mypictures>KEY_CAMERA</mypictures> <mytv>KEY_TV</mytv> + <liveradio>KEY_RADIO</liveradio> <one>KEY_1</one> <two>KEY_2</two> <three>KEY_3</three> @@ -454,6 +456,16 @@ <eight>KEY_8</eight> <nine>KEY_9</nine> <zero>KEY_0</zero> + <one>KEY_NUMERIC_1</one> + <two>KEY_NUMERIC_2</two> + <three>KEY_NUMERIC_3</three> + <four>KEY_NUMERIC_4</four> + <five>KEY_NUMERIC_5</five> + <six>KEY_NUMERIC_6</six> + <seven>KEY_NUMERIC_7</seven> + <eight>KEY_NUMERIC_8</eight> + <nine>KEY_NUMERIC_9</nine> + <zero>KEY_NUMERIC_0</zero> <red>KEY_RED</red> <green>KEY_GREEN</green> <yellow>KEY_YELLOW</yellow> @@ -465,6 +477,7 @@ <display>KEY_ANGLE</display> <recordedtv>KEY_PVR</recordedtv> <teletext>KEY_TEXT</teletext> + <clear>KEY_DELETE</clear> </remote> <remote device="mediacenter"> <pause>pause</pause> |