Treba si uvedomit pre koho to je urcene. Moj krpec bude mat 3 roky a miluje tento program. Naucil sa ovladat mysku vdaka tomu celkom obstojne. To ze to vydava zvuky a pri vacsine peciatok este aj vyslovi po anglicky nazov je velke plus. Prikladam moj starter na tuxpaint, spomaly mysku najskor a potom to vrati spat.
#!/bin/sh
/opt/kde3/bin/kwriteconfig --file kcminputrc --group Mouse --key Threshold 3
/opt/kde3/bin/kwriteconfig --file kcminputrc --group Mouse --key Acceleration 1.5
/opt/kde3/bin/kcminit mouse
tuxpaint --fullscreen \
--native \
--disablescreensaver \
--startblank \
--sound \
--noprint \
--simpleshapes \
--uppercase \
--nofancycursors \
--showcursor \
--grab \
--nowheelmouse \
--nobuttondistinction \
--saveovernew \
--save \
--autosave
/opt/kde3/bin/kwriteconfig --file kcminputrc --group Mouse --key Threshold 6
/opt/kde3/bin/kwriteconfig --file kcminputrc --group Mouse --key Acceleration 3
/opt/kde3/bin/kcminit mouse

