Hi<br><br>Thanks very much for sharing your tool !<br>I am using SHR + Illume, and I would like to make the illume keyboard appear when short clicking on AUX. So I went to the Illume configuration --&gt; Input --&gt; Key Bindings, and added the command &quot;/home/root/Scripts/illume-kbd-show&quot; on the Aux press.<br>
This works well, but I cannot use the same Aux button to hide the keyboard. The best for that would be that your script first test wether the keyboard is displayed or not, and display / hide it depending on the &quot;display&quot; status. Do you think it is possible ?<br>
<br>Thanks again.<br>Kimaidou<br><br><div class="gmail_quote">2009/3/11 &quot;Marco Trevisan (Treviņo)&quot; <span dir="ltr">&lt;<a href="mailto:mail@3v1n0.net">mail@3v1n0.net</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">kimaidou wrote:<br>
&gt; I am running SHR testing, and I am trying to display the keyboard with a<br>
&gt; very short press on AUX (like under Hackable:1). To map the keys, I use<br>
&gt; illume configuration : Input &gt; Key binding. I have not found with google<br>
&gt; and wiki search how to display the keyboard, such as when clicking on<br>
&gt; the icon &quot;qwerty&quot;.<br>
<br>
</div></div>The illume keyboard supports the matchbox protocol that works over x11<br>
xevents, that&#39;s why I&#39;ve written this small c program [1] that basically<br>
sends the &quot;_MB_IM_INVOKER_COMMAND&quot; x-atom that can control the illume<br>
(and matchbox) keyboard.<br>
<br>
You can try this binary too, simply run &quot;illume-kbd-show&quot; to show the<br>
keyboard it and &quot;illume-kbd-show -k&quot; to hide it.<br>
<br>
Using that code as base we could also use the ecore_x keyboard atoms<br>
(_E_VIRTUAL_KEYBOARD*) to select the keyboard to be used and so on...<br>
<br>
<br>
[1] <a href="http://3v1n0.tuxfamily.org/openmoko/illume-kbd-show.c" target="_blank">http://3v1n0.tuxfamily.org/openmoko/illume-kbd-show.c</a><br>
[2] <a href="http://3v1n0.tuxfamily.org/openmoko/illume-kbd-show" target="_blank">http://3v1n0.tuxfamily.org/openmoko/illume-kbd-show</a><br>
<br>
--<br>
Treviņo&#39;s World - Life and Linux<br>
<a href="http://www.3v1n0.net/" target="_blank">http://www.3v1n0.net/</a><br>
<br>
<br>
_______________________________________________<br>
Openmoko community mailing list<br>
<a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br>
<a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
</blockquote></div><br>