kernel32: Interpret Shift-Backspace as Backspace when using the Win32 keymap in wineconsole.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hugh McMaster 2015-11-23 20:58:37 +11:00 committed by Alexandre Julliard
parent 7dcfc00dc3
commit bbe3c9cfbd
1 changed files with 1 additions and 0 deletions

View File

@ -892,6 +892,7 @@ static const KeyEntry Win32KeyMapCtrl[] =
static const KeyMap Win32KeyMap[] =
{
{0, 0, StdKeyMap},
{SHIFT_PRESSED, 0, StdKeyMap},
{0, 0, Win32StdKeyMap},
{RIGHT_CTRL_PRESSED, 0, Win32KeyMapCtrl},
{LEFT_CTRL_PRESSED, 0, Win32KeyMapCtrl},