Stranica: 3/3.

Re: [RIJEŠENO] Tipkovnica proizvodi zvuk pisaće mašine

Postano: 06 tra 2013, 15:42
Postao/la IvanCo
There are some implementations to play a sound for every keypress, one of them is "keypress" on Github.com, made by Github user "chrelad". It's a fork of linux-typewriter.

Instructions on how to set it up:

Open a terminal (Ctrl+Alt+T).

Install the package python-xlib.

Kod: Označi sve

sudo apt-get install python-xlib
Download the application:

Kod: Označi sve

wget -O keypress.tar.gz https://github.com/chrelad/keypress/tarball/master
    tar xvfz keypress.tar.gz && cd chrelad*
Start it by executing

Kod: Označi sve

./keypress.py
Optional: You can change the sound by opening the file keypress.py with an editor and look out for the line that says
os.system("aplay sounds/key01.wav")

Now change key01.wav to what you want it to sound like.

To restart it after the reboot:
Open a terminal.
Type:

Kod: Označi sve

cd chrelad* && ./keypress.py

Re: [RIJEŠENO] Tipkovnica proizvodi zvuk pisaće mašine

Postano: 06 tra 2013, 15:56
Postao/la Suko
:thumbs

Re: [RIJEŠENO] Tipkovnica proizvodi zvuk pisaće mašine

Postano: 10 tra 2013, 14:42
Postao/la hrc
To je fora kada tipkaš sporo. Kada tipkaš normalnom brzinom (tj. brže) zvuči loše, jer datoteka ne stigne "odsvirati" a već ide opet.