05 2023 档案
大小写监测并显示在托盘 python实现
摘要:import ctypesimport pystrayfrom PIL import Imageimport threading# 获取当前大写锁定状态def get_caps_lock_state(): return ctypes.windll.user32.GetKeyState(0x14) &
阅读全文
浙公网安备 33010602011771号