看板 EzHotKey 關於我們 聯絡資訊
※ 引述《enjoyloli (M)》之銘言: : LButton down::Send {ALTDown} : RButton::Send {Tab} : LButton UP::Send {ALTUP} $RButton:: LButtonIsDown := GetKeyState("LButton") If(LButtonIsDown){ AltIsDown := GetKeyState("Alt") If(AltIsDown){ SendInput, {Tab} }Else{ SendInput, {Alt Down} SendInput, {Tab} } KeyWait, LButton, U SendInput, {Alt Up} }Else{ SendInput, {RButton} } Return 有一點問題,AHK 是 single thread, 按第二次 RButton 不能中斷第一次按所產生 thread, 等高手修正上面的程式碼。 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 125.224.185.157
enjoyloli:剛用了一下 好像右鍵會被鎖定@@ 10/03 16:12
UndeadSion:試試 ~LButton & RButton::AltTab 10/03 23:43
MikageLin:呀,你跑來這裡問了啊,辛苦你了~~ 10/04 11:19
enjoyloli:XDD 原作者出現了XD 因為我真的很常使用這個功能 很好用 10/05 02:03