keyboardHandler.internal_keyDownEvent: when sending the fake key press (VK 0xff) to ensure that certain modifier keys don't change keyboard layouts, use keybd_event directly rather than our KeyboardInputGesture.send.
This stops a deadlock in the winInputHook thread (#9463)