摘要: from pynput.keyboard import Listener,Controller,Key import time import threading class ComboListener: def __init__(self): self.cur_keys = [] self.keymap = { 'bbb':'w... 阅读全文
posted @ 2018-06-26 13:26 Erick-LONG 阅读(126) 评论(0) 推荐(0) 编辑