Support duo4k.
[vuplus_dvbapp] / lib / python / Components / config.py
index 1eceea5..e27de86 100755 (executable)
@@ -862,7 +862,7 @@ vukeymap_us_de = {
 vumapidx = 0
 vukeymap = vukeymap_us_de
 rckeyboard_enable = False
-if file("/proc/stb/info/vumodel").read().strip() == "ultimo":
+if file("/proc/stb/info/vumodel").read().strip() not in ["bm750", "solo", "uno"]:
        rckeyboard_enable = True
 
 def getCharValue(code):
@@ -1068,6 +1068,7 @@ class ConfigText(ConfigElement, NumericalTextInput):
                if session is not None:
                        from Screens.NumericalTextInputHelpDialog import NumericalTextInputHelpDialog
                        self.help_window = session.instantiateDialog(NumericalTextInputHelpDialog, self)
+                       self.help_window.setAnimationMode(0)
                        self.help_window.show()
 
        def onDeselect(self, session):