Support soloSE on text input.
[vuplus_dvbapp] / lib / python / Components / config.py
index c8862cd..e6abaa4 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() in ["ultimo", "solo2", "duo2"]:
+if file("/proc/stb/info/vumodel").read().strip() not in ["bm750", "solo", "uno"]:
        rckeyboard_enable = True
 
 def getCharValue(code):