Docs: Fix missing backslashes

This commit is contained in:
pagedown
2022-11-25 12:03:34 +08:00
parent fbce5e7524
commit 55b5a45e27
3 changed files with 4 additions and 4 deletions

View File

@@ -74,8 +74,8 @@ class SendText(RemoteCommand):
short_desc = 'Send arbitrary text to specified windows'
desc = (
'Send arbitrary text to specified windows. The text follows Python'
' escaping rules. So you can use escapes like :code:`\\x1b` to send control codes'
' and :code:`\\u21fa` to send unicode characters. If you use the :option:`kitty @ send-text --match` option'
' escaping rules. So you can use escapes like :code:`\\\\x1b` to send control codes'
' and :code:`\\\\u21fa` to send unicode characters. If you use the :option:`kitty @ send-text --match` option'
' the text will be sent to all matched windows. By default, text is sent to'
' only the currently active window.'
)