Posts: 1,769
Threads: 410
Joined: Feb 2003
My TS works fine everywhere but in Skype (for Business btw) it refuses to trigger no matter what I do.
any ideas why this is?
Here's some of the window and child information.
Macro
Macro5
int w=win("Name Here " "LyncConversationWindowClass")
int c=child("" "NetUIHWND" w 0x0 "id=0[]style=0x56000000[]exStyle=0x0") ;;dialog
Posts: 12,095
Threads: 142
Joined: Dec 2002
No ideas. I cannot test it. Tested in free Skype versions, it works.
Posts: 1,769
Threads: 410
Joined: Feb 2003
Posts: 1,271
Threads: 399
Joined: Mar 2003
I can test it tomorrow. I have Skype for Business.
Posts: 1,769
Threads: 410
Joined: Feb 2003
Posts: 1,271
Threads: 399
Joined: Mar 2003
The class name is different.
int w=win("Name here" "LyncTabFrameHostWindowClass")
Posts: 1,769
Threads: 410
Joined: Feb 2003
I found another app that fails to take the text sensitive menu text.
Can you check this one?
It's just the login dialog that won't accept it (the password field specifically).
you can download it at.
https://clients.amazonworkspaces.com/
Any thoughts would be appreciated.
Posts: 12,095
Threads: 142
Joined: Dec 2002
I cannot test the login dialog because it asks for registration code.
Posts: 1,769
Threads: 410
Joined: Feb 2003
well rats.
ok, does any of this window information help?
Text: Amazon WorkSpaces
Class: HwndWrapper[workspaces;;00fbfbe9-2707-4b96-aa15-982f23ad8e7f]
Program: workspaces (C:\Program Files (x86)\Amazon Web Services, Inc\Amazon WorkSpaces\workspaces.exe)
Styles: 0x16C80000 0x40100
Posts: 12,095
Threads: 142
Joined: Dec 2002
I guess the program protects password fields from programs that use keyboard hook, for example keyloggers. It's very easy, need just to set hook that returns 1 instead of calling next hook.
Posts: 1,769
Threads: 410
Joined: Feb 2003
So, I'd like to reopen this discussion as OneNote fails to receive any of my TS Menu triggers.
Is there anything I can do to help dx this issue?
OneNote Version: 16001.13328.20478.0
OS: Windows 10
QM: 2.4.11.0
Posts: 12,095
Threads: 142
Joined: Dec 2002
Look in Options / Triggers / Low level hooks. Now need low level hooks with many programs.
Posts: 1,769
Threads: 410
Joined: Feb 2003
Odd, that once I enable the ll triggers, it required 2 triggers for many of my shortcut keys triggers. Once I disable the LL keyboard triggers, everything works fire.
any thoughts on why that would be?
Posts: 12,095
Threads: 142
Joined: Dec 2002
Maybe using keyboard detector. It does not work with LL hooks.
Posts: 1,769
Threads: 410
Joined: Feb 2003
That would explain why the TS menu was working in Onenote and the 4th keyboard wasn't working with the LL on.