From 815087460c279fb9a561b30cc447c95724b0bac0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 8 Jan 2018 13:25:25 +0530 Subject: [PATCH] ... --- kitty/remote_control.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/remote_control.py b/kitty/remote_control.py index 7d81011a7..b3fcedf7b 100644 --- a/kitty/remote_control.py +++ b/kitty/remote_control.py @@ -62,8 +62,8 @@ not a regular expression. @cmd( - 'Send arbitrary text specified windows', - 'Send arbitrary text specified windows. The text follows Python' + 'Send arbitrary text to specified windows', + 'Send arbitrary text to specified windows. The text follows Python' ' escaping rules. So you can use escapes like |_ \\x1b| to send control codes' ' and |_ \\u21fa| to send unicode characters. If you use the |_ --match| option' ' the text will be sent to all matched windows. By default, text is sent to'