...
This commit is contained in:
parent
1f2f25f7a3
commit
d1e5c2f86f
1 changed files with 5 additions and 0 deletions
|
|
@ -524,6 +524,11 @@ def close(self) -> None:
|
|||
get_boss().close_window(self)
|
||||
|
||||
def send_text(self, *args: str) -> bool:
|
||||
'''
|
||||
@ac:misc: Send the specified text to the active window
|
||||
|
||||
For details, see :sc:`send_text`.
|
||||
'''
|
||||
mode = keyboard_mode_name(self.screen)
|
||||
required_mode_, text = args[-2:]
|
||||
required_mode = frozenset(required_mode_.split(','))
|
||||
|
|
|
|||
Loading…
Reference in a new issue