AutoHotKey

(Redirected from Autohotkey)
Jump to: navigation, search
Categories » Bookmarks » AutoHotKey
Categories » Microsoft » Microsoft Windows » Windows Software » AutoHotKey
Categories » Software » Windows Software » AutoHotKey

Official Website

Key Macros

I used Hotstrings to automate the typing of user names in a Logon dialog for Microsoft Dynamics POS 2009. I ended up using the following code:

#HotString C1 O
#IfWinActive Logon
::m::Mike{Tab}
::d::Dave{Tab}
::j::Jenny{Tab}
::f::Fern{Tab}
::b::Barbara{Tab}
::s::Sammy{Tab}

It has the following features:

How-To

Personal tools
Namespaces
Variants
Actions
Navigation
Categories
Toolbox