diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-04-08 09:42:28 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-04-08 09:42:28 +0000 |
| commit | 6ecc7dc132071039edf045ad55b3fb2773aed784 (patch) | |
| tree | 2726b8a2861262b96085607c79f0ba2c181e103a /data/keymap.xml | |
| parent | 9cb4795246ef286ea7eed349639b84d723147b2c (diff) | |
| download | enigma2-6ecc7dc132071039edf045ad55b3fb2773aed784.tar.gz enigma2-6ecc7dc132071039edf045ad55b3fb2773aed784.zip | |
add support for picture in picture into the infobar (by pressing the blue button)
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 2fa539b8..cc558b17 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -71,6 +71,10 @@ <key id="KEY_RED" mapto="instantRecord" flags="m" /> </map> + <map context="InfobarExtensions"> + <key id="KEY_BLUE" mapto="extensions" flags="m" /> + </map> + <map context="InfobarChannelSelection"> <key id="KEY_LEFT" mapto="zapUp" flags="mr" /> <key id="KEY_RIGHT" mapto="zapDown" flags="mr" /> |
