AutoHotkey Community

It is currently May 23rd, 2012, 3:42 pm

All times are UTC [ DST ]


Search found 21 matches
Search these results:

Author Message

 Forum: Scripts   Topic: quick and dirty way to control mouse with Numpad (10 lines)

Posted: March 28th, 2008, 12:31 am 

Replies: 11
Views: 1462


add this two hotkeys to script: numpadadd::speed+=1 numpadsub::speed-=1 that works, but they'll also be triggered even if NumLock is on. this might work: NumpadSub::speed-=!(GetKeyState("Numlock", "T")) NumpadAdd::speed+=!(GetKeyState("Numlock",...

 Forum: Scripts   Topic: quick and dirty way to control mouse with Numpad (10 lines)

Posted: March 27th, 2008, 10:36 pm 

Replies: 11
Views: 1462


nice!

too bad you can't use the Numpad without moving the mouse, but its still a nice feat!

Grats :D

 Forum: Support   Topic: Copy a list from Excel

Posted: March 27th, 2008, 9:45 pm 

Replies: 38
Views: 4981


I looked into that a little BoBo, today actually. But it seems more complicated than the simple functions I use in my script. Granted, it could be a lot more precise/efficient but for now, I'm going to have to wait...it seems like I'll have to learn another entirely different programming language to...

 Forum: Scripts   Topic: quick and dirty way to control mouse with Numpad (10 lines)

Posted: March 27th, 2008, 9:35 pm 

Replies: 11
Views: 1462


not ment as an insolt. its cool i didnt think so ;) if i had wrote this script it had been tre times as big numpadend:: mousemove, -10, 10, 0, R return yeah i actually had it a lot longer for awhile: numpadend:: { if ((GetKeyState, state, NumLock, T) == U) Mousemove -10, 10, 0,...

 Forum: Support   Topic: Copy a list from Excel

Posted: March 27th, 2008, 8:57 pm 

Replies: 38
Views: 4981


I use AHK and Excel all day for my profession (pricing analyst for a large retail computer site) and I have some pointers that might help/clear some stuff up. Or not, just my $.02 :) ; jump to excel WinActivate Microsoft Excel - Book1 It's ok to change this to: WinActivate Microsoft Excel This way t...

 Forum: Support   Topic: 2 questions: Tomorrow's date & output from Excel

Posted: March 27th, 2008, 8:12 pm 

Replies: 13
Views: 867


Just try: Send ^c Sleep 50 MsgBox %Clipboard% OK, I took a look, and the separator is actually Tab, so it is OK. Example: Send ^c Sleep 50 selection := Clipboard StringSplit cells, selection, %A_Tab% MsgBox %cells5% / %cells2% / %cells4% clipboard = Send ^c Sleep 50 selection := Clipboard cough...d...

 Forum: Scripts   Topic: quick and dirty way to control mouse with Numpad (10 lines)

Posted: March 27th, 2008, 7:22 pm 

Replies: 11
Views: 1462


oh i won't, i thought he was being funny.
and if he was trying to insult my small amount of code, that's even funnier! :P

 Forum: Scripts   Topic: quick and dirty way to control mouse with Numpad (10 lines)

Posted: March 27th, 2008, 7:01 pm 

Replies: 11
Views: 1462


imapow wrote:
to easy...

haha, sorry :?

 Forum: Scripts   Topic: Using Keyboard Numpad as a Mouse

 Post subject: more simple way
Posted: March 27th, 2008, 5:48 pm 

Replies: 82
Views: 24725


hey guys, i have a quick, easy way to use the mouse via the Numpad. it's not nearly as complex and in depth as yours are, but it gets the job done if you don't want a lot of code (its only 10 lines long). check it out here: http://www.autohotkey.com/forum/viewtopic.php?p=187043#187043

 Forum: Scripts   Topic: quick and dirty way to control mouse with Numpad (10 lines)

Posted: March 27th, 2008, 5:39 pm 

Replies: 11
Views: 1462


I just wanted the ability to move the mouse without using the mouse itself sometimes, so I didn't need a full blown mouse alternative script. I don't even have this script running on its own, this code is inside my main running script for work. The Numpad will only control the mouse when Numlock is ...

 Forum: Issues   Topic: Viruses found in executable after compile

Posted: March 27th, 2008, 3:22 am 

Replies: 10
Views: 3564


you guys were totally right; i was still using AHK version 1.0.47.05. after upgrading to version 1.0.47.06, the script compiled perfectly with no AVG errors!

thanks for all your help! AHK and the AHK Community rox!

 Forum: Issues   Topic: Viruses found in executable after compile

Posted: March 26th, 2008, 6:02 pm 

Replies: 10
Views: 3564


wow, that was exactly the info i was looking for, thanks much for going out of your way to put that in detail for all of us! :) (if a mod notices a lot of posts about supposed virus scans after compile, you might want to sticky this thread, its very informative) i guess my next step is getting aroun...

 Forum: Issues   Topic: Viruses found in executable after compile

Posted: March 26th, 2008, 2:46 pm 

Replies: 10
Views: 3564


i see... can you (or anyone else) do me a favor and compile my script on your machine and tell me if anything comes up after an AVG scan? you can open the .ahk script for yourself to see there aren't any harmful things in the code. /* Author: Adam Wright - www.adamisageek.com Title: ShowConsole Desc...

 Forum: Issues   Topic: Viruses found in executable after compile

Posted: March 26th, 2008, 7:01 am 

Replies: 10
Views: 3564


this is totally weird... i created an executable ("ShowConsole.exe") by compiling a script i wrote in autohotkey. i've used the executable many many times with no problems. today, i made one single change to the script and it still runs fine ran by itself. the change was literally just cha...

 Forum: Support   Topic: Help with Mailto link

Posted: October 5th, 2007, 10:50 pm 

Replies: 27
Views: 6835


"C:\Program Files\Microsoft Office\OFFICE11\Outlook.exe" /c ipm.note /m test@test.com /a "C:\Documents and Settings\adam\Desktop\All Pricing Sheets\Negotiated Prices\current_sheet.xls" it would just pop up a dialog box saying: http://i62.photobucket.com/albums/h104/adamisageek/o...
Sort by:  
Page 1 of 2 [ Search found 21 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group