Articles → Python → Hotkey Function In PyautoguiHotkey Function In PyautoguiIn this article, we will discuss about hotkey function in pyautogui.Purpose Hotkey function is used when you want to press two or more keys.Example import pyautogui pyautogui.hotkey('win','d')Output Once you run the program, all the windows get minimized i.e. executing WIN + R command.Posted By - Karan Gupta Posted On - Wednesday, May 22, 2019 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
import pyautogui pyautogui.hotkey('win','d')
Query/Feedback