sshrum Posted June 7, 2007 Posted June 7, 2007 I want to chage the app that the Microsoft Keyboard (or multimedia keyboards for that matter) launch when the 'Media' button is pressed; by default this button launches WMP Anyone know where that key is? I've searched around and can't find anything that talks specifically about it. TIA Sean Shrum :: http://www.shrum.net All my published AU3-based apps and utilities 'Make it idiot-proof, and someone will make a better idiot'
tAKTelapis Posted June 7, 2007 Posted June 7, 2007 if you install the software for the keyboard, it should have a spot to specify and customize each button.
sshrum Posted June 7, 2007 Author Posted June 7, 2007 But even without installing s/w...my MS keyboard already launches apps which means that Windows already has a registry keys that map these buttons So where in the registry is Windows taking media button calls to launch apps? Sean Shrum :: http://www.shrum.net All my published AU3-based apps and utilities 'Make it idiot-proof, and someone will make a better idiot'
Siao Posted June 7, 2007 Posted June 7, 2007 HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\AppKey\16\ "be smart, drink your wine"
sshrum Posted June 8, 2007 Author Posted June 8, 2007 HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\AppKey\16\That's the stuff. Added a 'ShellExecute' key and pointed it to my app. Presto!ThanksFYI: The current entry in the \16\ area was 'Association' = '.cda'; I'm assuming that this tells Windows to launch whatever app is associated with .cda files. I left that alone and even with my addition, it ignores that association so 'ShellExecute' takes presidence. Sean Shrum :: http://www.shrum.net All my published AU3-based apps and utilities 'Make it idiot-proof, and someone will make a better idiot'
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now