Intercept some keys in wxMSW wxTextCtrl even if they're used as accelerators.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 11 Nov 2011 14:26:06 +0000 (14:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 11 Nov 2011 14:26:06 +0000 (14:26 +0000)
commitb062fade9feb1c14d9e26aba80a5098e107ea2a5
treee2ff5b0affd17c957cb84b27248320165613388c
parente2847646e568638a653e3075897d2f212ff0c83a
Intercept some keys in wxMSW wxTextCtrl even if they're used as accelerators.

Bare (i.e. without any modifiers) Delete, Home and End keys are also required
by the text control itself so don't handle them as accelerators when wxTextCtrl
has focus.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/textctrl.cpp