AutoHotkey Community

It is currently May 26th, 2012, 3:21 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Send Not Working Newbie
PostPosted: April 17th, 2008, 9:57 pm 
Offline

Joined: April 17th, 2008, 8:34 pm
Posts: 3
I'm missing something obvious. I tried getting this to work and it opens the program window but doesn't send the shift-tab-enter. I've tried this with codes, tabs, send, send input, all together, in different lines, with commas and without commas. I've sifted through pages in the forums and in the FAQ and Help.

First, I thought, okay, maybe this program is like some of those games that don't work and maybe the send commands just don't work with it. (I'm using it for an assigment I'm on and not that familiar with it.) But then I tried similar commands in Word 97 - and it opened word but would send any keys. (Although I didn't try my Word 2007)

All I want it to do is give the command Shift Tab Enter or any keyboard command for that matter!

(I tried the easiest first something like "Send +'t'n" I think it was can't remember ....tried lower, capitals, left shifts. I've got to be missing something that's in front of my nose. Can someone please tell me where I'm going wrong???? :cry:

Thanx and I really appreciate it as I've wasted four hour trying to figure out a simple send command and I really should be working on my articles that are due!!! But now I'm obsessed with figuring this out! I know it's something stupid I'm missing. Help!

(Note, I've also tried just {shift}{tab}{enter} on one send line. Thought maybe cause you have to lift up the shift tab and then hit enter that was why..but still not working...and shift tab enter all at once should have produced some changes in the program anyhow.)


#x::Run M:\Mom\Maria\Peterdrew\Geolinks\geoexplosion.exe
Run M:\Mom\Maria\Peterdrew\Geolinks\geoexplosion.exe
WinActivate GEO Authority Link Explosion Generator
Send {ShiftDown}{Tab}{Shift Up}{Tab Up}
Send {Enter}
Return


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 17th, 2008, 10:01 pm 
Offline

Joined: February 8th, 2008, 9:17 pm
Posts: 31
Location: VA
Code:
#x::
Run M:\Mom\Maria\Peterdrew\Geolinks\geoexplosion.exe
WinWait GEO Authority Link Explosion Generator
Send {ShiftDown}{Tab}{Shift Up}{Tab Up}
Send {Enter}
Return


Report this post
Top
 Profile  
Reply with quote  
 Post subject: I Love You!!!!
PostPosted: April 17th, 2008, 10:25 pm 
Offline

Joined: April 17th, 2008, 8:34 pm
Posts: 3
Thank You!!!!!!!!! :D


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: 0x150||ISO, coinman, LazyMan, Pulover, Yahoo [Bot] and 19 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group