diff options
| author | thedoc <thedoc@atom.(none)> | 2009-12-23 21:57:24 +0100 |
|---|---|---|
| committer | thedoc <thedoc@atom.(none)> | 2009-12-23 22:00:11 +0100 |
| commit | a285571e31b3b1a99764a674319621f0298833c2 (patch) | |
| tree | 5edc20ebe9785726ffc33083ac5a097576979717 /data | |
| parent | a03c8f3703decf54844695107ddce289df77a0aa (diff) | |
| download | enigma2-a285571e31b3b1a99764a674319621f0298833c2.tar.gz enigma2-a285571e31b3b1a99764a674319621f0298833c2.zip | |
fixes bug #273
add a quick shortcut to switch to "nothing connected" in the sat config screen for remote debugging purposes (undocumented)
Diffstat (limited to 'data')
| -rwxr-xr-x | data/keymap.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 25538f87..9461d509 100755 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -98,6 +98,10 @@ <key id="KEY_BLUE" mapto="extensions" flags="b" /> </map> + <map context="SatlistShortcutAction"> + <key id="KEY_BLUE" mapto="nothingconnected" flags="b" /> + </map> + <map context="InfobarChannelSelection"> <key id="KEY_LEFT" mapto="zapUp" flags="mr" /> <key id="KEY_RIGHT" mapto="zapDown" flags="mr" /> |
