X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a160a3252fbc652e47973be9fe9dc38457fc0055..93c4157c6cf8603eaba7ebbbc3b1e7bd303d8241:/docs/latex/wx/keyevent.tex diff --git a/docs/latex/wx/keyevent.tex b/docs/latex/wx/keyevent.tex index ef8543a623..bd8174736c 100644 --- a/docs/latex/wx/keyevent.tex +++ b/docs/latex/wx/keyevent.tex @@ -50,6 +50,9 @@ similar to but slightly different from Windows {\tt WM\_KEYDOWN} and {\tt WM\_CHAR} events. In particular, Alt-x combination will generate a char event in wxWindows (unless it is used as an acclerator). +{\bf Tip:} be sure to call {\tt event.Skip()} for events that you don't process in +key event function, otherwise menu shortcuts may cease to work under Windows. + \wxheading{Derived from} \helpref{wxEvent}{wxevent} @@ -205,4 +208,3 @@ be still processed normally). Returns TRUE if the shift key was down at the time of the key event. -