From b35f481ef0ccd35ecfa9bcd610ad1e923e86a391 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 8 Jun 2006 15:53:17 +0000 Subject: fix keyboard --- lib/python/Screens/InputBox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/InputBox.py') 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, -- cgit v1.2.3