I know how to set keyboard shortcut for single key.
for example : windows+z will open that command.
#z::Run www.autohotkey.com
is there a way if user presses zz twice to execute different command?
zz::Run www.google.com
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found better way,
it won’t be same key but we can use multiple key press.