fix commit fb764c8e53e17bc3e1e806e946956f3e70792020 (fixes PiP)
[enigma2.git] / lib / python / Screens / InputBox.py
index 13797687ec5a0709a391d0f01cf245c732c13d77..7dd7b127577651ec19752056561a566f581667c8 100644 (file)
@@ -43,9 +43,9 @@ class InputBox(Screen):
                }, -1)
 
                if self["input"].type == Input.TEXT:
                }, -1)
 
                if self["input"].type == Input.TEXT:
-                       self.onShow.append(self.setKeyboardModeAscii)
+                       self.onExecBegin.append(self.setKeyboardModeAscii)
                else:
                else:
-                       self.onShow.append(self.setKeyboardModeNone)
+                       self.onExecBegin.append(self.setKeyboardModeNone)
 
        def gotAsciiCode(self):
                self["input"].handleAscii(getPrevAsciiCode())
 
        def gotAsciiCode(self):
                self["input"].handleAscii(getPrevAsciiCode())