blob: 12e37d0455c1f3ba870b599cf68e6287bac8ce80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<?xml version="1.0" encoding="utf-8"?>
<keyboard name="ЯВЕРТЫ" script="cyrillic">
<row>
<key shift="0.5" key0="я" key2="1" key4="loc esc"/>
<key key0="в" key2="2" key3="!"/>
<key key0="е" key1="ё" key2="3" key3="""/>
<key key0="р" key2="4" key3="№"/>
<key key0="т" key2="5" key3=";"/>
<key key0="ы" key2="6" key3="%"/>
<key key0="у" key2="7" key3="\?"/>
<key key0="и" key2="8" key3="|"/>
<key key0="о" key2="9" key3="(" key4=")"/>
<key key0="п" key2="0" key3=":"/>
<key key0="ч" key2="-" key3="_"/>
</row>
<row>
<key key0="а" key1="loc tab"/>
<key key0="с"/>
<key key0="д"/>
<key key0="ф"/>
<key key0="г"/>
<key key0="х"/>
<key key0="й"/>
<key key0="к" key4="₽"/>
<key key0="л"/>
<key key0="ю"/>
<key key0="ш" key2="=" key3="+"/>
<key key0="щ" key2="/" key3="\\"/>
</row>
<row>
<key width="2" key0="shift" key2="loc capslock"/>
<key key0="э"/>
<key key0="з"/>
<key key0="ь" key1="ъ"/>
<key key0="ц"/>
<key key0="ж"/>
<key key0="б"/>
<key key0="н" key2="«" key3=","/>
<key key0="м" key2="»" key3="."/>
<key width="2" key0="backspace" key2="delete"/>
</row>
</keyboard>
|