Keyboard layout/language in config

All about WTware on Raspberry. WTware works with Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2 devices
http://www.winterminal.com
Post Reply
cwt
Posts: 11
Joined: Wed Aug 21, 2019 9:26 am

Keyboard layout/language in config

Post by cwt »

Howdy!

First: great software! I already bought a license for testing purposes.

My question: can I define a different keyboard language in the config.txt of the Raspberry Pi 4B? I don't mean the language definded in the terminal configuration file.

The problem is, that the English keyboard layout in the login window leads to problems (we have the German keyboard layout) when entering usernames and passwords. Typical: Z <-> Y, umlauts (Ö, Ä & Ü), etc.

Thanks in advance :)

Cheers

Chris
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

Re: Keyboard layout/language in config

Post by aka »

1. config.txt is raspberry firmware config, mostly for display settings.

Language and keyboard is in WTware config. WTware config is configs/config.wtc (or on TFTP/HTTP server if downloaded by network).

2. Try to add to WTware config:

Code: Select all

language=de,default
Post Reply