板 1- 前 次 新 レス
スクリプト質問スレッド
[92]unnamed.ahk:05/04/27 13:42 ID:???
#UseHook On
InputLock = 0
!#S::Suspend, On
q::
if InputLock = 0
Send,so
else
Send,q
Return
w::
if InputLock = 0
Send,ko
else
Send,w
Return
s::
if InputLock = 0
Send,ka
else
Send,s
Return
d::
InputLock = 1
Input, UserInput, L1 C, {Esc}, q,w,s,k,o,m,g,y,a,p,i
If UserInput = q
Send, myo
If UserInput = w
Send, gya
If UserInput = s
Send, pi
If UserInput = p
Send, wo
InputLock = 0
return
>>89できたぞよ。結構手こずったぜ。これぐらいはAHKで出来るはずだろうと、意地になってしまったよ。
前 次