본문 바로가기

개발 이야기/파이썬 개발

pyAutoGui) 사용할 수 있는 KEYBOARD_KEYS

728x90

KEYBOARD_KEYS

pyautogui.readthedocs.io/en/latest/keyboard.html#the-hotkey-function

 

Keyboard Control Functions — PyAutoGUI documentation

The write() Function The primary keyboard function is write(). This function will type the characters in the string that is passed. To add a delay interval in between pressing each character key, pass an int or float for the interval keyword argument. For

pyautogui.readthedocs.io