Shortcut to Activate Set of Hotkeys Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
NotNoobie
Posts: 13
Joined: 23 Oct 2021, 10:33

Shortcut to Activate Set of Hotkeys

23 Oct 2021, 10:36

I want to make a script that when I press a key it will activate a set of hotkeys. So for example when I press Numpad0 it will activate h::7 and j::8.
User avatar
boiler
Posts: 16926
Joined: 21 Dec 2014, 02:44

Re: Shortcut to Activate Set of Hotkeys  Topic is solved

23 Oct 2021, 21:57

Code: Select all

Numpad0::Toggle := !Toggle

#If Toggle
h::7
j::8

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Chunjee, Theda and 104 guests