mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 19:35:32 +00:00
29 lines
684 B
XML
29 lines
684 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
Note that the corresponding .kmx is currently
|
|
hand-crafted
|
|
|
|
@@keys: [K_Q][K_W][K_Q]
|
|
@@expected: \u0127\u1790\u17B6\u0127
|
|
|
|
-->
|
|
<!DOCTYPE keyboard SYSTEM "../../../../resources/standards-data/ldml-keyboards/techpreview/ldmlKeyboard.dtd">
|
|
<keyboard locale="mt" conformsTo="techpreview">
|
|
<info author="srl295" indicator="🙀" layout="qwerty" normalization="NFC" />
|
|
|
|
<names>
|
|
<name value="TestKbd" />
|
|
</names>
|
|
|
|
<keys>
|
|
<key id="hmaqtua" to="ħ" />
|
|
<key id="that" to="ថា" />
|
|
</keys>
|
|
|
|
<layerMaps form="hardware">
|
|
<layerMap id="base">
|
|
<row keys="hmaqtua that" />
|
|
</layerMap>
|
|
</layerMaps>
|
|
</keyboard>
|