Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Typing aid to reduce number of keystrokes & improve Accuracy
Rating: 4.4 out of 5(97 ratings)
1,666 students

Typing aid to reduce number of keystrokes & improve Accuracy

Greatly speed-up your typing & be more accurate by letting the computer type the words for you with Text Expansion
Last updated 3/2022
English

What you'll learn

  • How to drastically speed up your typing and improve your accuracy
  • How to type short abbreviations that will expand in any windows program
  • How to quickly fill out forms / emails / etc. that require the same text
  • How to Autocomplete words in any Windows program
  • How to Trigger programs and/or Events by typing a few keys
  • How to apply HotStrings to Courtroom typing
  • How to have templates of pre-defined text snippets at your fingertips
  • That text expansion is your friend
  • Why hotstrings are the simplest way for you to begin working smarter, not harder
  • How AutoHotkey can save you time after just a few minutes of learning
  • How you can create a list of medical terms and have them at your fingertips

Course content

5 sections23 lectures1h 42m total length
  • Introduction to HotStrings2:08

    This lecture introduces HotStrings and gives a few examples how you can leverage them in virtually any Windows-based program.  HotStrings are similar to autocorrect on your phone however you provide the text you want to be inserted.

  • Installing AutoHotkey1:44

    In this lecture we review where to download AutoHotkey from and what version we recommend.  Unicode 32 bit is the recommended version as it will allow for Unicode characters and work well with most programs.

  • Choosing & Installing an IDE / Editor2:25

    In this session we discuss various IDEs / Editors for AutoHotkey.   AutoHotkey uses plain text thus you could use notepad to edit your files however the Intellisense (color highlighting) and Calltips (code suggestions) are extremely helpful!

    We used SciTE4AutoHotkey in our tutorials however AHK Studio & Notepad++ are just as strong editors.

  • Introduction to AutoHotkey and Settings3:01

    This session we discuss the basics you want to have in your HotString script.  The following three lines are the code you most-likely want to have in your initial file.

    #SingleInstance, Force ;ensure only 1 version of this script will be run at a time
    #Persistent ;Don't automatically exit
    #NoEnv ;No Envoronment (saves memory)

  • Multiple vs. Single AutoHotkey Files1:25

    In this session we talk through the concept of having your HotStrings in one file verse individual files.  If you plan to create content you'll share withe colleagues, you might want to use multiple files.  If you are only going to use them yourself then one is fine.

  • Ending Character and Escaping Replacements1:46

    This session discusses default ending characters.  Unless the Asterisk option is on, you must type an "ending" character after your HotString abbreviation to "trigger" the replacement.

  • Intro Quiz

Requirements

  • Have a Windows PC
  • The desire to type faster and with more accuracy
  • The need to type less

Description

How would you like to increase your typing speed by 1,000% ?  This course can easily do that for you!  Not only will it increase your speed, it will increase your accuracy / reliability!  You will be able to type a couple of letters & have it replaced with whole words / paragraphs.

In our daily life it is AMAZING how frequently we re-type the same words over and over.  It might be your name, the name of your company, instructions on performing a recurring task, a greeting, a salutation, etc.  The list is truly endless. 

Text Expansion (HotStrings) are the simplest and fastest way to start automating your computer!  Instead of trying to learn how to type 200 wpm, learn how to type 3 characters that will instantly get replaced by the entire sentences you wanted and it will be typed perfectly EVERY TIME!  The best part is that AutoHotkey is free!

While the basics of HotStrings are very easy to learn, we also take a deep-dive into various scenarios where they can be more complicated & discuss trouble-shooting "tricky" issues. 

Learn to work smarter, not harder by stopping to learn how to type and learn to work smarter!

Here's an overview of what you'll learn

  • Installing AutoHotkey and a great editor

  • Creating your first HotString

  • How to send large amounts of text (paragraphs, entire documents, etc.)

  • Creating context-sensitive HotStrings (Program specific)

  • Working with multiple computers

  • Using AutoHotkey HotStrings in games

  • Troubleshooting - What to do when things go wrong



Who this course is for:

  • People that enter the same data/text over and over
  • People wanting to focus on work that matters, not the mundane
  • Anyone that wants to be more productive & efficient
  • Data entry employees
  • People working in offices needing very specific text
  • Anyone wanting the benefits of typing faster and more accurately but doesn't want to spend hours learning how to "type"
  • Anyone needing to type faster and more accurately
  • People looking for a typing class and wants immediate results
  • People that frequently work on Transcriptions
  • People using medical terminology or legal terminology that need things to be precise and correct