X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af79fc6f082d73d04fdf4077d50495000a5029a4..5b222f1c9e0acb63c781675555c76f6129316eb1:/docs/latex/wx/keyevent.tex diff --git a/docs/latex/wx/keyevent.tex b/docs/latex/wx/keyevent.tex index 2cb649360f..d6dbea27fb 100644 --- a/docs/latex/wx/keyevent.tex +++ b/docs/latex/wx/keyevent.tex @@ -49,7 +49,7 @@ simpler. {\bf Note for Windows programmers:} The key and char events in wxWindows are 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). +event in wxWindows (unless it is used as an accelerator). {\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.