<data:blog.pageTitle/>

This Page

has moved to a new address:

https://www.portal-it.com

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
Home | www.Portal-IT.com: Cara merubah bahasa keyboard di Linux

Monday, 16 August 2021

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

Labels: ,