26
Developer's Corner / Keyboard Sounds
« on: August 17, 2008, 04:16 AM »
Hi, I've been running this for a while - works great:
Now I want to make other keys sound and I managed this
How do I include the b to z keys without having to type each separately?
Thanks CleverCat :D
~*shift::SoundPlay, %A_WinDir%\Media\chimes.wav
~*alt::SoundPlay, %A_WinDir%\Media\notify.wav
~*ctrl::SoundPlay, %A_WinDir%\Media\ding.wav
Now I want to make other keys sound and I managed this
~*a::SoundPlay, %A_WinDir%\Media\Key.wav
How do I include the b to z keys without having to type each separately?
Thanks CleverCat :D