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>
This commit is contained in:
Hugh McMaster 2021-12-14 22:43:15 +11:00 committed by Alexandre Julliard
parent e3124a26f2
commit 12cf3459b5
1 changed files with 1 additions and 0 deletions

View File

@ -1129,6 +1129,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 }
};