X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2Fconfig.py;h=e27de86ae0f562213dce2d920bc53d3aeed62ba2;hp=c8862cdf6cbdd469073e20d81155232f87e4a302;hb=0fee8bdaa26f854460b63475c91f1f2cf762594b;hpb=0609d9f5a56c8967d913f65f2e6bf550afde4a9d diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index c8862cd..e27de86 100755 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -862,7 +862,7 @@ vukeymap_us_de = { vumapidx = 0 vukeymap = vukeymap_us_de rckeyboard_enable = False -if file("/proc/stb/info/vumodel").read().strip() in ["ultimo", "solo2", "duo2"]: +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):