Jump to content

Recommended Posts

Posted

Nice. Can you make it so that when you hold Shift + (`1234567890-=\][';/) it will also work? Instead of having (~!@#$%^&*()_+|}{":?) come up?

qq

Posted

Nice. Can you make it so that when you hold Shift + (`1234567890-=\][';/) it will also work? Instead of having (~!@#$%^&*()_+|}{":?) come up?

<{POST_SNAPBACK}>

Yes, it took a while! lol, also finding out that Send("a") acutally sets off the _a() func... so i had to unset, then send text, and then put on hotkey set for each butten again.. but it works now!

well, the sad thing is, you can only deploy 64 hotheys.. i thinks there 2 or 3 left.. thats why 1,2,3 etc ani't coded :(

Posted

lol, not bad... ive been trying to do this for a bit. It seems like there could be a better way to do this. It would be so much cleaner if it could just find the key you pressed and replace it.

Posted

lol, not bad... ive been trying to do this for a bit. It seems like there could be a better way to do this. It would be so much cleaner if it could just find the key you pressed and replace it.

<{POST_SNAPBACK}>

Thanks guys!

Yeah, took me some time to figure out how to do this!... i almost gave up!

The limit of 64 Hotkeys is a problem too :)

Posted

Use the following function and you wont be limited... :). _IsPressed()

BTW... sorry I havent gotten back to you with an example... I have been rather busy.

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Posted

I ran this last night when browsing the forums, and forgot to kill the script when I went to write a reply in another topic :)

Nice Job! :evil:

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())
Posted (edited)

Use the following function and you wont be limited... :). _IsPressed()

BTW... sorry I havent gotten back to you with an example... I have been rather busy.

JS

<{POST_SNAPBACK}>

i don't like the _IsPressed() because if you hold the button down for more than a few milisec, i will post the letter many times!.. and sleep() after pressed is a wrong solution i think!

np, i leard more by doing it myself :evil:

Edited by Wb-FreeKill
Posted

I ran this last night when browsing the forums, and forgot to kill the script when I went to write a reply in another topic :D

Nice Job!  :D

<{POST_SNAPBACK}>

haha :evil: well thats was kind of the idea with this, you got tricked m8! :)
Posted

i don't like the _IsPressed() because if you hold the button down for more than a few milisec, i will post the letter many times!.. and sleep() after pressed is a wrong solution i think!

np, i leard more by doing it myself  :)

<{POST_SNAPBACK}>

I will have to look into that. I do understand what you are saying. Maybe it should be a bit more like HotKeySet... :evil:

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Posted

the repeted _ispressed can be easely ignored.

If _isPressed Then
-> Do bla bla
While _isPressed
Sleep(10)
Wend
EndIf

<{POST_SNAPBACK}>

hmm, ill take a look at it.. thx :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...