2026-03-17 13:31:18 -07:00

57 lines
1.9 KiB
XML

<!-- US-Standard keyboard layout -->
<keyboard>
<row>
<key code='49' normal='1' shift='!' />
<key code='50' normal='2' shift='@' />
<key code='51' normal='3' shift='#' />
<key code='52' normal='4' shift='$' />
<key code='53' normal='5' shift='%' />
<key code='54' normal='6' shift='^' />
<key code='55' normal='7' shift='&amp;' />
<key code='56' normal='8' shift='*' />
<key code='57' normal='9' shift='(' />
<key code='58' normal='0' shift=')' />
<key code='8' normal='&#8;' label='Backspace' />
</row>
<row>
<key code='81' normal='q' shift='Q' />
<key code='87' normal='w' shift='W' />
<key code='69' normal='e' shift='E' />
<key code='82' normal='r' shift='R' />
<key code='84' normal='t' shift='T' />
<key code='89' normal='y' shift='Y' />
<key code='85' normal='u' shift='U' />
<key code='73' normal='i' shift='I' />
<key code='79' normal='o' shift='O' />
<key code='80' normal='p' shift='P' />
</row>
<row>
<key code='65' normal='a' shift='A' />
<key code='83' normal='s' shift='S' />
<key code='68' normal='d' shift='D' />
<key code='70' normal='f' shift='F' />
<key code='71' normal='g' shift='G' />
<key code='72' normal='h' shift='H' />
<key code='74' normal='j' shift='J' />
<key code='75' normal='k' shift='K' />
<key code='76' normal='l' shift='L' />
<key code='10' normal='&#10;' label='Enter' />
</row>
<row>
<key code='90' normal='z' shift='Z' />
<key code='88' normal='x' shift='X' />
<key code='67' normal='c' shift='C' />
<key code='86' normal='v' shift='V' />
<key code='66' normal='b' shift='B' />
<key code='78' normal='n' shift='N' />
<key code='77' normal='m' shift='M' />
<key code='16' normal='&#16;' label='Shift' />
</row>
<row>
<key code='32' normal=' ' label='Space' />
<key code='127' normal='&#127;' label='Del' />
</row>
</keyboard>