Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'changing volume with quickeys' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
changing volume with quickeys
Authored by: loren_ryter on Jun 17, '02 12:45:08PM

if you have quickeys or another similar util that will run an applescript, you can make a global script like this:

tell application "itunes"
set sound volume to sound volume + 10
end tell

or

tell application "itunes"
set sound volume to sound volume - 10
end tell

which you could assign (for example) to cntrl-up arrow & cntrl down arrow.

then you can access it in any app.

then you can also make "next track" and "previous track" mapped to control-right & left arrows.... or, "playpause" mapped to control keypad period.... (each within 'tell application "iTunes"...end tell blocks as above, of course.)

just a thought.



[ Reply to This | # ]