summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <wjt@endlessos.org>2023-02-26 21:19:29 +0000
committerWill Thompson <wjt@endlessos.org>2023-02-26 21:19:29 +0000
commit2c13b8ccd9078be73a679d716815998de441fcf4 (patch)
tree49ed50da32465d3c9d80323a5a1a640e098a3d58
parentc319dbf8b00d99292c119148997a2e97917fa67e (diff)
downloadgnome-desktop-2c13b8ccd9078be73a679d716815998de441fcf4.tar.gz
default-input-sources: Add a default for Turkish
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
-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" },