equal
deleted
inserted
replaced
23 |
23 |
24 #include "logspredictivelatin12keytranslator.h" |
24 #include "logspredictivelatin12keytranslator.h" |
25 #include "logslogger.h" |
25 #include "logslogger.h" |
26 |
26 |
27 //mapping char,key(name) |
27 //mapping char,key(name) |
28 const QChar SpecialMapping[] = {'+', '*', '*', '*','#','#'}; |
28 const QChar SpecialMapping[] = {'+', '*', '*', '*','#','#','%','1'}; |
29 const int SpecialsCount = 3; |
29 const int SpecialsCount = 4; |
30 const QChar SpaceSepar(' '); |
30 const QChar SpaceSepar(' '); |
31 |
31 |
32 |
32 |
33 // ----------------------------------------------------------------------------- |
33 // ----------------------------------------------------------------------------- |
34 // LogsPredictiveLatin12KeyTranslator::LogsPredictiveLatin12KeyTranslator() |
34 // LogsPredictiveLatin12KeyTranslator::LogsPredictiveLatin12KeyTranslator() |