

If Combo = "F1" Then
hotkey2 = GetAsyncKeyState(Keys.F1)
ElseIf Combo = "F2" Then
hotkey2 = GetAsyncKeyState(Keys.F2)
ElseIf Combo = "F3" Then
hotkey2 = GetAsyncKeyState(Keys.F3)
ElseIf Combo = "F4" Then
hotkey2 = GetAsyncKeyState(Keys.F4)
ElseIf Combo = "F5" Then
hotkey2 = GetAsyncKeyState(Keys.F5)
ElseIf Combo = "F6" Then
hotkey2 = GetAsyncKeyState(Keys.F6)
ElseIf Combo = "F7" Then
hotkey2 = GetAsyncKeyState(Keys.F7)
ElseIf Combo = "F8" Then
hotkey2 = GetAsyncKeyState(Keys.F8)
ElseIf Combo = "F9" Then
hotkey2 = GetAsyncKeyState(Keys.F9)
ElseIf Combo = "F10" Then
hotkey2 = GetAsyncKeyState(Keys.F10)
ElseIf Combo = "F12" Then
hotkey2 = GetAsyncKeyState(Keys.F11)
ElseIf Combo = "F12" Then
hotkey2 = GetAsyncKeyState(Keys.F12)
ElseIf Combo = "A" Then
hotkey2 = GetAsyncKeyState(Keys.A)
ElseIf Combo = "B" Then
hotkey2 = GetAsyncKeyState(Keys.B)
ElseIf Combo = "C" Then
hotkey2 = GetAsyncKeyState(Keys.C)
ElseIf Combo = "D" Then
hotkey2 = GetAsyncKeyState(Keys.D)
ElseIf Combo = "E" Then
hotkey2 = GetAsyncKeyState(Keys.E)
ElseIf Combo = "F" Then
hotkey2 = GetAsyncKeyState(Keys.F)
ElseIf Combo = "G" Then
hotkey2 = GetAsyncKeyState(Keys.G)
ElseIf Combo = "H" Then
hotkey2 = GetAsyncKeyState(Keys.H)
ElseIf Combo = "I" Then
hotkey2 = GetAsyncKeyState(Keys.I)
ElseIf Combo = "J" Then
hotkey2 = GetAsyncKeyState(Keys.J)
ElseIf Combo = "K" Then
hotkey2 = GetAsyncKeyState(Keys.K)
ElseIf Combo = "L" Then
hotkey2 = GetAsyncKeyState(Keys.L)
ElseIf Combo = "M" Then
hotkey2 = GetAsyncKeyState(Keys.M)
ElseIf Combo = "N" Then
hotkey2 = GetAsyncKeyState(Keys.N)
ElseIf Combo = "O" Then
hotkey2 = GetAsyncKeyState(Keys.O)
ElseIf Combo = "P" Then
hotkey2 = GetAsyncKeyState(Keys.P)
ElseIf Combo = "Q" Then
hotkey2 = GetAsyncKeyState(Keys.Q)
ElseIf Combo = "R" Then
hotkey2 = GetAsyncKeyState(Keys.R)
ElseIf Combo = "S" Then
hotkey2 = GetAsyncKeyState(Keys.S)
ElseIf Combo = "T" Then
hotkey2 = GetAsyncKeyState(Keys.T)
ElseIf Combo = "U" Then
hotkey2 = GetAsyncKeyState(Keys.U)
ElseIf Combo = "V" Then
hotkey2 = GetAsyncKeyState(Keys.V)
ElseIf Combo = "W" Then
hotkey2 = GetAsyncKeyState(Keys.W)
ElseIf Combo = "X" Then
hotkey2 = GetAsyncKeyState(Keys.X)
ElseIf Combo = "Y" Then
hotkey2 = GetAsyncKeyState(Keys.Y)
ElseIf Combo = "Z" Then
hotkey2 = GetAsyncKeyState(Keys.Z)
Else
hotkey2 = GetAsyncKeyState(Keys.F1)
End If

