HotKeySet("a", "a") hotkeyset("b", "b") hotkeyset("c", "c") HotKeySet("d", "d") HotKeySet("e", "e") HotKeySet("f", "f") HotKeySet("g", "g") HotKeySet("h", "h") HotKeySet("i", "i") HotKeySet("j", "j") HotKeySet("k", "k") HotKeySet("l", "l") HotKeySet("m", "m") HotKeySet("n", "n") HotKeySet("o", "o") HotKeySet("p", "p") HotKeySet("q", "q") HotKeySet("r", "r") HotKeySet("s", "s") HotKeySet("t", "t") HotKeySet("u", "u") HotKeySet("v", "v") HotKeySet("x", "w") HotKeySet("y", "x") HotKeySet("z", "z") HotKeySet("!","ex") ;Set functions for hot keys Func a() Send("26") EndFunc Func b() Send("25") EndFunc Func c() send("24") EndFunc Func d() Send("23") EndFunc Func e() Send("22") EndFunc Func f() Send("21") EndFunc func g() send("20") EndFunc Func h() send("19") EndFunc Func i() Send("18") EndFunc Func j() Send("17") EndFunc Func k() Send("15") EndFunc Func l() send("14") EndFunc Func m() Send("13") EndFunc Func n() Send("12") EndFunc Func o() send("11") EndFunc Func p() Send("10") EndFunc Func q() send("9") EndFunc Func r() Send("8") EndFunc Func s() send("7") EndFunc Func t() send("6") EndFunc Func u() Send("5") EndFunc Func v() Send("4") EndFunc Func w() Send("3") EndFunc Func x() Send("3") EndFunc Func y() Send("2") EndFunc Func z() send("1") EndFunc Func ex() Exit EndFunc While 1 WEnd