From c717461ef58297db18ec2b3d400a24826895983d Mon Sep 17 00:00:00 2001
From: Autissima
Date: Sat, 1 Nov 2025 23:47:35 +0100
Subject: Turkish F layout (#1096)
---
check_layout.output | 3 +++
res/values/layouts.xml | 3 +++
srcs/layouts/latin_kbdtuf_tr.xml | 44 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 50 insertions(+)
create mode 100644 srcs/layouts/latin_kbdtuf_tr.xml
diff --git a/check_layout.output b/check_layout.output
index 1dda882..17c48b2 100644
--- a/check_layout.output
+++ b/check_layout.output
@@ -15,6 +15,9 @@ deva_inscript: Layout includes some ASCII punctuation but not all, missing: ", $
hebr_1_il: Layout includes some ASCII punctuation but not all, missing: (, ), <, >, [, ], {, }
hebr_2_il: Layout includes some ASCII punctuation but not all, missing: (, ), <, >, [, ], {, }
kann_kannada: Layout includes some ASCII punctuation but not all, missing: #, $, %, (, ), *, +, /, <, =, >, [, \, ], ^, `, {, |, }, ~
+latin_kbdtuf_tr: Layout includes some ASCII punctuation but not all, missing: $
+latin_kbdtuf_tr: These keys are now added automatically, unexpected: f11_placeholder, f12_placeholder
+latin_kbdtuf_tr: Missing programming keys, missing: loc esc, loc tab
latn_colemak: Some keys contain whitespaces, unexpected: ́
latn_dvorak: Missing important key, missing: loc capslock
latn_neo2: Layout redefines the bottom row but some important keys are missing, missing: loc switch_clipboard
diff --git a/res/values/layouts.xml b/res/values/layouts.xml
index d5b0990..f471f5f 100644
--- a/res/values/layouts.xml
+++ b/res/values/layouts.xml
@@ -38,6 +38,7 @@
- hebr_1_il
- hebr_2_il
- kann_kannada
+ - latin_kbdtuf_tr
- latn_azerty_be
- latn_azerty_fr
- latn_bepo_fr
@@ -125,6 +126,7 @@
- Hebrew 1
- Hebrew 2
- ಕನ್ನಡ - Kannada
+ - Turkish F
- AZERTY (Belgian)
- AZERTY (Français)
- BEPO (Français)
@@ -212,6 +214,7 @@
- @xml/hebr_1_il
- @xml/hebr_2_il
- @xml/kann_kannada
+ - @xml/latin_kbdtuf_tr
- @xml/latn_azerty_be
- @xml/latn_azerty_fr
- @xml/latn_bepo_fr
diff --git a/srcs/layouts/latin_kbdtuf_tr.xml b/srcs/layouts/latin_kbdtuf_tr.xml
new file mode 100644
index 0000000..976fd90
--- /dev/null
+++ b/srcs/layouts/latin_kbdtuf_tr.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ \
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3