python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
autohotkey unix miliseconds
#persistent
SetTimer, CheckTime, 0 ;check ms all the time
Return
CheckTime:
if (A_Now == 2022 01 19 10 00 00 and A_MSec == 000)
SendInput {Enter}
Sleep, 100
Return
Hi, I can't figure out what it'...
Teoo
Votes: 0
Answers: 0
Inserting hyperlink into Word bookmark with AutoHotkey
I have an AutoHotkey script that inserts values into various bookmarks in a Word document.
When inserting a hyperlink (email address), it inserts text. How do I pass it as a hyperlink?
I've read Hyper...
jarhead
Votes: 0
Answers: 1
Commands dont work even if i add sleep and return in ahk
when I‘m making a script, I can‘t make two functions happen.
All details first: I‘m using Auto Hot Key‘s current version.
code:
<+<!`::Sound beep 627,92
Sleep, 100
Sound bee...
Anonymous
Votes: 0
Answers: 1
ahk - Creating multiple key combos with return does not work
RAlt::
Hotkey, a, label_a, On
return
RAlt Up::
Hotkey, a, Off
return
label_a:
Send, 1
return
and this
RAlt & b::Send hello
These two ahk codes don't work together. However, by having only one ...

Mo D Genesis
Votes: 0
Answers: 1