![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Classes | |
| class | KeymapError |
| class | ActionMap |
| class | NumberActionMap |
| class | HelpableActionMap |
| class | HelpableNumberActionMap |
Functions | |
| def | addKeyBinding (filename, keyId, context, mapto, flags) |
| def | queryKeyBinding (context, mapto) |
| def | getKeyBindingKeys (filterFunction=lambda key:True) |
| def | removeKeyBinding (keyId, context, mapto, wild=True) |
| def | removeKeyBindings (filename) |
| def | parseKeymap (filename, context, actionMapInstance, device, domKeys) |
| def | getKeyId (id) |
| def | parseTrans (filename, actionmap, device, keys) |
| def | loadKeymap (filename) |
| def | removeKeymap (filename) |
Variables | |
| MODULE_NAME = __name__.split(".")[-1] | |
| dictionary | keyBindings = {} |
| dictionary | unmapDict = {} |
| def Components.ActionMap.addKeyBinding | ( | filename, | |
| keyId, | |||
| context, | |||
| mapto, | |||
| flags | |||
| ) |
| def Components.ActionMap.getKeyBindingKeys | ( | filterFunction = lambda key: True | ) |
| def Components.ActionMap.getKeyId | ( | id | ) |
| def Components.ActionMap.loadKeymap | ( | filename | ) |
| def Components.ActionMap.parseKeymap | ( | filename, | |
| context, | |||
| actionMapInstance, | |||
| device, | |||
| domKeys | |||
| ) |
| def Components.ActionMap.parseTrans | ( | filename, | |
| actionmap, | |||
| device, | |||
| keys | |||
| ) |
| def Components.ActionMap.queryKeyBinding | ( | context, | |
| mapto | |||
| ) |
| def Components.ActionMap.removeKeyBinding | ( | keyId, | |
| context, | |||
| mapto, | |||
wild = True |
|||
| ) |
| def Components.ActionMap.removeKeyBindings | ( | filename | ) |
| def Components.ActionMap.removeKeymap | ( | filename | ) |
| dictionary Components.ActionMap.keyBindings = {} |
| Components.ActionMap.MODULE_NAME = __name__.split(".")[-1] |
| dictionary Components.ActionMap.unmapDict = {} |