X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FTools%2FNumericalTextInput.py;h=79c330107bed9cb4f0f980fb5cd0db5617439451;hb=c8af50a4b30d74d6ee4f8c985177e16edf58e9d1;hp=02e74ed8a8dc66a8a9ca4ed3af3dcbb9cd48ab00;hpb=620e62f6361005cbf56cfbf5db5e02279f1441f9;p=vuplus_dvbapp diff --git a/lib/python/Tools/NumericalTextInput.py b/lib/python/Tools/NumericalTextInput.py index 02e74ed..79c3301 100644 --- a/lib/python/Tools/NumericalTextInput.py +++ b/lib/python/Tools/NumericalTextInput.py @@ -2,7 +2,7 @@ from enigma import * class NumericalTextInput: mapping = [] - mapping.append (".,?'\"0") # 0 + mapping.append (".,?'\"0-()@/:_") # 0 mapping.append (" 1") # 1 mapping.append ("abc2ABC") # 2 mapping.append ("def3DEF") # 3 @@ -12,9 +12,6 @@ class NumericalTextInput: mapping.append ("pqrs7PQRS") # 7 mapping.append ("tuv8TUV") # 8 mapping.append ("wxyz9WXYZ") # 9 - - - def __init__(self, nextFunction): self.nextFunction = nextFunction