Simple but effective typewriter sounds

Hi,

I wanted to share this very simple way to add the sound of a typewriter as you type. I find it is an aid to concentration and just sounds nice!

The sounds can be found here (but any wav files could be used)

https://github.com/Robert-K/typewriter-keyboard/tree/master/Sounds

In the example below, I saved the sounds I liked to a folder I created called C:\Sounds

(The tilda before the hotkeys means that the key still works in addition to the sound being played.)

~a::
~b::
~c::
~d::
~e::
~f::
~g::
~h::
~i::
~j::
~k::
~l::
~m::
~n::
~o::
~p::
~q::
~r::
~s::
~t::
~u::
~v::
~w::
~x::
~y::
~z::
~1::
~2::
~3::
~4::
~5::
~6::
~7::
~8::
~9::
~0::SoundPlay, C:\Sounds\Key 2 press.wav
return

~Delete::
~BackSpace::SoundPlay, C:\Sounds\Backspace press.wav
return

~Space::SoundPlay, C:\Sounds\Space bar press.wav
return

~Enter::SoundPlay, C:\Sounds\New Line 2.wav