All pastes #1409416 Raw Copy code Copy link Edit

2 claviers avec chacun sa keymap

public unlisted xml v1 · immutable
#1409416 ·published 2009-05-01 13:33 UTC
rendered paste body
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --><deviceinfo version="0.2">  <device>    <match key="info.capabilities" contains="input.keymap">      <append key="info.callouts.add" type="strlist">hal-setup-keymap</append>    </match>    <match key="info.capabilities" contains="input.keys">      <merge key="input.xkb.rules" type="string">base</merge>      <!-- If we're using Linux, we use evdev by default (falling back to           keyboard otherwise). -->      <merge key="input.xkb.model" type="string">keyboard</merge>      <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"             string="Linux">        <merge key="input.xkb.model" type="string">evdev</merge>      </match>      <match key="info.product" string="TypeMatrix.com USB Keyboard">              <merge key="input.xkb.variant" type="string">bepo</merge>      </match>      <match key="info.product" string="USB Multimedia Keyboard">              <merge key="input.xkb.variant" type="string">oss</merge>      </match>      <merge key="input.xkb.layout" type="string">fr</merge>    </match>  </device></deviceinfo>