Change Keyboard Layout When Using Ubuntu
If you want to change the keyboard layout when using ubuntu, you can use this command:
sudo dpkg-reconfigure keyboard-configuration
Now, you can select the desired layout and confirm your selection.
Im daraufhin erscheinenden Popup einfach das gewünschte Layout auswählen und bestätigen.
Alternative Way – Edit Configuration File
Another option is to change the configuration file directly. To do so, edit /etc/default/keyboard:
nano /etc/default/keyboard
And set XKBLAYOUT to ‘de’:
XKBLAYOUT= 'de'
Related Posts
- Tutorial: Ubuntu 18.04 LAMP Setup for WordPress
- Install Sentry on Ubuntu 18.04 Using Nginx and Let's Encrypt Certificates
- Code to Change Page Layout Using Genesis Framework
- Install Laravel in Cloud9 PHP Workspace
- Restart php-fpm When Using Ubuntu 18.04
- Fix "Cannot find module 'semver'" Error When Using Ubuntu
- Enable Layout Settings for Custom Post Type Using Genesis Framework