※ 引述《lovebbw (非胖勿扰)》之铭言:
: 请问想要按下A键后,5分钟内不能再次按A
: 有想过是否能够设定时间把A按键开关,但好像没有单独关闭某按键的功能
: 是否有其他方式能做到呢?
;建个label直接return
donothing:
return
;再建个label恢复a键
a_enable:
hotkey, a , a
return
a::
;用hotkey把a键废掉
hotkey, a , donothing
;设定时间把a键恢复
settimer, a_enable, 3000