标签: python-3.x keyboard keyboard-shortcuts exe pyinstaller
我在脚本中使用了keyboard[GitHub],它可以完全满足我的需要,但是... 如果我使用PyInstaller构建项目,则该库将停止监听键。
import keyboard keyboard.add_hotkey("ctrl+shift+a", callback=lambda:print(1)) input()