François Thierens wrote:
> I think I've found the toggle, it's in the python script right?
> but it doesn't affect my fn keys :(
>
The python scripts are not hooked up to the daemon yet. Thats one thing
I hope to do this weekend. However, you can change it in
/etc/touchd/config by hand.
> I didn't understand what is the read time 5000 spinbox about, can you
> explain me please?
>
This has to do with timeouts which control how long to wait for input
either from usb or an asynchronous queue. They don't have a lot of
effect. However, they could effect performance so I bound them to the
UI. Perhaps I will hide them by default when I finish the preferences
dialog.
> I had not tried python files has under kde i had no pygkt, but now
> it's installed, nice i could have number 10 displayed on the hand (for
> eleven i don't have so much fingers!)
>
Thats true. Its all doable with qt but I'm running a gnome system so
I'm using gtk.
|