summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <wjt@endlessos.org>2023-02-26 21:19:29 +0000
committerMichael Catanzaro <mcatanzaro@gnome.org>2023-02-26 17:57:16 -0500
commit34309a42bf4d69351c1f92c89f6f9e0be85028d8 (patch)
treea334c115dc830cae03a44a031509c0ea74d8aae3
parent94f59523be193b8fdde840fbe4bb6548409cdc02 (diff)
downloadgnome-desktop-gnome-43.tar.gz
default-input-sources: Add a default for Turkishgnome-43
Sabri Ünal reports that: > IMHO 98% of keyboards in-use in Turkey are the "Turkish" layout. > > You may see the "Turkish (F)" keyboard in some government offices. (A > historical keyboard layout from typewriter technology). "Turkish (E)" > is a very new keyboard, I only heard it, and haven't seen it anywhere. The layout described simply as "Turkish" is the "tr" layout from xkb. Fixes https://gitlab.gnome.org/GNOME/gnome-desktop/-/issues/218 (cherry picked from commit 2c13b8ccd9078be73a679d716815998de441fcf4)
-rw-r--r--libgnome-desktop/default-input-sources.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgnome-desktop/default-input-sources.h b/libgnome-desktop/default-input-sources.h
index 04ba10be..1e02bce1 100644
--- a/libgnome-desktop/default-input-sources.h
+++ b/libgnome-desktop/default-input-sources.h
@@ -53,6 +53,7 @@ static DefaultInputSource default_input_sources[] =
{ "sk_SK", "xkb", "sk" },
{ "ta_IN", "ibus", "m17n:ta:tamil99" },
{ "te_IN", "ibus", "m17n:te:inscript" },
+ { "tr_TR", "xkb", "tr" },
{ "ur_IN", "ibus", "m17n:ur:phonetic" },
{ "zh_CN", "ibus", "libpinyin" },
{ "zh_HK", "ibus", "table:cangjie5" },