12/1/2020 6:46 PM | |||
Joined: 6/22/2020 Last visit: 10/16/2024 Posts: 119 Rating: (27) |
I hadn't seen that keyCode parameter before, but after investigating a little bit I see that you're trying to catch the ENTER KEY: From: Virtual-Key Codes (Winuser.h) - Win32 apps | Microsoft Docs
0x0D = 13 dec Have you tried to debug the script with the TraceViewer and see the value of the keyCode variable when the script is executed? I've just made a quick test and the value is 13 if you hit ENTER after selecting the IO Field. Maybe your user comparison is the problem, try to check each step carefully with the TraceViewer. |
||
If this post was helpful, please rate it! |
|||
Follow us on