From 4cbb5bc256e48e957448e7795528c71dafa32a21 Mon Sep 17 00:00:00 2001 From: Lemanr-ops Date: Thu, 1 Sep 2022 22:37:45 +0000 Subject: [PATCH] Update System_Locale_and_Keyboard_Configuration.adoc --- ...tem_Locale_and_Keyboard_Configuration.adoc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/modules/system-administrators-guide/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc b/modules/system-administrators-guide/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc index c9c1dbf..194ae78 100644 --- a/modules/system-administrators-guide/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc +++ b/modules/system-administrators-guide/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc @@ -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