diff options
| author | vedamanavi | 2024-02-15 01:25:56 +0330 |
|---|---|---|
| committer | GitHub | 2024-02-14 22:55:56 +0100 |
| commit | d8beda411dc22b769d95a3fbfe67585f324e402e (patch) | |
| tree | fdeefdd076be74f7f2545c497234c7348709e2b1 /srcs/layouts | |
| parent | d96577963e309c30bfc3e4d840eb5c3145961580 (diff) | |
| download | unexpected-keyboard-d8beda411dc22b769d95a3fbfe67585f324e402e.tar.gz unexpected-keyboard-d8beda411dc22b769d95a3fbfe67585f324e402e.zip | |
Improve latn_qwerty_tly.xml (#549)
Removing "g" as it was used two times as a main key.
shift="0.5" added
Diffstat (limited to 'srcs/layouts')
| -rw-r--r-- | srcs/layouts/latn_qwerty_tly.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/srcs/layouts/latn_qwerty_tly.xml b/srcs/layouts/latn_qwerty_tly.xml index 4c3ceb1..a39c124 100644 --- a/srcs/layouts/latn_qwerty_tly.xml +++ b/srcs/layouts/latn_qwerty_tly.xml @@ -15,16 +15,15 @@ <key key0="q" key3="&" key4="ğ"/> </row> <row> - <key key0="á" key2="`" key4="a"/> + <key shift="0.5" key0="á" key2="`" key4="a"/> <key key0="s" key2="~"/> <key key0="d" key1="{"/> <key key0="f" key2="}"/> - <key key0="g" key2="-" key8="_"/> <key key0="h" key2="=" key3="+"/> <key key0="ž" key4="j"/> <key key0="k" key2="]" key3="["/> <key key0="l" key2="|" key3="\\"/> - <key key0="ı"/> + <key key0="ı" key2="-" key8="_"/> <key key0="a" key4="ə"/> <key key0="â" key3="\@"/> </row> |
