Search found 2 matches

by antonio1475
23 Jun 2022, 04:11
Forum: Ask for Help (v1)
Topic: Long-press '1' to send '!' - Issues
Replies: 5
Views: 1467

Re: Long-press '1' to send '!' - Issues

Rohwedder Thank you for this. I was able to make my mouse side buttons Copy/Cut and Paste/Win-V (Windows clipboard) with your code and Xbutton1 & Xbutton2: $XButton1:: XButton1Up := False Input, Keys, T.2 IF !XButton1Up Send ^x else Send ^c keyWait XButton1 return XButton1 Up::XButton1Up := True $X...
by antonio1475
23 Jun 2022, 03:58
Forum: Ask for Help (v1)
Topic: Long-press '1' to send '!' - Issues
Replies: 5
Views: 1467

Re: Long-press '1' to send '!' - Issues

Thanks for the reply. I got busy and couldn't reply earlier. I ended up doing this: keyWait %key% , D send {%key%} keyWait %key% , T%timeout% if ErrorLevel send {Backspace}{%secondary%} key can be any digit (0 to 9), secondary is their respective 'Shift' usages (0: ) , 1: ! , .... , 9: ( , etc.). t...

Go to advanced search