ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Keyboard Sounds

<< < (3/4) > >>

lanux128:
Same formula as my Shift/Alt/Control... Keyboard Sounds-CleverCat (August 30, 2008, 04:00 AM)
--- End quote ---

yes, your earlier code should work fine, just copy-paste the lines below. :)

;Enter/Bksp/Caps Lock/Tab
~*enter::SoundPlay, %A_WinDir%\Media\chimes.wav
~*backspace::SoundPlay, %A_WinDir%\Media\chimes.wav
~*capslock::SoundPlay, %A_WinDir%\Media\chimes.wav
~*tab::SoundPlay, %A_WinDir%\Media\chimes.wav
~*space::SoundPlay, %A_WinDir%\Media\chimes.wav
--- End quote ---

CleverCat:
Thanks - will report back when mission accomplished!  ;)

CleverCat:
MISSION ACCOMPLISHED!  :Thmbsup:

I even 'customized' the wav's to my preference!  ;)

Just one small problem - sometimes the sounds lag behind the key press?

cranioscopical:
sometimes the sounds lag behind the key press?-CleverCat (September 05, 2008, 08:17 AM)
--- End quote ---

Previously, I haven't wanted to dazzle the community with my technical skills but this one I can't resist.

Press the keys more slowly.

CleverCat:
Not possible  ;) - although I type with one finger now due to my disability. I used to do 80 wpm!

My Brother says I type faster with one finger than he does with both hands!  ;D ;D

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version