]> git.saurik.com Git - wxWidgets.git/commit
Always use FVIRTKEY for the accelerators under MSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Dec 2009 16:44:09 +0000 (16:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Dec 2009 16:44:09 +0000 (16:44 +0000)
commit4f04a4fd782128f16136aabe9eb6c654b2a103a8
treeb09fb3434879a7e3305a69a9253d82ea8a3181f3
parentbca35e84c0a22af6567d260cfddef0a698858e3c
Always use FVIRTKEY for the accelerators under MSW.

Not using FVIRTKEY results in problems in non-US keyboard layouts and, in
fact, we were already always using it because wxCharCodeWXToMSW() returned
true in its output IsVirtual argument most of the time.

Just do it always now and also remove IsVirtual parameter with badly (if at
all...) defined meaning from wxCharCodeWXToMSW() as it's not used anywhere any
longer.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/window.h
src/msw/accel.cpp
src/msw/window.cpp