WinTerm MCP

send_control_character

Send a control character to the terminal

Input Schema

NameRequiredDescriptionDefault
letterYesThe letter corresponding to the control character (e.g., "C" for Ctrl+C)

Input Schema (JSON Schema)

{ "properties": { "letter": { "description": "The letter corresponding to the control character (e.g., \"C\" for Ctrl+C)", "type": "string" } }, "required": [ "letter" ], "type": "object" }