-->

Ad Unit

Cara merubah bahasa keyboard di Linux

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

Andika Syah Putra
Hii all, my name is Andika Syah Putra, I have experience in the field of computers and network infrastructure, and I am also a content creator at www.portal-it.com besides being a content creator I am also the owner and founder of www.portal-it.com

Related Posts

Subscribe Our Newsletter