mirror of https://github.com/procxx/kepka.git
Update utils.cpp
fix for the Ukrainian language https://i.imgur.com/GcGZOvf.png https://i.imgur.com/0ZUNw4X.png
This commit is contained in:
parent
49129c1529
commit
d506f10e9f
|
@ -704,6 +704,10 @@ QString rusKeyboardLayoutSwitch(const QString &from) {
|
|||
fastRusKeyboardSwitch.insert(QString::fromUtf8("ь").at(0), 'm');
|
||||
fastRusKeyboardSwitch.insert(QString::fromUtf8("б").at(0), ',');
|
||||
fastRusKeyboardSwitch.insert(QString::fromUtf8("ю").at(0), '.');
|
||||
fastRusKeyboardSwitch.insert(QString::fromUtf8("І").at(0), 'S');
|
||||
fastRusKeyboardSwitch.insert(QString::fromUtf8("і").at(0), 's');
|
||||
fastRusKeyboardSwitch.insert(QString::fromUtf8("Ї").at(0), ']');
|
||||
fastRusKeyboardSwitch.insert(QString::fromUtf8("ї").at(0), ']');
|
||||
}
|
||||
|
||||
QString result;
|
||||
|
|
Loading…
Reference in New Issue