I would like to use the function key and page up/page down to control the volume on my laptop. There is a touch panel at the top that controls it, but it has worn out a bit and isn't responsive. How do I configure this?
I own a Dell Inspiron 1525 (with Win7Pro)
Thanks
Answer: Using AutoHotKey, here is the script I wrote (with Windows key)
#PgUp::Send {Volume_Up 3}
#PgDn::Send {Volume_Down 3}
key downevents), only when releasing it (key upevents) which made the thing rather useless for almost anything, especially modifier-like. I guess it was almost completely handled by hardware. – GregC Dec 22 '09 at 6:27