From: oskwon Date: Sun, 18 May 2014 04:29:08 +0000 (+0900) Subject: Support soloSE on text input. X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=bbc323853f72cb7d5531cb87af04ffb4cd6e99c9 Support soloSE on text input. --- diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index c8862cd..e6abaa4 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):