X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fce04ebed510a97e17f019a35c327dce78b6d916..4b8c8a054ffa5cf8bf15ad1a6cafaa07c14432e2:/lib/python/Screens/InputBox.py?ds=sidebyside diff --git a/lib/python/Screens/InputBox.py b/lib/python/Screens/InputBox.py index f3f97752..9d54135c 100644 --- a/lib/python/Screens/InputBox.py +++ b/lib/python/Screens/InputBox.py @@ -15,7 +15,7 @@ class InputBox(Screen): self["text"] = Label(title) self["input"] = Input(**kwargs) - self["actions"] = NumberActionMap(["WizardActions", "InputBoxActions", "AsciiActions"], + self["actions"] = NumberActionMap(["WizardActions", "InputBoxActions", "InputAsciiActions"], { "gotAsciiCode": self.gotAsciiCode, "ok": self.go,