AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 20 matches
AutoHotkey Community Forum Index
Author Message
  Topic: quick and dirty way to control mouse with Numpad (10 lines)
adamisageek

Replies: 11
Views: 393

PostForum: Scripts & Functions   Posted: Fri Mar 28, 2008 12:31 am   Subject: quick and dirty way to control mouse with Numpad (10 lines)
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::spee ...
  Topic: quick and dirty way to control mouse with Numpad (10 lines)
adamisageek

Replies: 11
Views: 393

PostForum: Scripts & Functions   Posted: Thu Mar 27, 2008 10:36 pm   Subject: quick and dirty way to control mouse with Numpad (10 lines)
nice!

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

Grats Very Happy
  Topic: Copy a list from Excel
adamisageek

Replies: 14
Views: 1575

PostForum: Ask for Help   Posted: Thu Mar 27, 2008 9:45 pm   Subject: Copy a list from Excel
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 goi ...
  Topic: quick and dirty way to control mouse with Numpad (10 lines)
adamisageek

Replies: 11
Views: 393

PostForum: Scripts & Functions   Posted: Thu Mar 27, 2008 9:35 pm   Subject: quick and dirty way to control mouse with Numpad (10 lines)
not ment as an insolt.
its cool i didnt think so Wink

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 ...
  Topic: Copy a list from Excel
adamisageek

Replies: 14
Views: 1575

PostForum: Ask for Help   Posted: Thu Mar 27, 2008 8:57 pm   Subject: Copy a list from Excel
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 Smile

; jump to e ...
  Topic: 2 questions from a newbie
adamisageek

Replies: 13
Views: 517

PostForum: Ask for Help   Posted: Thu Mar 27, 2008 8:12 pm   Subject: 2 questions from a newbie
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, select ...
  Topic: quick and dirty way to control mouse with Numpad (10 lines)
adamisageek

Replies: 11
Views: 393

PostForum: Scripts & Functions   Posted: Thu Mar 27, 2008 7:22 pm   Subject: quick and dirty way to control mouse with Numpad (10 lines)
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! Razz
  Topic: quick and dirty way to control mouse with Numpad (10 lines)
adamisageek

Replies: 11
Views: 393

PostForum: Scripts & Functions   Posted: Thu Mar 27, 2008 7:01 pm   Subject: quick and dirty way to control mouse with Numpad (10 lines)
to easy...
haha, sorry Confused
  Topic: Using Keyboard Numpad as a Mouse
adamisageek

Replies: 59
Views: 11137

PostForum: Scripts & Functions   Posted: Thu Mar 27, 2008 5:48 pm   Subject: more simple way
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 l ...
  Topic: quick and dirty way to control mouse with Numpad (10 lines)
adamisageek

Replies: 11
Views: 393

PostForum: Scripts & Functions   Posted: Thu Mar 27, 2008 5:39 pm   Subject: quick and dirty way to control mouse with Numpad (10 lines)
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 co ...
  Topic: Viruses found in executable after compile
adamisageek

Replies: 6
Views: 500

PostForum: Bug Reports   Posted: Thu Mar 27, 2008 3:22 am   Subject: Viruses found in executable after compile
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 ...
  Topic: Viruses found in executable after compile
adamisageek

Replies: 6
Views: 500

PostForum: Bug Reports   Posted: Wed Mar 26, 2008 6:02 pm   Subject: Viruses found in executable after compile
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! Smile
(if a mod notices a lot of posts about supposed virus scans after comp ...
  Topic: Viruses found in executable after compile
adamisageek

Replies: 6
Views: 500

PostForum: Bug Reports   Posted: Wed Mar 26, 2008 2:46 pm   Subject: Viruses found in executable after compile
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' ...
  Topic: Viruses found in executable after compile
adamisageek

Replies: 6
Views: 500

PostForum: Bug Reports   Posted: Wed Mar 26, 2008 7:01 am   Subject: Viruses found in executable after compile
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 o ...
  Topic: Help with Mailto link
adamisageek

Replies: 27
Views: 1498

PostForum: Ask for Help   Posted: Fri Oct 05, 2007 10:50 pm   Subject: Help with Mailto link
"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_she ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group