We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a4271 commit fcf9523Copy full SHA for fcf9523
botcity/core/bot.py
@@ -836,7 +836,7 @@ def key_right(self, wait=0):
836
837
def key_enter(self, wait=0):
838
"""
839
- Press key Right
+ Press key Enter
840
841
Args:
842
wait (int, optional): Wait interval (ms) after task
@@ -870,7 +870,7 @@ def key_esc(self, wait=0):
870
871
def _key_fx(self, idx, wait=0):
872
873
- Press key Fidx where idx is a value from 1 to 12
+ Press key F[idx] where idx is a value from 1 to 12
874
875
876
idx (int): F key index from 1 to 12
0 commit comments