My static website generator using poole https://www.xythobuz.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2013_07_30_itunes.md 1.0KB

title: Blog post: Global iTunes shortcuts using on-board tools date: 2013-07-30

comments: true

Ha, finally I found a solution to control iTunes with global Keyboard Hotkeys from my USB Keyboard without Media Keys. The solution is quite hacky but should work, even in the future.

First, Open Automator.app and create a new System Service. It should not accept any input and the only Action should be “Run AppleScript”, found under “Utilities”. Then, enter a script roughly like this and store the Service (click to enlarge):

Screenshot Automator

Repeat this with the “next track” and “playpause” AppleScript commands.

Now, open the System Preferences, go to Keyboard, Keyboard Shortcuts, Services. You should find your newly created Services under General. Assign some shortcuts and you’re done :)

Screenshot System Preferences