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.
2 parents b00848c + be4d455 commit b7d498bCopy full SHA for b7d498b
docs/source/Eng/doc/keyboard/keyboard_doc.rst
@@ -21,7 +21,7 @@ The following example presses a certain key on the keyboard and releases it afte
21
.. code-block:: python
22
23
from time import sleep
24
- from je_auto_control import press_key, release_key
+ from je_auto_control import press_keyboard_key, release_keyboard_key
25
26
press_key("a")
27
sleep(1)
docs/source/Zh/doc/keyboard/keyboard_doc.rst
@@ -21,7 +21,7 @@
0 commit comments