conhost: Process Ctrl-M key input.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50526
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 12cf3459b5)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
This commit is contained in:
Hugh McMaster 2021-12-14 22:43:15 +11:00 committed by Michael Stefaniuc
parent 19acdd0c35
commit 6e7f753c15
1 changed files with 1 additions and 0 deletions

View File

@ -1107,6 +1107,7 @@ static const struct edit_line_key_entry win32_key_map_ctrl[] =
{ VK_RIGHT, edit_line_move_right_word },
{ VK_END, edit_line_kill_suffix },
{ VK_HOME, edit_line_kill_prefix },
{ 'M', edit_line_done },
{ 0 }
};