fix keyboard
[enigma2.git] / lib / python / Screens / InputBox.py
index f3f9775203250c8143f4547fc96dbd71e89e1ef7..9d54135c06bf67d2ff003ceb008399d3790b3e00 100644 (file)
@@ -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,