Support soloSE on text input.
authoroskwon <oskwon@dev3>
Sun, 18 May 2014 04:29:08 +0000 (13:29 +0900)
committeroskwon <oskwon@dev3>
Sun, 18 May 2014 04:29:08 +0000 (13:29 +0900)
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):