Search found 40 matches

by jerryrig
06 Jun 2021, 09:56
Forum: Ask for Help (v1)
Topic: holding a key to execute a command and release to exit Topic is solved
Replies: 4
Views: 214

Re: holding a key to execute a command and release to exit Topic is solved

tnx mikee ..
actually ..
by pressing a button . i want ro send tr {enter}
by releasing a button
i like to hit escape without pressing esxape
🐈
i hv tried alot to modify
by jerryrig
06 Jun 2021, 09:33
Forum: Ask for Help (v1)
Topic: holding a key to execute a command and release to exit Topic is solved
Replies: 4
Views: 214

holding a key to execute a command and release to exit Topic is solved

i want to send some text if i hold a key and stop sending that text as i release it > :crazy:
by jerryrig
03 Jun 2021, 20:25
Forum: Ask for Help (v1)
Topic: Run this script but minimized Topic is solved
Replies: 8
Views: 318

Re: Run this script but minimized Topic is solved

lol..... i dont know everytools in ahk ...... 😄
by jerryrig
03 Jun 2021, 14:45
Forum: Ask for Help (v1)
Topic: Run this script but minimized Topic is solved
Replies: 8
Views: 318

Re: Run this script but minimized Topic is solved

may be i want to keep track of time in which user presses a key .....
it must be done behind ..anyways in convinced withcur answer thanks 🤩🤩🤩😍😍😍😍
by jerryrig
03 Jun 2021, 13:16
Forum: Ask for Help (v1)
Topic: Run this script but minimized Topic is solved
Replies: 8
Views: 318

Re: Run this script but minimized Topic is solved

:thumbup:

but can i send a text to notepad and save it ..without opening notepad
...
by default all the events done by ahk happens in front if screen ... i wanna do it minimised ...
by jerryrig
03 Jun 2021, 10:06
Forum: Ask for Help (v1)
Topic: Run this script but minimized Topic is solved
Replies: 8
Views: 318

Run this script but minimized Topic is solved

Code: Select all


run cmd 
Sleep 200
Send date {Enter}
Sleep 100
send 02-02-2018 
Sleep 200
send {Enter}

this code will open cmd and change the date ...but i want to do the same stuff minimised any chance ?? :terms:
by jerryrig
20 May 2021, 22:37
Forum: Ask for Help (v1)
Topic: Graphics tablet
Replies: 3
Views: 439

Re: Graphics tablet

but does it display input from stylus ?
its only looking for keyboard and mouse event na ??
by jerryrig
20 May 2021, 05:04
Forum: Ask for Help (v1)
Topic: Graphics tablet
Replies: 3
Views: 439

Graphics tablet

i have a walcom tablet ..keys of her stulus is not working ....
can anyone point me a way to get functionsnof that key .....
(I cant affoord a new walcom )

main function is erase ..
by jerryrig
15 May 2021, 06:52
Forum: Ask for Help (v1)
Topic: monitor a position on screen and display message when it changes
Replies: 3
Views: 419

Re: monitor a position on screen and display message when it changes

i thought about pixel color and image color ...
if that screen is hidden .. both fails right
by jerryrig
15 May 2021, 03:41
Forum: Ask for Help (v1)
Topic: monitor a position on screen and display message when it changes
Replies: 3
Views: 419

monitor a position on screen and display message when it changes

hey there .... i want to constantly monitor a position on screen ...( lower left ) ....and i would like to show a message when any change occurs to that portion ... there will be a number 4 in lower left part of screen ..... in chrome .. if that number changed to 3 or 2 or 1 ..... i want to show a m...
by jerryrig
11 May 2021, 03:31
Forum: Ask for Help (v1)
Topic: notify when someone left meeting in google meet
Replies: 2
Views: 165

Re: notify when someone left meeting in google meet

it wont detect hidden windows ???
by jerryrig
11 May 2021, 02:29
Forum: Ask for Help (v1)
Topic: notify when someone left meeting in google meet
Replies: 2
Views: 165

notify when someone left meeting in google meet

in a class of 4 people .... if some one left the meeting ...google meet show no message ... is there any way 2 figure it out and display a message that this guy < name doesnt matter > left the meeting ..... i have an idea like monitor < number of persons > if taht number is less than < no of persons...
by jerryrig
10 May 2021, 08:47
Forum: Ask for Help (v1)
Topic: hide execution from screen Topic is solved
Replies: 4
Views: 161

Re: hide execution from screen Topic is solved

i didnt knew about send input ...........
:|
thanks mikeeee
by jerryrig
10 May 2021, 08:32
Forum: Ask for Help (v1)
Topic: hide execution from screen Topic is solved
Replies: 4
Views: 161

Re: hide execution from screen Topic is solved

:D
lets take the case of note pad

if i send

Code: Select all

send {Hello world }
it will move cursor throught each letter swiftly ...
is there any way to quickly see the end result .... without cursor cursor moving through each letter in HW
by jerryrig
10 May 2021, 08:24
Forum: Ask for Help (v1)
Topic: hide execution from screen Topic is solved
Replies: 4
Views: 161

hide execution from screen Topic is solved

Code: Select all


#SingleInstance,Force
0::
Send #r
Send timedate.cpl
Send {Enter}
return
this will open run
and physically type timedate

is there any way to hide all thoose typings and see final result { which is the date time dialouge box }

thank u
by jerryrig
09 May 2021, 11:17
Forum: Ask for Help (v1)
Topic: autofill in excel ... down Topic is solved
Replies: 6
Views: 1001

Re: autofill in excel ... down Topic is solved

#SingleInstance,Force 0:: XL := ComObjActive("Excel.Application") Width := XL.Worksheets("Sheet1").Columns("A").Width * 1.33 Height := XL.WorkSheets("Sheet"1).Rows("1").Height * 1.33 WinActivate, ahk_exe excel.exe MouseMove, A_CaretX + Width, A_CaretY + Height, 0 return generalised code .....thanks...
by jerryrig
09 May 2021, 09:07
Forum: Ask for Help (v1)
Topic: autofill in excel ... down Topic is solved
Replies: 6
Views: 1001

Re: autofill in excel ... down Topic is solved

i thought there might be some unknown COMstuffs to move mouse .....
:lolno:
by jerryrig
09 May 2021, 08:51
Forum: Ask for Help (v1)
Topic: autofill in excel ... down Topic is solved
Replies: 6
Views: 1001

Re: autofill in excel ... down Topic is solved

wow thats cool ..... btw can i just move mouse to show the fill handle ..i dont want to drag .......
ie just move mouse to bottom right :wave:
by jerryrig
09 May 2021, 07:27
Forum: Ask for Help (v1)
Topic: autofill in excel ... down Topic is solved
Replies: 6
Views: 1001

autofill in excel ... down Topic is solved

in the usual case if we want nos from 1 to 10

in cell a1 type 1
a2 type 2

select a1 and a2

place mouse to see fill handle ..and pull it down ....
is there an ahk replacement

Go to advanced search