ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: Push2Talk

<< < (4/7) > >>

AlainCh:
I'm trying to get the right of it ..
But while I changed the keys ..
I cant get MY key working .. BUT
(that's strange)
 the WIN+S still work !!


 LOOK :
_________ 2nd version _______
#s::
SoundGet,micvol,Microphone:2,Volume
ToolTip,Mic is On
SoundSet,100,Microphone:2,Volume
Loop
{
  Sleep,100
  If GetKeyState(F12,P)

    Break
}
ToolTip,Mic is Off
SoundSet,0,Microphone:2,Volume
Sleep,200
ToolTip,
Return


_______________

I tried the original putting into it the F12 ..
 nothing ....
 now I tried this one ..  Win+s is not felt anymore :-)
 nor the F12

 Thx for your
 AlainCh ( HELP !

jgpaiva:
OH, F12 is way nicer. Just change the one i did, replace "Insert" with "F12" on line 15 and 24, and you should be set to go. Didn't this last one i posted work for you?

AlainCh:
NO, sorry

Your version was NOT  working ..
 while the Win+s worked the same

I tried to change the Key ... same result

 Strange isn't it ??
 I checked why that a such strange behavior...
 what would have caused it  ..


Discovered nothing

AlainCh ( lost
 no way

AlainCh:
I edited the previous post to your answer check it please ..

jgpaiva:
Hum.. Then you need to change on on your script's first line, "#s" to "F12" and a few lines below  "If GetKeyState(F12,P)" to " If not GetKeyState(F12,P)".

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version