Artwinauto

Translate this page

Google Site Search

Loading

Login Form



Designed by:
Search
Search Keyword: Total 2 results found.
Tag: expansion Ordering

 

AutoHotkey isn't new. It has been around since '03 and has attracted for itself a sizable user community that keeps producing and sharing useful scripts and feedback to keep the program development going. It has also been featured in many popular sites before, such as MaximumPCMaximumPC.AutoHotkey is a multi-purpose free, open-source utility for Windows, capable of

A little while ago, we were doing some light scripting tasks without using any IDE (integrated development environment). We found ourselves kept typing the same commands again and again, so it was a good idea to look for a Text Replacement utility or Abbreviation Expander to help us cut down repetitive typing. What this utility does is that it lets us define an abbreviation for a group of words or a phrase, so that when we type out the abbreviation, it turns into the group of words or the phrase. For example:

 

afaucs -> as far as you can see

 

So instead of typing the complete phrase "as far as you can see", we can just type 'afaucs' and have it automatically replaced by "as far as you can see". That saves some keystrokes especially for those who frequently type the same words or phrases. This can simplify typing alot.