For my yesterday post:<br><br>This is my fdi which I use to remap key 464 to key 216<br><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt; &lt;!-- -*- SGML -*- --&gt;<br>&lt;deviceinfo version=&quot;0.2&quot;&gt;<br>
&nbsp; &lt;device&gt;<br>&nbsp;&nbsp;&nbsp; &lt;match key=&quot;info.product&quot; contains=&quot;Internal keyboard&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;append key=&quot;info.callouts.add&quot; type=&quot;strlist&quot;&gt;hal-setup-keymap&lt;/append&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;append key=&quot;input.keymap.data&quot; type=&quot;strlist&quot;&gt;0x1d0:chat&lt;/append&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;append key=&quot;info.capabilities&quot; type=&quot;strlist&quot;&gt;input.keymap&lt;/append&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/match&gt;<br>
&nbsp; &lt;/device&gt;<br>&lt;/deviceinfo&gt;<br><br>This is what hal reports:<br><br>root@michal-tablet:/etc/hal/fdi/policy# lshal -l | grep keymap<br>&nbsp; info.callouts.add = {&#39;debian-setup-keyboard&#39;, &#39;hal-setup-keymap&#39;} (string list)<br>
&nbsp; info.capabilities = {&#39;input&#39;, &#39;input.keyboard&#39;, &#39;input.keys&#39;, &#39;button&#39;, &#39;input.keymap&#39;} (string list)<br>&nbsp; input.keymap.data = {&#39;0x1d0:space&#39;} (string list)<br><br>Anyway, xev still don&#39;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>