diff options
| author | 10Develops | 2025-12-14 02:05:29 +0400 |
|---|---|---|
| committer | GitHub | 2025-12-13 23:05:29 +0100 |
| commit | be0aa07a2a728509b6244e00247bfe2fff5c66e0 (patch) | |
| tree | 10a593977d11dc2ecb915dd2622aa3e7dd02051f /srcs/layouts/latn_qzerty_it.xml | |
| parent | 5fc1da0a2e5c05b97d587a9844e578c1f0b76685 (diff) | |
| download | unexpected-keyboard-be0aa07a2a728509b6244e00247bfe2fff5c66e0.tar.gz unexpected-keyboard-be0aa07a2a728509b6244e00247bfe2fff5c66e0.zip | |
Added keyboards (#1129)
* Delete srcs/layouts/armenian_ph_am.xml
There is a phonetic layout which is used in old typewriters
* Amendments according to GOST 6431-90
* Russian traditional layout cyrl_jiuken.xml
* Create cyrl_yawerty.xml
Added ЯВЕРТЫ layout
* Update cyrl_jcuken_ru.xml
Typo fixed
* Added QZERTY layout for Italian and Latin
Diffstat (limited to 'srcs/layouts/latn_qzerty_it.xml')
| -rw-r--r-- | srcs/layouts/latn_qzerty_it.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/srcs/layouts/latn_qzerty_it.xml b/srcs/layouts/latn_qzerty_it.xml new file mode 100644 index 0000000..1c86eff --- /dev/null +++ b/srcs/layouts/latn_qzerty_it.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<keyboard name="QZERTY (Italiano)" script="latin">
+ <row>
+ <key c="q" ne="1" se="loc esc"/>
+ <key c="z" nw="loc €" ne="2" sw="&"/>
+ <key c="e" nw="é" ne="3" sw="è" se="ē"/>
+ <key c="r" nw=""" ne="4" sw="'"/>
+ <key c="t" ne="5" sw="(" se=")"/>
+ <key c="y" ne="6" sw="_" se="ȳ"/>
+ <key c="u" nw="ù" ne="7" sw="ū"/>
+ <key c="i" nw="ì" ne="8" sw="^" se="ī"/>
+ <key c="o" nw="ò" ne="9" sw="°" se="ō"/>
+ <key c="p" ne="0"/>
+ </row>
+ <row>
+ <key c="a" nw="loc tab" ne="à" se="ā"/>
+ <key c="s"/>
+ <key c="d"/>
+ <key c="f"/>
+ <key c="g" sw="{" se="}"/>
+ <key c="h" sw="[" se="]"/>
+ <key c="j" ne="+" sw="-"/>
+ <key c="k" ne="="/>
+ <key c="l" ne="%" sw="\@"/>
+ <key c="m" ne="·" sw="*"/>
+ </row>
+ <row>
+ <key width="2" c="shift" ne="loc capslock"/>
+ <key c="w" sw="<" se=">"/>
+ <key c="x"/>
+ <key c="c" ne="ç" sw="," se="\?"/>
+ <key c="v" sw=";" se="."/>
+ <key c="b" sw=":" se="/"/>
+ <key c="n" nw="loc accent_tilde" ne="|" se="!"/>
+ <key width="2" c="backspace" ne="delete"/>
+ </row>
+</keyboard>
|
