2025R3 keydown broken

put this in a window key down event

system.DebugLog str(asc(key))

watch debug while pressing keys

CTRL-H is used for help in almost all my apps
Now it is not firing the keydown event?

Anyone know why, or is there a workaround
Regards,
Dave

Maybe Windows only.
I see that you created an Issue:
#80567 - CTRL-H does not fire keydown event

1 Like

works in debug mode on mac

Do you have any controls on that window?

Do any keydown events of any controls on the window return TRUE?

It’s a Windows-only bug that’s been resolved, details on the ticket.

2 Likes