Hi everyone. Can I have a dictionary for the scripting command to customer my gestures. For example: {vk57} = Control key
Thank you!
Can I have a dictionary for script command
Sorry, I’m nor sure I understand the question, could you rephrase?
well, this is what I see when I config the mouse gesture:
-------------------
WinGetClass Class, A
If (A_ThisHotKey = A_PriorHotkey && A_TimeSincePriorHotkey < 350)
If Class in MozillaWindowClass,IEFrame
Send ^{vk57} ;Ctrl w
Else
Send ^{vk57} ;Ctrl w
---------------
I want to learn this script language so that I can do the customizing by myself later on. But I don't know what it is.
-------------------
WinGetClass Class, A
If (A_ThisHotKey = A_PriorHotkey && A_TimeSincePriorHotkey < 350)
If Class in MozillaWindowClass,IEFrame
Send ^{vk57} ;Ctrl w
Else
Send ^{vk57} ;Ctrl w
---------------
I want to learn this script language so that I can do the customizing by myself later on. But I don't know what it is.
AutoHotkey v1
https://www.autohotkey.com/docs/v1/
https://www.autohotkey.com/docs/v1/
