First open TS2_SimpleKeyboard.exe
- Side buttons are needed to switch letters between
- When you click on the button in the middle, it is printed in a line.
-
Space - Space
-
Backspace - Erase a letter
-
Shift - Use capital/small letters
-
Change language - Change language
- Copy - Copy typed text
- Paste - Paste copied text
- Clear - Clear input line
There are 3 files in the application root folder:
- langs.yml
- langs_settings.yml
- style.css
- config.ini
- Open langs.yml
- At the very bottom, add the line "<Language name>:"
- Under the added line, add all the letters of the alphabet in the format "- "<letter>" "
- Ready
- Open langs_settings.yml
- Copy the existing language settings in the file.
- Instead of the name of the language of the copied language, indicate the language you need
- Now you can change the font and also adjust its size. You can also change the button text.
- Open style.css
- Now you can specify the styles sheet you need
You can use the following classes:
-
.QWidget - styles sheet for window
-
.QPushButton - styles sheet for buttons
-
.QLineEdit - styles sheet for line edit