vp-build/templates/hal/files/10-keymap.fdi
Juan RP 2f699766f7 hal: add a file to set the X11 keymap layout with evdev.
--HG--
extra : convert_revision : a6067ac51e3502f713b1ac106b308963635d07e8
2009-03-26 17:06:32 +01:00

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>