Jump to content

fosder

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by fosder

  1. My knowledge in this area is not so great, but I assume that there is no such program. (I turned off processes in task manager I will explore the working function,maybe it will help me sort out the problem. ps send('^s')/ send('+s')/send('^+s') etc also does not work.
  2. 'a'-'z' no reaction; 1-0, f1-f12 work. function from this topic () works as expected, but I dont know why
  3. return value is 1 Ps: autoit ver. 3.3.6.1
  4. yes ohh, I think I can guess why... but I use win7...can it cause failures?
  5. mm... hi! I also encountered this problem. for this code, the result is "has been set". $iRet = HotKeySet("q", "fred") If $iRet Then MsgBox(0, "HotKey", "has been SET") Else MsgBox(0, "HotKey", "has NOT been SET") EndIf Func fred() EndFunc and for this HotKeySet("q", "fred") While 1 Sleep(10) WEnd Func fred() MsgBox(0, "q", "Pressed") Exit EndFunc nothing but keys like space or escape are read correctly please help me
×
×
  • Create New...