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

Diskusije o hardveru i driverima pod Linuxom.

Moderator/ica: Moderatori/ce

Avatar
IvanCo
Postovi: 15
Pridružen/a: 01 kol 2012, 17:06
Spol: M
OS: Linux Mint 14 Xfce

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

Post 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
Avatar
Suko
Site Admin
Postovi: 16079
Pridružen/a: 03 tra 2008, 18:09
Spol: M
OS: Mint 17 Cinnamon
Lokacija: Svugdi me ima. Slavonija uglavnom.

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

Post Postao/la Suko »

:thumbs
hrc
Postovi: 519
Pridružen/a: 09 tra 2013, 23:14
Spol: M
OS: Debian

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

Post 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.
Odgovori