Search the web
Sign In
New User? Sign Up
AutoHotkey
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Trying to fix a simple remapping script   Message List  
Reply | Forward Message #230 of 528 |
RE: [AutoHotkey] Trying to fix a simple remapping script

You wrote:
> t::%OutputVar%
> %OutputVar%::t

Since remappings like a::b are activated before the script begins running,
you can't have a variable reference like %OutputVar% in them. To work
around this, you could use the Hotkey command to dynamically create a
remapping. The details of how to do this are on the remapping page:
http://www.autohotkey.com/docs/misc/Remap.htm

If you have further inquiries, please post them on the forum to get faster
response time: http://www.autohotkey.com/forum/

Thanks,
Chris





Wed Mar 29, 2006 12:20 am

cmallett2
Offline Offline
Send Email Send Email

Forward
Message #230 of 528 |
Expand Messages Author Sort by Date

Hi, i have read relevant parts of the documentation but do not understand why this gives me an error IniRead, OutputVar, config.ini, Config, Key MsgBox, You...
danthetaliban
Offline Send Email
Mar 28, 2006
8:49 pm

... wrote: sorry, made a type, i meant to write %OutputVar% in the appropriate places. even corrected i get the error though....
danthetaliban
Offline Send Email
Mar 28, 2006
8:54 pm

... Since remappings like a::b are activated before the script begins running, you can't have a variable reference like %OutputVar% in them. To work around...
Chris
cmallett2
Offline Send Email
Mar 29, 2006
12:21 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help