📜  python 热键 pyautogui - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:29.275000             🧑  作者: Mango

代码示例2
>>> pyautogui.press('enter')  # press the Enter key
>>> pyautogui.press('f1')     # press the F1 key
>>> pyautogui.press('left')   # press the left arrow key