On Thu Apr 3 17:34:35 2025 +0000, Tim Clem wrote:
Ah, thanks, I see now - I didn't follow things all the way through imm32 & user32. I admit that's getting out of my zone of knowledge. So it's ok for the key down to get translated by ImmTranslateMessage, but the key up to come through as a raw WM_KEYUP? That works in my quick testing. I wonder if @rbernon has any thoughts as to whether there might be subtle repercussions.
Yes. This will match the native behavior.