GAOTD

comment to a shorcut utility

my recommendation
LOGICAL keyboard shortcuts via AutoHotKey

a short tutorial for the 3 line syntax

1)trigger lines
~x & y::
or
:*:xy[:: ; must be an unique string i.e. with a special character prefix or suffix
2)command
RUN url or www•addre•ss or win command i.e. calc
Send text or {key} or %variable%
3)RETURN

*1) you can combine all mouse + keyboard keys = 12000 -- ∞ ! triggers
*2) you can assign more command lines to a trigger
and you can assign more triigger lines to a command or commands

easier to understand are the url + text examples @ http://en.wikipedia.org/wiki/AutoHotkey

Leave a Reply