A typewriter sound scheme for your keyboard!
Qwertickle is a Linux clone of Qwertick (http://www.nattyware.com/qwertick.php) by Nattyware, written by Gtk+ and Gstreamer.
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)The sound effect used in this program is from http://www.soundjay.com, any form of redistribution is prohibited.
Install build dependences
sudo apt-get install autoconf automake libtool libgtk2.0-dev libgstreamer0.10-dev libxtst-dev xorg-dev
Update
AM_VERSION=-1.14
to
AM_VERSION=-1.13
in autogen.sh
run
./autogen.sh
./configure
make
run
sudo make install
Install mp3 codec for gstreamer
sudo apt-get install gstreamer0.10-fluendo-mp3 gstreamer1.0-fluendo-mp3