iControl is a very beautiful, very simple remote control for Apple’s iTunes that uses global keyboard shortcuts to control it. It’s developed in C# and uses WPF for its user interface.
There’s a bunch of applications that use Apple’s iTunes COM SDK and control iTunes using keyboard hooks. But most of them suffer from poor user interface. This application uses iTunes COM SDK too and uses WPF as its User Interface technology.
Features:
- Controlling iTunes using global keyboard hooks
- Customizable keyboard shortcuts
- Showing songs’ Artwork, Title, Album Name and Artist Name
- Showing a message when playback is stopped or paused
- Automatically closing when iTunes is closed
- Automatically closing iTunes when iControl is closed
- Quick song selection (Gives ability to easily search and select a song from current playlist)
Full list of available commands:
- Play and Pause (Default shortcut: Ctrl+Alt+Home)
- Start Playing (Default shortcut: Ctrl+Alt+Shift+F11)
- Stop (Default shortcut: Ctrl+Alt+End)
- Next Track (Default shortcut: Ctrl+Alt+Page Down)
- Back Track (Default shortcut: Ctrl+Alt+Page Up)
- Previous Track (Default shortcut: Ctrl+Alt+Shift+Page Up)
- Rewind (Default shortcut: Ctrl+Alt+Shift+Left Arrow Key)
- Fast Forward (Default shortcut: Ctrl+Alt+Shift+Right Arrow Key)
- Toggle Shuffle (Default shortcut: Ctrl+Alt+Shift+F10)
- Toggle All Songs Repeat (Default shortcut: Ctrl+Alt+Shift+F9)
- Rating Current Song (Default shortcut: Ctrl+Alt+Shift+1 – 5)
- Remove Current Song Rating (Default Shortcut: Ctrl+Alt+Shift+0)
- Increase iTunes Volume (Default shortcut: Ctrl+Alt+Up Arrow Key)
- Decrease iTunes Volume (Default shortcut: Ctrl+Alt+Down Arrow Key)
- Mute and Unmute iTunes (Default shortcut: Ctrl+Alt+Shift+ +)
- Increase Master Volume (Not Implemented Yet.)
- Decrease Master Volume (Not Implemented Yet.)
- Mute and Unmute Master Volume (Not Implemented Yet.)
- Show / Hide Current Track Information (Default shortcut: Ctrl+Alt+Shift+I)
- Show Settings Window (Default shortcut: Ctrl+Alt+Shift+F12)
- Show Quick Select Window (Default shortcut: Ctrl+Alt+;)
- Show iControl About Window (Default shortcut: Ctrl+Alt+Shift+F1)
- Quit Application (Default shortcut: Ctrl+Alt+Shift+F4)