Help with AutoHotKey

Posts 1629 of 29 · Page 2 of 2
Quote Originally Posted by master131 View Post
I just searched for that weird character online. Maybe check out the source for this website, I think it does what you want. You'll need to port the code to AHK of course.

https://thejh.net/misc/unicode-underline
I tried this site http://unicodelookup.com/#q̲/1 , its 2 things combined, but not sure on how to make it work.


Quote Originally Posted by afiqhebat View Post
Try:

q::
send, q
SendInput, q

Return
Got this error
Change another program?
@Priaros try putting

Sleep, 1110

before the return
Quote Originally Posted by afiqhebat View Post
@Priaros try putting

Sleep, 1110

before the return
Nope, now it doesn't work when I hit the q key.
Try playing with the 1110, maybe turn it 500 or anything but don't go over 1110
Quote Originally Posted by afiqhebat View Post
Try playing with the 1110, maybe turn it 500 or anything but don't go over 1110
Tried with 100, 200, 300 etc all thw way up to 1100.


- - - Updated - - -

Quote Originally Posted by afiqhebat View Post
Try playing with the 1110, maybe turn it 500 or anything but don't go over 1110
Tried with 100, 200, 300 etc all thw way up to 1100.
maybe q isn't a thing?
Quote Originally Posted by afiqhebat View Post
maybe q isn't a thing?
Its 2 characters. One is the q and the other is the line at the bottom
Quote Originally Posted by afiqhebat View Post
Delete the sleep part and try putting

#MaxHotkeysPerInterval 3
I get this message:
Try changing the 3 with 1. If that didn't help, I can't help you.
Quote Originally Posted by afiqhebat View Post
Try changing the 3 with 1. If that didn't help, I can't help you.
Doesn't work. Thanks for trying though
Just paste it to sticky note and put it to the side, every time you need it just copy paste it. done c:
Quote Originally Posted by Hydra View Post
Just paste it to sticky note and put it to the side, every time you need it just copy paste it. done c:
Well it's going to be annoying to do that if I want to constantly use it.
Posts 1629 of 29 · Page 2 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?