Search found 36 matches

by ellie59
02 Nov 2023, 14:38
Forum: Ask for Help (v2)
Topic: Pressing a key combination
Replies: 4
Views: 413

Re: Pressing a key combination

Thanks Master. I wanted to use it for the website https://app.diagrams.net/ for the autosize function https://streamable.com/trsv0z https://i.ibb.co/GRys5TR/obrazek.png https://i.ibb.co/rwgR7jK/obrazek.png it works for me but it's still not clear to me how to use wintitle with the name "RS - draw.io...
by ellie59
01 Nov 2023, 13:52
Forum: Ask for Help (v2)
Topic: Pressing a key combination
Replies: 4
Views: 413

Pressing a key combination

Hi Hi,

I need to press a combination of these {LShift}{LCtrl}{Y} keys on a web page with the help of a single "XButton1" key.

XButton1::{LShift}{LCtrl}{Y}

and for the XButton1 key to be ignored and not return the previous web page

Thanks :roll:
by ellie59
03 Jul 2020, 05:23
Forum: Ask for Help (v1)
Topic: adding the ControlSend Topic is solved
Replies: 4
Views: 1751

Re: adding the ControlSend Topic is solved

this is exactly what i wanted, I want your knowledge :angel:
by ellie59
03 Jul 2020, 02:39
Forum: Ask for Help (v1)
Topic: adding the ControlSend Topic is solved
Replies: 4
Views: 1751

Re: adding the ControlSend Topic is solved

I had this idea too,

it works:
F1 > Only On
F4 > Only Off

but I wanted to keep the original idea:
F1 > only identified Window
F4 > Toggle (pause/reload)
by ellie59
03 Jul 2020, 01:52
Forum: Ask for Help (v1)
Topic: adding the ControlSend Topic is solved
Replies: 4
Views: 1751

adding the ControlSend Topic is solved

Hi, Thanks Rohwedder user I have this functional script: #SingleInstance, Force pause Loop { Send, {F11} sleep, 2200 Send, {F12} sleep, 290000 } Numpad4::Pause #IF A_PriorHotkey Numpad4::Reload I added a function: ControlSend #SingleInstance, Force pause Numpad1::MouseGetPos, POSX1, POSY1, ID1 Loop ...
by ellie59
30 Jun 2020, 01:05
Forum: Ask for Help (v1)
Topic: loop toggle 2x (independently of each other) Topic is solved
Replies: 2
Views: 873

loop toggle 2x (independently of each other) Topic is solved

Hi HI, Using the "Numpad1" and "Numpad2" keys, I mark the first and second window (example notepad). And I want to independently On/off (Loop1 and Loop 2) for example, to make both loops work at the same time. could you give me an advice please ? :shifty: ;------------------------ #SingleInstance, F...
by ellie59
29 Jun 2020, 00:03
Forum: Gaming Help (v1)
Topic: pause > (restart script) Topic is solved
Replies: 11
Views: 7146

Re: pause > (restart script) Topic is solved

@boiler
Yes, I now understand, your solution is very advanced :wtf:
thank you for your help and patience.
by ellie59
28 Jun 2020, 23:42
Forum: Gaming Help (v1)
Topic: pause > (restart script) Topic is solved
Replies: 11
Views: 7146

Re: pause > (restart script) Topic is solved

Thank you, I'm trying to understand the last thing, let's say I want to add other keys. send, {F11} sleep, 2200 send, {F12} sleep, 280000 what will be the correctness of the script syntax? #IfWinActive ahk_class UnrealWindowsWindowKlerix Pause Loop { if WinActive("ahk_class UnrealWindowsWindowKlerix...
by ellie59
28 Jun 2020, 22:55
Forum: Gaming Help (v1)
Topic: pause > (restart script) Topic is solved
Replies: 11
Views: 7146

Re: pause > (restart script) Topic is solved

boiler #IfWinActive ahk_class UnrealWindowsWindowKlerix Pause Loop { send, % ["A", "B", "C", "D"][i := (i = 4 ? 1 : i + 1)] Sleep 5000 } return Esc:: Pause i := 0 return your script is functional with #IfWinActive ahk_class UnrealWindowsWindowKlerix switching the pause/reload script only takes plac...
by ellie59
28 Jun 2020, 22:35
Forum: Gaming Help (v1)
Topic: pause > (restart script) Topic is solved
Replies: 11
Views: 7146

Re: pause > (restart script) Topic is solved

@Rohwedder

the script works fine but when I add: #IfWinActive ahk_class UnrealWindowsWindowKlerix
doesn't work don't you know why?

the same thing happens in Notepad: #IfWinActive ahk_class Notepad
by ellie59
28 Jun 2020, 21:42
Forum: Gaming Help (v1)
Topic: pause > (restart script) Topic is solved
Replies: 11
Views: 7146

Re: pause > (restart script) Topic is solved

both are functional, thank you.
by ellie59
28 Jun 2020, 10:55
Forum: Gaming Help (v1)
Topic: pause > (restart script) Topic is solved
Replies: 11
Views: 7146

pause > (restart script) Topic is solved

Hi, I'm really clueless, I need help, please. :crazy: I have this simple script: #IfWinActive ahk_class UnrealWindowsWindowKlerix Loop { send, {A} Sleep 5000 send, {B} Sleep 5000 send, {C} Sleep 5000 send, {D} Sleep 5000 } return ESC::pause 1, When you run the script (the first run of the script), t...
by ellie59
30 Mar 2017, 19:50
Forum: Ask for Help (v1)
Topic: 7zip command line hide
Replies: 13
Views: 3433

Re: 7zip command line hide

Thank you all! (Work!) Eventually won tmplinshi and Guest and BoBo :salute: :lol: 7zcl = (% 7za -t7z a "C:\Users\Windows\Desktop\TESTSCRIPT\B\Backup.7z" -mx=9 -ssw "C:\Users\Windows\Desktop\TESTSCRIPT\A\*" -r ) Run, %COMSPEC% /c %7zcl%, C:\Users\Windows\Desktop\TESTSCRIPT\7zip\, Hide 7z_Path := "C:\...
by ellie59
28 Mar 2017, 13:22
Forum: Ask for Help (v1)
Topic: 7zip command line hide
Replies: 13
Views: 3433

Re: 7zip command line hide

Ok, recap :crazy: Bat script that I want to convert to the "AHK" file + hide the notification window during compression... (.bat script is working) cd ./7zip 7za -t7z a "C:\Users\Windows\Desktop\TESTSCRIPT\B\[%DATE:~3,2%.%DATE:~6,2%.%DATE:~9,4%]-[%TIME:~0,2%.%TIME:~3,2%.%TIME:~6,2%] Backup.7z" -mx=9...
by ellie59
27 Mar 2017, 21:29
Forum: Ask for Help (v1)
Topic: 7zip command line hide
Replies: 13
Views: 3433

Re: 7zip command line hide

it still shows error :headwall: https://ctrlv.cz/shots/2017/03/28/TT0o.png C:\Users\Windows\Desktop\7zip C:\Users\Windows\Desktop\7zip\A C:\Users\Windows\Desktop\7zip\B var = (% %COMSPEC% /c "C:\Users\Windows\Desktop\7zip\7za.exe" -t7z a "C:\Users\Windows\Desktop\7zip\B\Test.7z" -mx=9 -ssw "C:\Users...
by ellie59
25 Mar 2017, 06:23
Forum: Ask for Help (v1)
Topic: 7zip command line hide
Replies: 13
Views: 3433

Re: 7zip command line hide

It does not work :shock:

Error: "Failed attempt to launch program or document"

you can try it in person:
http://www.7-zip.org/a/7z1604-extra.7z

Example (shortened version for testing):

Code: Select all

cd ./7zip
7za -t7z a "C:\Users\Name\Desktop\B\Test.7z" -mx=9 -ssw "C:\Users\Name\Desktop\A\*" -r
by ellie59
24 Mar 2017, 23:52
Forum: Ask for Help (v1)
Topic: 7zip command line hide
Replies: 13
Views: 3433

7zip command line hide

Hi all, :wave: This command I use in "X.bat" for backup and works well cd ./7zip 7za -t7z a "C:\Users\Windows\Desktop\B\[%DATE:~3,2%.%DATE:~6,2%.%DATE:~9,4%]-[%TIME:~0,2%.%TIME:~3,2%.%TIME:~6,2%] Backup.7z" -mx=9 -ssw "C:\Users\Windows\Desktop\A\*" -x@"..\exceptions.conf" -r I want convert this comm...
by ellie59
14 Mar 2017, 09:04
Forum: Ask for Help (v1)
Topic: Starting and closing process Topic is solved
Replies: 34
Views: 8546

Re: Starting and closing process Topic is solved

Thank this solution works, I made the mistake that I did not use "UseErrorLevel".
by ellie59
14 Mar 2017, 07:40
Forum: Ask for Help (v1)
Topic: Starting and closing process Topic is solved
Replies: 34
Views: 8546

Re: Starting and closing process Topic is solved

qwerty12: Your script using the library termwait is amazing :thumbup: (I understand the principle) But the script code to understand 10% :terms: :headwall: :wtf: I use mainly Windows 7 and then a little Windows XP Unfortunately, the script on my Windows 7 report ERROR (The program AutoHotkey Unicode...

Go to advanced search