I noticed that RichEdit does not send messages to parent window when CTRL key is pressed when the control is in focus. When parent window is active then all goes ok. But when cursor is in RichEdit only mouse 0x20 WM_SETCURSOR
messages go ok. When pressing a key as in typing without control keys 0x111 WM_COMMAND
is send, and when I try to press CTRL and during this any other key like 'S' for implementing save-as function, nothing is sent. Is there a way to create callback to RichEdit or in other way capture CTRL+S
?
Escape also doesn't send a message to parent window.