Posts by Fellipe Freire • 54 points
3 posts
-
1
votes1
answer401
viewsA: Clipboard with content filter - Autohotkey
Although this topic is more than a year old, it may be that the solution helps other people. The desired here is a search and replace regex; Regexmatch is the function for this job. The Ahk uses…
-
2
votes1
answer62
viewsA: Problem with script?
~Up & Left:: NumpadHome The prefix ~ will cause the original keys not to be changed and your submissions will not be intercepted. If the behavior is intentional and only needs the Up key, you…
autohotkeyanswered Fellipe Freire 54 -
0
votes1
answer38
viewsA: Script with Multiple Submissions
XButton1:: Send, +{F1} Send, {Z Down} Return XButton1 Up:: Send, {Z Up} Send, +{F2} Return ESC:: ExitApp
autohotkeyanswered Fellipe Freire 54