Docs: use the action name of the shortcut in several places

This commit is contained in:
pagedown
2021-12-10 14:36:16 +08:00
parent 59957a913a
commit 8ae0ae2c93
5 changed files with 8 additions and 7 deletions

View File

@@ -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)