Submitted by KeithB on 2020/05/18 19:24
My autohotkey hotstrings stopped working at 0.9.115e.
 
In both the grid and the doc pane, d and a ' produces d' instead of 2020-05-18
 
#Hotstring EndChars '
 
:o:d::  ;will produce current date  tagdate
FormatTime,CurrentDateTime,,yyyy-MM-dd
SendInput %CurrentDateTime%
return
 
 
 
 

Comments

If it can't be fixed Pierre-side, let me know and we can cook something up by defining ' as a hotkey rather than the hotstring end character and checking which key was last pressed before '. Should produce the same result.

KeithB

2020/05/25 11:35

In reply to by LeftEccoForIQ

 I found today that when I started my AHK script as admin, the hotstrings once again worked. Fortunately I only use IQ at home, so I have admin.
I wonder why this stopped working all of a sudden in IQ only. I suppose it could be some combination of  IQ/win 10/UAC/ahk

Pierre_Admin

2020/05/25 11:44

In reply to by KeithB

Hi Keith !
 
Perhaps you now use IQ in admin mode... that would explain it
 
Pierre_Admin
IQ Designer