| Author |
Message |
Topic: Joystick To Mouse Problem |
Innomen
Replies: 4
Views: 149
|
Forum: Ask for Help Posted: Sat Jan 07, 2012 3:29 am Subject: Hmmm Progress! |
Ok, so I moved the escape key remap code to the bottom, and that allowed the script to work. Thanks
I then remarked out all the references to buttons and the wheel.
So far so good.
Only pr ... |
Topic: Joystick To Mouse Problem |
Innomen
Replies: 4
Views: 149
|
Forum: Ask for Help Posted: Fri Jan 06, 2012 10:13 pm Subject: No idea |
| I have no idea man, the script is directly from the page with no changes. And as I said I'm not interested in button presses anyway, just joystick movement to mouse cursor movement. |
Topic: Joystick To Mouse Problem |
Innomen
Replies: 4
Views: 149
|
Forum: Ask for Help Posted: Fri Jan 06, 2012 11:22 am Subject: Joystick To Mouse Problem |
Hi all.
I'm attempting to map mouse movement to the right stick of my Xbox360 wireless controller. (For GTA3, Steam)
First step I undertook was loading up The Joystick Test Script.
http://www. ... |
Topic: Toggle Suspend Hotkeys |
Innomen
Replies: 3
Views: 240
|
Forum: Ask for Help Posted: Thu Nov 10, 2011 2:36 am Subject: Thanks |
I just want to point out that sometimes it is questions like these, which are ironically universally scorned, that prove the most helpful to later searchers. Like me, right now.
Case in point:
My ... |
Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
Innomen
Replies: 538
Views: 93702
|
Forum: Scripts & Functions Posted: Wed Sep 28, 2011 6:11 am Subject: Every so often... |
I actually left Ubuntu over lack of AHK support. Every so often I check back on things to see if that support has been adopted. Looks like the answer is "not yet, but getting there."
Just ... |
Topic: TrayTip Display Last Line of Script. |
Innomen
Replies: 5
Views: 1001
|
Forum: Ask for Help Posted: Sun Aug 14, 2011 10:48 am Subject: Re: TrayTip Display Last Line of Script. |
Loop, Read, %A_ScriptFullPath%
{
lastline:=A_LoopReadLine
}
TrayTip, Entry, Entry Added`n%LastLine%, 20, 17
That totally did it.
Thanks much guys  |
Topic: TrayTip Display Last Line of Script. |
Innomen
Replies: 5
Views: 1001
|
Forum: Ask for Help Posted: Sun Aug 14, 2011 6:23 am Subject: TrayTip Display Last Line of Script. |
How can I make a tooltip display the last line of the script that called for it?
FileReadLine, OutputVar, %A_ScriptFullPath%, LineNum
TrayTip, AutoCorrect Entry, Entry Added`nOutputVar, 20, ... |
Topic: Where to get AHK2exe? |
Innomen
Replies: 2
Views: 171
|
Forum: Ask for Help Posted: Thu Mar 31, 2011 3:58 pm Subject: uhh yea |
uhh yea, I totally already knew that, I was just... Testing everyone, yeah, that's it. You pass, yeah. *quietly sneaks away*  |
Topic: Where to get AHK2exe? |
Innomen
Replies: 2
Views: 171
|
Forum: Ask for Help Posted: Thu Mar 31, 2011 2:23 pm Subject: Where to get AHK2exe? |
Where can I find AHK2exe? I don't want source, I just want to turn my script into an exe. Where can I find a precompiled binary?
It should be here http://www.autohotkey.com/download/ but it isn't. ... |
Topic: Random text |
Innomen
Replies: 13
Views: 761
|
Forum: Ask for Help Posted: Thu Nov 11, 2010 10:21 pm Subject: Random text |
Thank you! That's perfect. And informative!  |
Topic: Random text |
Innomen
Replies: 13
Views: 761
|
Forum: Ask for Help Posted: Thu Nov 11, 2010 6:47 pm Subject: Random text |
Oh wow, I didn't know that about message boxes, thank you very much, and for the clipboard info as well, I'll attempt to apply it right now.  |
Topic: Random text |
Innomen
Replies: 13
Views: 761
|
Forum: Ask for Help Posted: Thu Nov 11, 2010 5:44 pm Subject: Random text |
| Offtopic: I hate this tiny edit box that doesn't look anything like the resulting post. It's nearly impossible to proof read. I know that's a phpbb thing, just venting, because I'm tired of proofing t ... |
Topic: Pattern recognition, Repeated words. |
Innomen
Replies: 9
Views: 648
|
Forum: Ask for Help Posted: Fri Nov 05, 2010 6:32 pm Subject: It doesn't matter |
If I'm understanding that code correctly all that does is sort lines.
I need to be able to pull things out of lines as well.
Like if it encountered the sentence "of course I use the phrase ... |
Topic: Pattern recognition, Repeated words. |
Innomen
Replies: 9
Views: 648
|
Forum: Ask for Help Posted: Fri Aug 06, 2010 4:55 pm Subject: No. |
| I get an error message, missing bracket at line 018 or something? I'll tinker with it here in a little bit. |
Topic: Pattern recognition, Repeated words. |
Innomen
Replies: 9
Views: 648
|
Forum: Ask for Help Posted: Fri Aug 06, 2010 7:26 am Subject: Maybe. |
I just want to data mine a body of text for repeated phases of any length in whatever way is easiest for everyone.
Yes yours is one example of how to present the answer. |
| |