asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.06k stars 1.22k forks source link

pyautogui.hotkey('ctrl', 'a') and pyautogui.press('delete') dont work #801

Open ORB-Aerospace911 opened 12 months ago

ORB-Aerospace911 commented 12 months ago

Title pyautogui.hotkey('ctrl', 'a') pyautogui.press('delete') please lmk what else I need to provide

romaklym commented 12 months ago

@ORB-Aerospace911 any sort of error messages, and exactly steps to recreate the issue.