You are here
How to set non-US keyboard & language
Taken from the forums (with marginal adjustment):
apt-get update apt-get install console-data apt-get install console-setup apt-get install console-locales apt-get install keyboard-configuration
(The instructions in the forums suggest doing an apt-get upgrade, but I'm pretty sure it's not required - just apt-get update).
Then configure each package with dpkg:
dpkg-reconfigure console-data dpkg-reconfigure console-setup dpkg-reconfigure console-locales dpkg-reconfigure keyboard-configuration
Then reboot
reboot
Comments
keyboard change not working
keyboard change not working
Hi Mats
TBH, looking through the bashrc we distribute, I'm not convinced that that is the issue. Are you 100% sure that it was changing the bashrc that resolved the issue? Perhaps try replacing it with our original and see if that breaks it again?
The bashrc you are suggesting is extremely minimalist and much smaller than even the Debian default (ours only has minor modifications beyond Debian). I'm happy to adjust it if we can locate the specific problematic line(s), but I'm not keen to move to an extremely minimalist bashrc as you are suggesting. as it breaks a lot of existing workflows.
FWIW here is the default Debian bashrc (from Bookworm):