aboutsummaryrefslogtreecommitdiff
path: root/keymapparser.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-11-18 04:53:43 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-11-18 04:53:43 +0000
commitf7c13b8fcc4373f972387a0e7928658b818392b9 (patch)
treec34b3a5aab455bdb0f660dfa840285c622a9000d /keymapparser.py
parentd2b1dcb3466ed5476094d9ff445d1df1b4ed14ff (diff)
downloadenigma2-f7c13b8fcc4373f972387a0e7928658b818392b9.tar.gz
enigma2-f7c13b8fcc4373f972387a0e7928658b818392b9.zip
helplist: keys are not anymore secret, at least not for us professionals. skin fixed a bit. (discrete) standby added to help.
Diffstat (limited to 'keymapparser.py')
-rw-r--r--keymapparser.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/keymapparser.py b/keymapparser.py
index 6ce0abae..23cd5a86 100644
--- a/keymapparser.py
+++ b/keymapparser.py
@@ -3,6 +3,9 @@ import enigma
from keyids import KEYIDS;
+# these are only informational (for help)...
+from Tools.KeyBindings import addKeyBinding
+
def readKeymap():
p = enigma.eActionMapPtr()
@@ -71,6 +74,7 @@ def readKeymap():
# print context + "::" + mapto + " -> " + device + "." + hex(keyid)
p.bindKey(device, keyid, flags, context, mapto)
+ addKeyBinding(keyid, context, mapto)
parseKeys("generic", cmap)