Toady Posted April 8, 2007 Share Posted April 8, 2007 I was wonder if there is a way to make a key not do what its supposed to do without using BlockInput(1). Im trying to record a MUTE button when it is pressed but I dont want it to actually mute my sound, I just want it to get recorded. Thanks www.itoady.com A* (A-star) Searching Algorithm - A.I. Artificial Intelligence bot path finding Link to comment Share on other sites More sharing options...
BrettF Posted April 8, 2007 Share Posted April 8, 2007 I was wonder if there is a way to make a key not do what its supposed to do without using BlockInput(1). Im trying to record a MUTE button when it is pressed but I dont want it to actually mute my sound, I just want it to get recorded. Thanks Is this on like a multimedia keyboard? Maybe: If _IsPressed ("Key") Then ;Set the Mute off Endif Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
Toady Posted April 8, 2007 Author Share Posted April 8, 2007 Its just a standard keyboard that has a mute button. I got it working just now, thank you. I hate the limit on hotkeys, wish it was 256 instead of 64. www.itoady.com A* (A-star) Searching Algorithm - A.I. Artificial Intelligence bot path finding Link to comment Share on other sites More sharing options...
magician13134 Posted April 8, 2007 Share Posted April 8, 2007 If you really want it that bad, you could always just unscrew the keyboard and disconnect that key... Visit Magic Soft Inc. for some of my software Link to comment Share on other sites More sharing options...
Bert Posted April 9, 2007 Share Posted April 9, 2007 Another approach would be to look at the registry, and see what the value is when mute is enabled, and when it is not enabled. The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
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