Jump to content

How to create text expander like autohotkey?


Recommended Posts

This should be very simple...but for some reason "text expander" brings no results on this forum!

Anyways, I can create a script that will type in notepad, but I need to use the window activate.

How can I create a script that types text in ANY window, and I also need to be able to trigger it with a keyboard shortcut.

I want to use this to input text on various applications instead of pasting and typing by hand.

 

 

Link to comment
Share on other sites

  • Moderators

@xuzo InunoTaishou is exactly correct. TextExpander in AHK does precisely what a HotKeySet would do; you use a hotstring to call a function, in your case sending text. For typing in any window, you would simply click on that window before you hit the hotkey to send your string, the same as you would with textexpander. So what exactly are you unable to do?

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...