Search found 3 matches

by Chao
Dec 26th, ’24, 05:52
Forum: General Discussion
Topic: Can I have a dictionary for script command
Replies: 4
Views: 2692

Re: Can I have a dictionary for script command

Marko wrote: Dec 25th, ’24, 21:38 AutoHotkey v1
https://www.autohotkey.com/docs/v1/
Thank you!
by Chao
Dec 25th, ’24, 08:01
Forum: General Discussion
Topic: Can I have a dictionary for script command
Replies: 4
Views: 2692

Re: Can I have a dictionary for script command

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 scri...
by Chao
Dec 25th, ’24, 05:12
Forum: General Discussion
Topic: Can I have a dictionary for script command
Replies: 4
Views: 2692

Can I have a dictionary for script command

Hi everyone. Can I have a dictionary for the scripting command to customer my gestures. For example: {vk57} = Control key
Thank you!