
Langsung ke inti pembahasaan
Method 1
sudo dpkg-reconfigure locales
or
sudo dpkg-reconfigure keyboard-configuration
Method 2
Temporary :
setxkbmap <country code>
setxkbmap de
setxkbmap us
Permanent while using terminal :
echo “setxkbmap us” >> ~/.bashrc
Permanent after boot :
echo “setxkbmap us” >> /etc/rc.local
Method 3
sudo nano /etc/default/keyboard
Edit :
XKBLAYOUT=”us” with your country code, for example for Germany:
XKBLAYOUT=”de” then ctrl + s, ctrl + x
List current keyboard settings :
localectl status
Untuk melihat list bahasa ketikkan cat /etc/locale.alias