Цитата:
Сообщение от seriousstas
Something is now with the English keyboard :

|
The keyboard issue on the OnScreenStart command into the SKIPTO_OSK screen.
the command is:
Код:
Script,OnScreenStart,SETVARBYCODE;LANG;LangName||SHIFTLOCK||if;strcomp($LANG$;RU);{SetVar;KBLAYOUT;1};{SetVar;KBLAYOUT;0}
I check the label LangName that return RU if a russian keyboard is define in windows.
So i try to check if LANG = RU !!!
If yes, KBLAYOUT=1
If no, KBLAOUT = 0
But this line don't run and i don't know why !
Need help please !!!


