How to change the default US keyboard to a Hungarian keyboard
By Sarah Rodriguez •
I already added Hungarian as a language, but in the keyboard menu settings I don't see any other keyboard available to add or set. I don't want to change the default system language, just the keyboard, and I don't want to change the layout manually key by key.
I'm using 12.04.3 LTS.
2 Answers
Just run the following command in terminal:
gsettings set org.gnome.libgnomekbd.keyboard layouts "['hu', 'us']"If you want only Hungarian keyboard layout, use:
gsettings set org.gnome.libgnomekbd.keyboard layouts "['hu']" Using the GUI you can do it like this:
- Open the Keyboard app (accessible through the Dash)
- Click the Layout Settings link in the lower left
- Click the + button on the lower left (below the list of existing layouts)
- Search for the Hungarion layout you wish and Click Add
- Close the Keyboard app (a keyboard button will show up in the top menu bar that lets you select a layout)
If you wish to remove the US keyboard use the - button in the layout list.