11 lines
378 B
XML
11 lines
378 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
|
|
<deviceinfo version="0.2">
|
|
<device>
|
|
<match key="info.capabilities" contains="input.keys">
|
|
<merge key="input.xkb.rules" type="string">xorg</merge>
|
|
<merge key="input.xkb.layout" type="string">us</merge>
|
|
<merge key="input.xkb.variant" type="string" />
|
|
</match>
|
|
</device>
|
|
</deviceinfo>
|