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:
parent
19acdd0c35
commit
6e7f753c15
|
@ -1107,6 +1107,7 @@ static const struct edit_line_key_entry win32_key_map_ctrl[] =
|
||||||
{ VK_RIGHT, edit_line_move_right_word },
|
{ VK_RIGHT, edit_line_move_right_word },
|
||||||
{ VK_END, edit_line_kill_suffix },
|
{ VK_END, edit_line_kill_suffix },
|
||||||
{ VK_HOME, edit_line_kill_prefix },
|
{ VK_HOME, edit_line_kill_prefix },
|
||||||
|
{ 'M', edit_line_done },
|
||||||
{ 0 }
|
{ 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue