from keyids import KEYIDS;
+# these are only informational (for help)...
+from Tools.KeyBindings import addKeyBinding
+
def readKeymap():
p = enigma.eActionMapPtr()
# print context + "::" + mapto + " -> " + device + "." + hex(keyid)
p.bindKey(device, keyid, flags, context, mapto)
+ addKeyBinding(keyid, context, mapto)
parseKeys("generic", cmap)