Do you miss angle, audio track, and subtitle control from the keyboard in Apple's DVD Player (version 4.6.1)? This is how I've fixed it...
[robg adds: I don't have any DVDs with angle adjustments, but the other two scripts seemed to work as described.]
- Create three new AppleScripts. Here's the first one:
Make the next two scripts just like the above, but replace angle with audio track and subtitle in the new scripts.tell application "dvd player" set angle to (angle + 1) mod (available angles + 1) end tell - Drop the files in ~/Library -> Application Support -> DVD Player -> Scripts. When you re-laucnh DVD player, you'll find they've automatically been assigned to Command-Option and (depending on what else you may have there) 0 to 9.
- Use the Keyboard Shortcuts tab of the Keyboard & Mouse System Prefernces panel and change these shortcuts to something less cumbersome, as outlined in this hint.
[robg adds: I don't have any DVDs with angle adjustments, but the other two scripts seemed to work as described.]
•
[7,808 views]

