diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-23 00:06:27 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-23 00:06:27 +0000 |
| commit | 08fca93e7f2a37a452399d08c5c84b969b7e52af (patch) | |
| tree | e947a919972cdd6ad072c196640a643c6c9f7fff /data/keymap.xml | |
| parent | 371447724a1e150c37a777e58a4725a3d2561c01 (diff) | |
| download | enigma2-08fca93e7f2a37a452399d08c5c84b969b7e52af.tar.gz enigma2-08fca93e7f2a37a452399d08c5c84b969b7e52af.zip | |
- switchtimer added to RecordingTimer
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer)
- language selection saves a language string instead of a changing index number
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 93c0118c..8e3bf7da 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -284,10 +284,20 @@ </map> <map context="DirectionActions"> - <key id="KEY_UP" mapto="up" flags="m" /> + <key id="KEY_UP" mapto="up" flags="m" /> <key id="KEY_DOWN" mapto="down" flags="m" /> - <key id="KEY_LEFT" mapto="left" flags="m" /> + <key id="KEY_LEFT" mapto="left" flags="m" /> <key id="KEY_RIGHT" mapto="right" flags="m" /> + + <key id="KEY_UP" mapto="upRepeated" flags="r" /> + <key id="KEY_DOWN" mapto="downRepeated" flags="r" /> + <key id="KEY_LEFT" mapto="leftRepeated" flags="r" /> + <key id="KEY_RIGHT" mapto="rightRepeated" flags="r" /> + + <key id="KEY_LEFT" mapto="leftUp" flags="b" /> + <key id="KEY_RIGHT" mapto="rightUp" flags="b" /> + <key id="KEY_UP" mapto="upUp" flags="b" /> + <key id="KEY_DOWN" mapto="downUp" flags="b" /> </map> <map context="ColorActions"> @@ -335,4 +345,15 @@ <key id="KEY_EXIT" mapto="leave" flags="m" /> <key id="KEY_OK" mapto="showMenu" flags="m" /> </map> + + <map context="MediaPlayerSeekActions"> + <key id="KEY_YELLOW" mapto="pause" flags="m" /> + <key id="KEY_GREEN" mapto="play" flags="m" /> + <key id="KEY_TV" mapto="stop" flags="m" /> + + <key id="KEY_PREVIOUS" mapto="previous" flags="mr" /> + <key id="KEY_NEXT" mapto="next" flags="mr" /> + + <key id="KEY_MENU" mapto="menu" flags="m" /> + </map> </keymap> |
