<?xml version="1.0" encoding="UTF-8"?>
<!--
  Host-specific HAL policy for configuring input devices. Changes to this file
  will not take effect until the HAL daemon is restarted.

  This file now supercedes X.org-style input device declarations in
  "/etc/X11/xorg.conf", when the "AllowEmptyInput" server option is set to
  "true" in that file. (This is the default, if unspecified.)

  This file was copied from the relevant XML in
  "/usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi".

  Frankly, this is a bit of a contuded mess. I'm astonished the X.org
  Foundation pushed this into X.org 1.5.
  -->
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.keys">
      <!-- All other key values are supplied by HAL policy defaults in the FDI
           file discussed above. -->
      <merge key="input.xkb.layout"  type="string">dvorak</merge>
      <merge key="input.xkb.options" type="string">lv3:menu_switch</merge>
    </match>
  </device>
</deviceinfo>
