aboutsummaryrefslogtreecommitdiff
path: root/data/keymap.xml
diff options
context:
space:
mode:
authorthedoc <thedoc@atom.(none)>2009-12-23 21:57:24 +0100
committerthedoc <thedoc@atom.(none)>2009-12-23 21:57:24 +0100
commit0d6eafb15604b8044bfaad3cc844b561f14cfbe1 (patch)
tree29c596e50071c166f6864b66dc965fb880a0c0d1 /data/keymap.xml
parentee9a89efd6533997e3dc9a4e8adcb360333d01d9 (diff)
downloadenigma2-0d6eafb15604b8044bfaad3cc844b561f14cfbe1.tar.gz
enigma2-0d6eafb15604b8044bfaad3cc844b561f14cfbe1.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/keymap.xml')
-rwxr-xr-xdata/keymap.xml4
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" />