Search found 493 matches

by newbieforever
25 Jun 2023, 09:29
Forum: Ask for Help (v1)
Topic: Send +{F10} Topic is solved
Replies: 2
Views: 325

Re: Send +{F10} Topic is solved

Thank you very much, mikeyww, you are a schatz!

PS: I believe that the problem occured after an update following the 22H2 update.
by newbieforever
25 Jun 2023, 08:28
Forum: Ask for Help (v1)
Topic: Send +{F10} Topic is solved
Replies: 2
Views: 325

Send +{F10} Topic is solved

In my old script I use Send +{F10} to open the context menu for a selected item in Windows Explorer.
All of a sudden, that doesn't work anymore. The reason is probably the last Windows 11 update.
What could I do?
by newbieforever
28 Apr 2023, 10:58
Forum: Ask for Help (v1)
Topic: Why does a hotstring stop working?
Replies: 2
Views: 223

Why does a hotstring stop working?

I know this is a strange question. I am running several scripts (as executables) in which hotstrings are defined. The scripts are constantly active on my computer, for many days, with the computer occasionally going into power saving mode, of course. But now I observe that after some time the hotstr...
by newbieforever
04 Apr 2023, 07:02
Forum: Ask for Help (v1)
Topic: Touch screen and AHK – an old issue ...
Replies: 5
Views: 537

Re: Touch screen and AHK – an old issue ...

Yes. I think that's you. Please post the solution when ready! :) That makes me laugh! But: A tip for real professionals, maybe they grab the ambition: The solution could lie in it: MSLLHOOKSTRUCT & dwExtraInfo dwExtraInfo should provide info about touch events. ; MSLLHOOKSTRUCT dwExtraInfo autohotk...
by newbieforever
04 Apr 2023, 00:03
Forum: Ask for Help (v1)
Topic: Touch screen and AHK – an old issue ...
Replies: 5
Views: 537

Re: Touch screen and AHK – an old issue ...

As far as I can see, no one here has yet found a solution to customize the script above to block the touch (as is the case with the click). But without such a solution no touch remapping is possible ... And there are already so many touchscreen computers (or their users) that there would be a real ...
by newbieforever
03 Apr 2023, 07:48
Forum: Ask for Help (v1)
Topic: Touch screen and AHK – an old issue ...
Replies: 5
Views: 537

Re: Touch screen and AHK – an old issue ...

As far as I can see, no one here has yet found a solution to customize the script above to block the touch (as is the case with the click).
But without such a solution no touch remapping is possible ...
by newbieforever
03 Apr 2023, 06:00
Forum: Ask for Help (v1)
Topic: Touch screen and AHK – an old issue ...
Replies: 5
Views: 537

Touch screen and AHK – an old issue ...

I know, this is an old issue. Maybe this script demonstrates the main problem (i.e. the difference between click and touch): LButton:: t := A_TickCount KeyWait LButton t := A_TickCount - t ToolTip Time = %t% Return First difference: I suppose, Time is the between down and up of the click or touch. O...
by newbieforever
02 Apr 2023, 10:22
Forum: Ask for Help (v1)
Topic: Remapping clicks in Firefox
Replies: 9
Views: 506

Re: Remapping clicks in Firefox

??? 004: Return (28.55) 003: if WinActive("ahk_exe firefox.exe") 003: if WinActive("ahk_exe firefox.exe") 005: SoundBeep,2000 (0.17) 006: KeyWait,Ctrl (0.41) 007: Send,+{LButton} (0.06) 008: SoundBeep,1500 (0.17) 009: Return (9.78) Sorry sorry sorry: I am using a touch screen. This behavior is only ...
by newbieforever
02 Apr 2023, 09:13
Forum: Ask for Help (v1)
Topic: Remapping clicks in Firefox
Replies: 9
Views: 506

Re: Remapping clicks in Firefox

Sorry, I was confused.

Both scripts do the same, the page is still opened in new tab too...
by newbieforever
02 Apr 2023, 08:53
Forum: Ask for Help (v1)
Topic: Remapping clicks in Firefox
Replies: 9
Views: 506

Re: Remapping clicks in Firefox

@GEV: (edited) @mikeyww:

I am using AHK 1.1.36, but the result is the same, the page is still opened in a new tab too.
by newbieforever
02 Apr 2023, 08:27
Forum: Ask for Help (v1)
Topic: Remapping clicks in Firefox
Replies: 9
Views: 506

Re: Remapping clicks in Firefox

@GEV: A great tip, thank you!

- With Sleep between 200 and 400 the click sometimes opens the page in a new window, with 500 this seems to happen reliably.
- However, in all these cases the page is also opened in a new tab, which is the original function of Ctrl+Click. Any idea?
by newbieforever
01 Apr 2023, 22:27
Forum: Ask for Help (v1)
Topic: Remapping clicks in Firefox
Replies: 9
Views: 506

Remapping clicks in Firefox

I am new in Firefox (111, Portable). According to my settings a click on a link opens the target page in such a manner: Click = in same Tab, Ctrl+Click = in new Tab, Shift+Click = in new window. I would like to open in a new window by clicking Ctrl+Click. The following doesn't work, FF still opens i...
by newbieforever
26 Mar 2023, 06:50
Forum: Ask for Help (v1)
Topic: AHK executables and AV protection
Replies: 22
Views: 1092

Re: AHK executables and AV protection

@mikeyww: A last-ditch effort: >> The bad guys ... ... They send attachments. Really always? I get emails almost every day asking me to click on a link (e.g. to do something urgent at my bank). So, according to your logic, you never send an email with a link to someone you know, do you? Because if t...
by newbieforever
26 Mar 2023, 01:09
Forum: Ask for Help (v1)
Topic: AHK executables and AV protection
Replies: 22
Views: 1092

Re: AHK executables and AV protection

@mikeyww: >> You understand the risks, but does Grandma? One last question about your whole argument: If you were the bad guy yourself and wanted to send my grandma a devilish malware to her computer by an email using my name, and you would consider doing it by method 1 or by method 2: 1. I send her...
by newbieforever
25 Mar 2023, 17:09
Forum: Ask for Help (v1)
Topic: AHK executables and AV protection
Replies: 22
Views: 1092

Re: AHK executables and AV protection

@swagfag: I am sure you are quite sure about all this. And I'm glad to have made you laugh. 20 years into the past I cannot travel, you're right, but I just went 2 hours into the future. And this future, which is now already present, says to me: Well look, there is a light on the horizon. There is a...
by newbieforever
25 Mar 2023, 09:39
Forum: Ask for Help (v1)
Topic: AHK executables and AV protection
Replies: 22
Views: 1092

Re: AHK executables and AV protection

Thanks, swagfag, for your effort on this off-topics topic. I still feel essentially misunderstood by you, but everything has probably been said.

Back to the topic itself: Are there perhaps file compression programs that would offer better chances to outsmart AV protection?
by newbieforever
25 Mar 2023, 08:49
Forum: Ask for Help (v1)
Topic: AHK executables and AV protection
Replies: 22
Views: 1092

Re: AHK executables and AV protection

@swagfag: i dont know what u want me to say What I want to say is extremely simple and just a reaction to the tone with which my dissatisfaction is answered here. But otherwise I agree with everything you say. So: All of you try to associate the problem with AV exclusively with the AV companies. I k...
by newbieforever
25 Mar 2023, 01:35
Forum: Ask for Help (v1)
Topic: AHK executables and AV protection
Replies: 22
Views: 1092

Re: AHK executables and AV protection

Yes, you're right, swagfag, but there are actually still people who don't understand why the peculiarity of AHK, which they are always annoyed about, is a very special benefit and actually a service to humanity. There are hardly any other programs except AHK and AHK executables that bring this great...
by newbieforever
24 Mar 2023, 10:35
Forum: Ask for Help (v1)
Topic: AHK executables and AV protection
Replies: 22
Views: 1092

Re: AHK executables and AV protection

@swagfag: I'll give your arguments full credit, but isn't that a bit of a strange line of thinking? Of course there are more or less complicated ways out for everything, but that one is forced to look for them is supposed to be pushed aside in this insistence? >> want to send via that particular mai...
by newbieforever
24 Mar 2023, 08:51
Forum: Ask for Help (v1)
Topic: AHK executables and AV protection
Replies: 22
Views: 1092

Re: AHK executables and AV protection

... And not a single inhabitant of the AHK world is able to eMail an AHK executable to another? ... :mrgreen:

Go to advanced search