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 48 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Shift key problem.
TchnclFl

Replies: 3
Views: 381

PostForum: Ask for Help   Posted: Sat Oct 03, 2009 11:48 pm   Subject: Shift key problem.
Much appreciated, worked a charm.

Was pullin my hair out for hours trying to get it to work, only to find it was 1 cymbol!!! >8

Glad to help Smile.
  Topic: Question regarding FileAppend
TchnclFl

Replies: 5
Views: 542

PostForum: Ask for Help   Posted: Sat Oct 03, 2009 6:13 pm   Subject: Question regarding FileAppend
You do realize that FileAppend will add the supplied text (or variable) to the end of the file each time. Eg, if you're added "this is a test" to the end of a file (and you loop 1000 times) ...
  Topic: Video Game Commands are not working
TchnclFl

Replies: 17
Views: 1453

PostForum: Ask for Help   Posted: Sat Oct 03, 2009 6:11 pm   Subject: Video Game Commands are not working
I think it's that plus that's throwing you off. Here's how I'd do it:

^M::
Send, give_trait this GoodCommander 5{Enter}
Send, give_trait this AcademyTrained 2{Enter} ...
  Topic: Shift key problem.
TchnclFl

Replies: 3
Views: 381

PostForum: Ask for Help   Posted: Sat Oct 03, 2009 6:09 pm   Subject: Shift key problem.
Putting a * in front of the hotkeys should do the trick. That makes the hotkey still run even if a "modifier" is being held.

*f4::
msgbox, your script goes here
return
  Topic: Get google "Did you mean" suggestions anywhere
TchnclFl

Replies: 3
Views: 2095

PostForum: Scripts & Functions   Posted: Sat Sep 12, 2009 6:46 pm   Subject: Get google "Did you mean" suggestions anywhere
Nice one! I wouldn't use it very much, but I enjoy the concept Smile.
  Topic: EasyHits4U EasySurfer (NOT A BOT!)
TchnclFl

Replies: 13
Views: 9792

PostForum: Scripts & Functions   Posted: Sat Aug 22, 2009 10:24 pm   Subject: EasyHits4U EasySurfer (NOT A BOT!)
Strange...Perhaps you should just push F1 when having the GUI active.
  Topic: A_OSVersion
TchnclFl

Replies: 4
Views: 429

PostForum: Ask for Help   Posted: Thu Aug 20, 2009 4:23 am   Subject: A_OSVersion
Windows XP 32Bit is listed as WIN_XP, and I would assume that 64 bit would be as well..
  Topic: why wont it work? urldownloadtofile
TchnclFl

Replies: 2
Views: 2259

PostForum: Ask for Help   Posted: Tue Aug 18, 2009 5:11 am   Subject: why wont it work? urldownloadtofile
That should work fine. If it doesn't for you, make sure you're connected to the internet?
  Topic: Click on minimize button function
TchnclFl

Replies: 2
Views: 1834

PostForum: Ask for Help   Posted: Mon Aug 17, 2009 4:19 am   Subject: Click on minimize button function
Why not WinMinimize? I don't see what you're trying to do that WinMinimize doesn't accomplish... Cool
  Topic: Hold click = mouse moves down
TchnclFl

Replies: 9
Views: 544

PostForum: Ask for Help   Posted: Fri Aug 14, 2009 4:14 am   Subject: Hold click = mouse moves down
A little mod on Z_Gecko's version that stops the mouse from downclicking while it moves.

LButton::
sleep 500
if GetKeyState("LButton", "P")
{
Loop
...
  Topic: Lyric Searcher
TchnclFl

Replies: 18
Views: 1407

PostForum: Scripts & Functions   Posted: Wed Aug 12, 2009 2:03 am   Subject: Lyric Searcher
I'd like to point out that instead of using StringSplit to remove spaces and then splicing it back together, you can just do
StringReplace, OutVariable, InVariable, %A_Space%, +, All
Which will auto ...
  Topic: EasyAHK (A tool for creating scripts)
TchnclFl

Replies: 19
Views: 3373

PostForum: Scripts & Functions   Posted: Tue Aug 11, 2009 5:36 am   Subject: EasyAHK (A tool for creating scripts)
Updates!:
Graphic Improvements
Progress bar when checking for updates.
Fixed a bug where the program would delete itself if not connected to the internet (Shocked! Can't believe no one had noticed ...
  Topic: Yet Another Text Replacement Tool
TchnclFl

Replies: 2
Views: 1261

PostForum: Scripts & Functions   Posted: Mon Aug 10, 2009 10:51 pm   Subject: Yet Another Text Replacement Tool
LOL! I made the same thing for my first AHK script Smile.
  Topic: EasyAHK (A tool for creating scripts)
TchnclFl

Replies: 19
Views: 3373

PostForum: Scripts & Functions   Posted: Mon Aug 10, 2009 7:10 pm   Subject: EasyAHK (A tool for creating scripts)
More words of advice, you should put some sort of an autosaver in there because last night I was writing a script in the textbox and I used one of the gui insert codes and it erased all my new data I ...
  Topic: Notepad++ definition
TchnclFl

Replies: 9
Views: 4769

PostForum: Scripts & Functions   Posted: Mon Aug 10, 2009 7:02 pm   Subject: Notepad++ definition
Nice job. Thanks! Smile
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group