Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions check_layout.output
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion res/values/layouts.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version='1.0' encoding='utf-8'?>
<resources>
<!-- DO NOT EDIT. This file is generated, run 'gradle genLayoutsList'. -->
<string-array name="pref_layout_values">
Expand Down Expand Up @@ -38,6 +38,7 @@
<item>hebr_1_il</item>
<item>hebr_2_il</item>
<item>kann_kannada</item>
<item>latin_kbdtuf_tr</item>
<item>latn_azerty_be</item>
<item>latn_azerty_fr</item>
<item>latn_bepo_fr</item>
Expand Down Expand Up @@ -125,6 +126,7 @@
<item>Hebrew 1</item>
<item>Hebrew 2</item>
<item>ಕನ್ನಡ - Kannada</item>
<item>Turkish F Layout</item>
<item>AZERTY (Belgian)</item>
<item>AZERTY (Français)</item>
<item>BEPO (Français)</item>
Expand Down Expand Up @@ -212,6 +214,7 @@
<item>@xml/hebr_1_il</item>
<item>@xml/hebr_2_il</item>
<item>@xml/kann_kannada</item>
<item>@xml/latin_kbdtuf_tr</item>
<item>@xml/latn_azerty_be</item>
<item>@xml/latn_azerty_fr</item>
<item>@xml/latn_bepo_fr</item>
Expand Down
47 changes: 47 additions & 0 deletions srcs/layouts/latin_kbdtuf_tr.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.2" encoding="UTF-8" standalone="yes"?>
<keyboard name="Turkish F Layout" script="latin">
<modmap>
<shift a="i" b="İ" />
<shift a="ı" b="I" />
</modmap>
<row>
<key key0="f" key2="1" key4="esc"/>
<key key0="g" key1="~" key2="2" key3="\@"/>
<key key0="ğ" key1="!" key2="3" key3="\#" key4="accent_circonflexe"/>
<key key0="ı" key1="loc ₪" key2="4" key3=""/>
<key key0="o" key2="5" key3="%"/>
<key key0="d" key2="6" key3="^"/>
<key key0="r" key2="7" key3="&amp;"/>
<key key0="n" key2="8" key3="*"/>
<key key0="h" key1="ø" key2="9" key3="(" key4=")"/>
<key key0="p" key2="0" key3="f11_placeholder" key4="f12_placeholder"/>
<key key0="q" key4="accent_trema"/>
<key key0="w" key4="accent_tilde"/>
</row>
<row>
<key key0="u" key1="tab" key2="`"/>
<key key0="i" key1="loc accent_ring" key3="loc ß" key4="loc accent_ogonek"/>
<key key0="e" key2="loc £"/>
<key key0="a" key1="loc accent_dot_above"/>
<key key0="ü" key1="loc accent_caron" key2="-" key3="_"/>
<key key0="t" key2="=" key3="+" key4="loc accent_macron"/>
<key key0="k" key3="{" key4="}"/>
<key key0="m"/>
<key key0="l" key1="loc accent_double_aigu" key3="[" key4="]"/>
<key key0="y" key2="accent_aigu" key3="\\" key4="|"/>
<key key0="ş"/>
<key key0="x" key4="accent_grave"/>
</row>
<row>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The third row is not the right size:

shot

You can add scale="12" to the row or perhaps you can remove a column by moving some letters to corners ?

Copy link
Contributor Author

@Autissima Autissima Sep 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As you said moved some letters to corners, also changed some diacritics an iOS keyboard and changed the scale of the top row (the person I'm working on with this suggested this)
485618548-9eab4809-7769-4d30-a111-8b172ba858e6

<key width="1.5" key0="shift" key2="loc capslock"/>
<key key0="j" key2="«"/>
<key key0="ö" key2="»"/>
<key key0="v" key1="loc accent_cedille" key2="&lt;" key3="."/>
<key key0="c" key2=">" key3=","/>
<key key0="ç" key1="¿" key2="\?" key3="/"/>
<key key0="z" key2=":" key3=";"/>
<key key0="s" key2="&quot;" key3="'"/>
<key key0="b" key2="×"/>
<key width="1.5" key0="backspace" key2="delete"/>
</row>
</keyboard>
Loading