For my yesterday post:<br><br>This is my fdi which I use to remap key 464 to key 216<br><br><?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --><br><deviceinfo version="0.2"><br>
<device><br> <match key="info.product" contains="Internal keyboard"><br> <append key="info.callouts.add" type="strlist">hal-setup-keymap</append><br>
<append key="input.keymap.data" type="strlist">0x1d0:chat</append><br> <append key="info.capabilities" type="strlist">input.keymap</append><br> </match><br>
</device><br></deviceinfo><br><br>This is what hal reports:<br><br>root@michal-tablet:/etc/hal/fdi/policy# lshal -l | grep keymap<br> info.callouts.add = {'debian-setup-keyboard', 'hal-setup-keymap'} (string list)<br>
info.capabilities = {'input', 'input.keyboard', 'input.keys', 'button', 'input.keymap'} (string list)<br> input.keymap.data = {'0x1d0:space'} (string list)<br><br>Anyway, xev still don't catch any signal while I press this key... <br>
<br>Is this configuration right? If yes, how should I found where is the problem?<br><br>Thank you for help,<br><br>Michal Koudelka<br>