I&#39;ve been using Hackable one for the last few weeks.<br>
I love it, except for the neod.<br>
Most of you know what I&#39;m talking about.<br>
It&#39;s the app that controls button presses, that like to crash and keeps your CPU running at 100%<br>
<br>
Well, My project for today was working on replacing it.<br>
This is what I have so far:<br>
<br>
<a href="http://filmsbykris.com/freerunner-debian/ko-user/ko-aux">http://filmsbykris.com/freerunner-debian/ko-user/ko-aux</a><br>
<a href="http://filmsbykris.com/freerunner-debian/ko-user/ko-power">http://filmsbykris.com/freerunner-debian/ko-user/ko-power</a><br>
<a href="http://filmsbykris.com/freerunner-debian/ko-user/ko-sys-menu">http://filmsbykris.com/freerunner-debian/ko-user/ko-sys-menu</a><br>
<br>
They are written in python.<br>
Just download them to you&#39;re &#39;/usr/bin/&#39; folder and make them executable<br>
then edit &#39;/usr/bin/x&#39;&nbsp; comment out the line for neod and add these lines in it&#39;s place:<br>
ko-aux&amp;<br>
ko-power&amp;<br>
<br>
ko-power will detect when the power button is pressed and it will run ko-sys-menu<br>
ko-sys-menu is a very easy to edit menu select a command from a drop down box and press the button below it to run the command<br>
<br>
ko-aux will start up a keyboard on aux button press<br>
by default it will start up ko-keypad another scipt I wrote that can be found here<br>
<a href="http://filmsbykris.com/freerunner-debian/ko-keypad/ko-keypad">http://filmsbykris.com/freerunner-debian/ko-keypad/ko-keypad</a><br>
if you want to use ko-keypad download it to your /usr/bin/ folder and make it executable<br>
if you profer to use matchbox-keyboard edit ko-aux and uncomment the 3 or 4 lines around where is says ko-keypad<br>
then comment out the line that has ko-keypad in it.<br>
<br>
That&#39;s it,<br>
I just finished working on these 3 scripts<br>
I haven&#39;t tested them much.<br>
Feed back would be great.<br>
<br>
Kris Occhipinti<br>
<br>