When I login in my Umbrel console tty I would like to change the keyboard layout. Now, I have The default English layout.
When I do a remote ssh login, I have the correct keyboard layout. Only with console login I have the issue.
How can I change it?
denny
2
Hi,
you can try to set the Keyboard Layout Using localectl
Run this command to set the keymap: sudo localectl set-keymap <layout_code>
Replace <layout_code>
with your desired keymap code (e.g., de
for German, en
for English, fr
for French).
You can verify the current configuration by running: localectl status
I haven’t tested it yet, but I hope it works.