Update System_Locale_and_Keyboard_Configuration.adoc

This commit is contained in:
Lemanr-ops 2022-09-01 22:37:45 +00:00
commit 4cbb5bc256

View file

@ -1,4 +1,3 @@
:experimental:
include::{partialsdir}/entities.adoc[]
@ -249,6 +248,24 @@ Apart from keyboard layout (_map_), three other options can be specified:
Replace _model_ with the keyboard model name,
_variant_ and _options_ with keyboard variant and option components, which can be used to enhance the keyboard behavior. These options are not set by default. For more information on X11 Model, X11 Variant, and X11 Options see the `kbd(4)` man page.
[[s2-If_Using_Gnome]]
=== Consider this option if using gnome
This should work if the following conditions apply:
* Using gnome as the desktop envirnment
* Your layout is not listed under Settings -> Keyboard -> Input Sources
In your terminal type in:
`gsettings set org.gnome.desktop.input-sources show-all-sources true`
after pressing return, try looking under your keyboard settings again as there should be a lot more options available.
As the proper source for help is gnome in this case, here is more information from gnome:
https://help.gnome.org/users/gnome-help/stable/keyboard-layouts.html.en
[[sect-Keyboard_Configuration-Resources]]
== Additional Resources