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:
parent
e3124a26f2
commit
12cf3459b5
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue