mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Docs: Fix missing backslashes
This commit is contained in:
@@ -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.'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user