标签: python
您好我正试图找到一种方法来检测用户何时按下alt + tab组合键。
我想做的是下一步:
while True: if not "alt+tab key pressed": pythoncom.PumpMessages()
我该怎么做?