AutoHotKey

정보수집

by 디케 posted Mar 30, 2011
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

 

리니지 등 게임 컨트롤 정보수집.

 

 

#ifWinActive, Lineage II
~RShift::Suspend, toggle

~&::
KeyWait,&, D
{
ControlSend,, F1, ahk_id %wowid1%
}
Return

 

 

 

 

Citation :WinGet, LIIid, List, World of Warcraft
#ifWinActive, Lineage II
~ENTER::Suspend, toggle

~Numpad1::
KeyWait,Numpad1, D
{
ControlSend,, , ahk_id % LIIid1%
ControlSend,, F1, ahk_id % LIIid2%
}
Return

 

 

 

 

 

WinGet, LIIid, List, Lineage II

#ifWinActive, Lineage II

~ENTER::Suspend, toggle

~Numpad1::
KeyWait,Numpad1, D
{
ControlSend,, {F1}, ahk_id %LIIid1%
ControlSend,, {F1}, ahk_id %LIIid2%
}
Return

 

 

 

 

Citation :WinGet, LIIid, List, Lineage II

#ifWinActive, Lineage II

~ENTER::Suspend, toggle

~Numpad1::
KeyWait,Numpad1, D
{
ControlSend,, {}, ahk_id %LIIid1%
ControlSend,, {F1}, ahk_id %LIIid2%
}
Return

ou ?

Citation :WinGet, LIIid, List, Lineage II

#ifWinActive, Lineage II

~ENTER::Suspend, toggle

~Numpad1::
KeyWait,Numpad1, D
{
ControlSend,, {F1}, ahk_id %LIIid2%
}
Return

 

 

 

 

Citation :WinGet, LIIid, List, Lineage II

#ifWinActive, Lineage II

~ENTER::Suspend, toggle

Numpad1::
KeyWait,Numpad1, D
{
ControlSend,, {F1}, ahk_id %LIIid2%
}
Return


Numpad2::
KeyWait,Numpad2, D
{
ControlSend,, {F2}, ahk_id %LIIid2%
}
Return

Numpad3::
KeyWait,Numpad3, D
{
ControlSend,, {F3}, ahk_id %LIIid2%
}
Return

genre
WinGet, LIIid, List, Lineage II

#ifWinActive, Lineage II

~ENTER::Suspend, toggle

Numpad1-9::
KeyWait,Numpad1-9, D
{
ControlSend,, {F1-9}, ahk_id %LIIid2%
}
Return

si y a pas ou que c'est trop compliquer je ferait sans.