mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-07 17:43:53 +02:00
Docs: use the action name of the shortcut in several places
This commit is contained in:
@@ -569,7 +569,7 @@ class Window:
|
||||
@ac('misc', '''
|
||||
Send the specified text to the active window
|
||||
|
||||
For details, see :sc:`send_text`.
|
||||
See :sc:`send_text <send_text>` for details.
|
||||
''')
|
||||
def send_text(self, *args: str) -> bool:
|
||||
mode = keyboard_mode_name(self.screen)
|
||||
|
||||
Reference in New Issue
Block a user