1 (изменено: uv rzn, 2023-07-26 07:39:38)

Тема: ????

ahk rewasd

Post's attachments

unnamed.png 21.67 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

2

Re: ????



ih := InputHook("L0")
ih.KeyOpt("{All}", "+V N")
ih.OnKeyDown := Func("OnKeyDown")
ih.Start()
Return

SpaceDown(Time) {
	If !Time || A_TickCount - Time > 2000
	{
		MsgBox B
	} Else  {
		MsgBox A
	}
}
 
OnKeyDown(InputHook, VK, SC) {
	Critical
	Static PrTime, Keys := {"sc5":"4"}     
	If VK = 32
	{
		InputHook.Stop()
		SpaceDown(PrTime) 
		InputHook.Start()
		Return 
	} 
	If Keys["sc" SC]
		PrTime := A_TickCount
	Else 
		PrTime := ""
	Return
}
По вопросам возмездной помощи пишите на E-Mail: serzh82saratov@mail.ru Telegram: https://t.me/sergiol982
Win10x64 AhkSpy, Hotkey, ClockGui