first that my Code #include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Test = GUICreate("Test", 530, 189, 212, 171)
$Combo1 = GUICtrlCreateCombo("", 32, 32, 145, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "1|2|3|4|5")
$Combo2 = GUICtrlCreateCombo("", 32, 72, 145, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "a|b|s|d|e")
$Checkbox1 = GUICtrlCreateCheckbox("Tab", 320, 32, 49, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Enter", 320, 72, 57, 17)
$Start = GUICtrlCreateButton("Start", 40, 136, 75, 25)
$Stop = GUICtrlCreateButton("Stop", 128, 136, 75, 25)
$Input1 = GUICtrlCreateInput("300", 240, 32, 33, 21)
$Label1 = GUICtrlCreateLabel("Time", 192, 32, 27, 17)
$Label2 = GUICtrlCreateLabel("Sec", 288, 32, 23, 17)
$Label3 = GUICtrlCreateLabel("Time", 192, 72, 27, 17)
$Label4 = GUICtrlCreateLabel("Sec", 288, 72, 23, 17)
$Input2 = GUICtrlCreateInput("300", 240, 72, 33, 21)
$Label5 = GUICtrlCreateLabel("Sec", 464, 32, 23, 17)
$Label6 = GUICtrlCreateLabel("Sec", 464, 72, 23, 17)
$Label7 = GUICtrlCreateLabel("Time", 384, 32, 27, 17)
$Label8 = GUICtrlCreateLabel("Time", 384, 72, 27, 17)
$Input3 = GUICtrlCreateInput("300", 416, 32, 33, 21)
$Input4 = GUICtrlCreateInput("300", 416, 72, 33, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Checkbox1
Send("{Tab}")
Case $Checkbox2
Send("{Enter}")
EndSwitch
WEnd First When I want to chose the number of <$Combo1> Write this number healthier sense of pressure on the figure, which was chosen When I click on the <$Checkbox2> Enter write Second When I write in $Input Time Press 1 All this time I wrote like 2 seconds to write every 2 sec 1