作者b19111010 (怡君怎麽会输的…)
看板EzHotKey
标题[AHK-] 请问input的区分大小写(case sensitive)
时间Sun Oct 17 15:41:43 2010
小弟写了如下的东西
loop
{
Input, UserInput,l1 c,;,q,Q
if ErrorLevel = Max
continue
IfInString, ErrorLevel, EndKey:
break
if UserInput = q
mousemove,160,128,0
else if UserInput = Q
mousemove,480,128,0
}
希望输入q时mousemove,160,128,0
输入Q时mousemove,480,128,0
但是不知道为甚麽无论输入q或Q,都以mousemove,160,128,0回应。
请赐正orz
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 27.109.222.56