Commit 12cf3459 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

conhost: Process Ctrl-M key input.

parent e3124a26
......@@ -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 }
};
......
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