Commit bbe3c9cf authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

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

parent 7dcfc00d
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment