mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-21 23:03:11 +01:00
Turkish: Correct shift behavior for ı and i (#615)
This commit is contained in:
parent
78f85e52a2
commit
2684d1f041
@ -1,5 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<keyboard name="QWERTY (Türkçe)" script="latin">
|
<keyboard name="QWERTY (Türkçe)" script="latin">
|
||||||
|
<modmap>
|
||||||
|
<shift a="i" b="İ" />
|
||||||
|
<shift a="ı" b="I" />
|
||||||
|
</modmap>
|
||||||
<row>
|
<row>
|
||||||
<key key0="q" key2="1" key4="esc"/>
|
<key key0="q" key2="1" key4="esc"/>
|
||||||
<key key0="w" key1="~" key2="2" key3="\@"/>
|
<key key0="w" key1="~" key2="2" key3="\@"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user