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:
parent
7dcfc00dc3
commit
bbe3c9cfbd
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue