Posts: 1,769
Threads: 410
Joined: Feb 2003
Is anyone else having problems with Edge and Skype/Lync not allowing Autotext triggers to work?
When I enter various triggering text, nothing happens.
Posts: 12,092
Threads: 142
Joined: Dec 2002
Non-low-level hooks don't work in these windows. Look in Options / Triggers.
Also, because of the same reason, text typing is very slow. Need to paste or use opt keysync.
sim :opt keysync 1; '"simple text"
simp :"paste text"
Posts: 1,769
Threads: 410
Joined: Feb 2003
01-07-2019, 02:27 PM
(This post was last modified: 01-07-2019, 02:28 PM by ken gray.)
this isn't working for me for some reason.
Here's what I have; its a brand new At macro so there are no other items in it.
Autotext
Autotext1
arent :opt keysync 1;'"aren't"
Posts: 12,092
Threads: 142
Joined: Dec 2002
Posts: 1,769
Threads: 410
Joined: Feb 2003
no.
do I need them even with "opt keysync"?
Posts: 12,092
Threads: 142
Joined: Dec 2002
Yes.
Even when LL hooks are used for triggers, non-LL hooks are used for better key synchronization. At least it worked better when was invented. Then programs where non-LL hooks don't work were rare. Now better default synchronization would be like with opt keysync 2.
Posts: 12,092
Threads: 142
Joined: Dec 2002
Can change default keysync:
Example, in function init:
RTOPTIONS x
x.opt_autotext.keysync=1
x.opt_menu_toolbar.keysync=2
;x.opt_macro_function.keysync=2
RtOptions 64 x
Posts: 1,769
Threads: 410
Joined: Feb 2003
Unfortunately I can't use the LL hooks because I use the double keyboard setup and that won't work with the LL hooks.