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 

Type a word to make a different word?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Aeaus



Joined: 30 Sep 2008
Posts: 7

PostPosted: Tue Sep 30, 2008 2:03 pm    Post subject: Type a word to make a different word? Reply with quote

Make it so when I type in a word (Not just a letter) to make it into a different word?

I've tried

Code:

and::hello

And it says it's and invalid hotkey. How can I fix this?
Thanks

[Title edited. Please write descriptive titles for your topics. ~jaco0646]
Back to top
View user's profile Send private message
Sivvy



Joined: 21 Jul 2008
Posts: 711
Location: Calgary, AB, Canada

PostPosted: Tue Sep 30, 2008 2:27 pm    Post subject: Reply with quote

Look in the helpfile for "HotStrings".

Code:
:*:and::Hello
Back to top
View user's profile Send private message MSN Messenger
kidmar



Joined: 04 Oct 2007
Posts: 30

PostPosted: Tue Sep 30, 2008 2:27 pm    Post subject: Reply with quote

this:
Code:

::and::hello

makes what you want.
to activate it you have to type "and" followed by a special character like space or enter.

But if you want to do it right after you pressed the last letter of the "hotstring":
Code:

:*:and::hello


Anyway look in the help for Hotstrings
Back to top
View user's profile Send private message
tank



Joined: 21 Dec 2007
Posts: 1033

PostPosted: Tue Sep 30, 2008 2:39 pm    Post subject: Reply with quote

hotstrings
_________________
Read this
Com
Automate IE7 with Tabs
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group