/*
- AltMediaControl *
-
*
- Version: 1.7 (Version History at the bottom of this script) *
- AutoHotkey Version: 1.1 *
- Language: English *
- Platform: Windows 7, 8 *
- Author: www.twitter.com/matthiew *
-
*
- Script Function: *
- Creates keyboard shortucts for media playback control in Windows. *
-
- Media_Next: "Alt" plus "." *
-
- Media_Prev: "Alt" plus "," *
-
- Media_Play_Pause: "Alt" plus "/" *
-
- Volume_Up: "Alt" plus "=" *
-
- Volume_Down: "Alt" plus "-" *
-
- Volume_Mute: "Alt" plus "0" *
*/
/*
AltMediaControl Known Issues:
- Solved. See Version History (1.5) for details.
- MediaPlayPause.exe is noticeably slower than MediaPlayPause.ahk. AltMediaControl.exe will point to MediaPlayPause.exe, and AltMediaControl.ahk will point to AltMediaControl.ahk.
TO DO:
- Installer.
AltMediaControl Version History: 1.7 - Released version 1.4. 1.6 - Corrected an error in the documentation. 1.5 - Solved Known Issue #1: - "When a Windows Explorer window is active, and an icon is selected, the Media_Play_Pause command doesn't work. Seems to be a bug in AHK, not this script. Noticed in Windows 8.1 and Windows 7 with AHK v1.1.16.05." - Turns out it's a function of Media_Play_Pause. When Explorer is the active window it will try to open the selected media file. If the file selected is not a media file, it does nothing. 1.4 - Compiled MediaPlayPause.ahk. - Updated documentation. - Recompiled AltMediaControl.ahk. 1.3 - Created a workaround for Known Issue 1. 1.2 - New Known Issue. 1.1 - Updated Known Issues. 1.0 - Compiled executable. Made a new, more efficient "AMC icon.psd". 0.3 - Updated documentation. Found a bug in Media_Play_Pause command. 0.2 - Created AMC.ico. 0.1 - Created the shortcuts.
*/