Search found 491 matches
- 26 Apr 2022, 21:09
- Forum: Scripts and Functions
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 357
- Views: 164950
Re: EitherMouse 0.8 - Multiple mice, individual settings...
I've done very limited testing on Windows 11 but didn't experience any issues. I think the fact that you are on different hardware is more likely the cause, but I'm not positive. If you have any other mouse software or drivers running that you can disable, the mouse is more likely to register with a...
- 21 Apr 2022, 21:04
- Forum: Scripts and Functions
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 357
- Views: 164950
Re: EitherMouse 0.8 - Multiple mice, individual settings...
Dangerdad: thanks, the more users that submit it to different vendors the better, i hope
madscijr: its easier than it seems at first, but if you’re writing your game with ahk i can probably help, if not at least the concepts are the same if you know your language. email me if want
madscijr: its easier than it seems at first, but if you’re writing your game with ahk i can probably help, if not at least the concepts are the same if you know your language. email me if want
- 15 Apr 2022, 10:54
- Forum: Scripts and Functions
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 357
- Views: 164950
Re: EitherMouse 0.8 - Multiple mice, individual settings...
EitherMouse won't help you for that, but if you use the RawInput API that EitherMouse uses within the game it can be done, just not from a seperate process. If you are not the author of the game, then I doubt it will be possible as the game itself needs to be written to understand what two seperate ...
- 09 Mar 2022, 15:05
- Forum: Scripts and Functions
- Topic: ShowMenu() : in center screen.
- Replies: 11
- Views: 1586
Re: ShowMenu() : in center screen.
Yes, but I'd like to modify the function to replicate this behavior and not have to modify each subroutine... ie my goal is to replace any Menu,,Show with ShowMenu() and not have to remember active windows or anything scriptside. I have also modified my copy to position at the mouse as default rathe...
- 09 Mar 2022, 13:38
- Forum: Scripts and Functions
- Topic: ShowMenu() : in center screen.
- Replies: 11
- Views: 1586
Re: ShowMenu() : in center screen.
I tried adding hLast := DllCall("GetForegroundWindow") and finishing with DllCall("SetForegroundWindow","Ptr",hLast) which does restore the active window cleanly but the Menu action takes place before the activation.
rommmcek, I will try your method, thanks.
rommmcek, I will try your method, thanks.
- 08 Mar 2022, 16:18
- Forum: Scripts and Functions
- Topic: ShowMenu() : in center screen.
- Replies: 11
- Views: 1586
Re: ShowMenu() : in center screen.
Thanks again SKAN, another function of yours I love and have used successfully for a while now in all my projects with a tray menu so it doesn't overlap the taskbar One issue maybe you can help with or help me understand, when I try to use it for popup menus that insert text into another window, I g...
- 20 Feb 2022, 14:52
- Forum: Scripts and Functions
- Topic: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick buttons
- Replies: 77
- Views: 25329
Re: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick button
@BeerBread
no problem, that error to me always means "since you know that functions can't contain functions, its probably a missing } or { or a copy/paste error"
no problem, that error to me always means "since you know that functions can't contain functions, its probably a missing } or { or a copy/paste error"
- 18 Feb 2022, 16:08
- Forum: Scripts and Functions
- Topic: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick buttons
- Replies: 77
- Views: 25329
Re: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick button
missing a } before WFunction() definition?
and/or Send, {2}{0}0}{0} missing a { ?
and/or Send, {2}{0}0}{0} missing a { ?
- 02 Feb 2022, 11:59
- Forum: Scripts and Functions
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 357
- Views: 164950
Re: EitherMouse 0.8 - Multiple mice, individual settings...
Unfortunately I have been unsuccessful in fighting the unfair false-positive situation that big companies are imposing on independent developers (and meanwhile undermining the effectiveness of true malicious code detection) /rant https://forums.malwarebytes.com/topic/256759-eithermouse/ https://www....
- 05 Jan 2022, 20:32
- Forum: Wish List
- Topic: Dark theme / Windows themed AHK
- Replies: 30
- Views: 5782
Re: Dark theme / Windows themed AHK
Wonderful, thanks guys, I've wanted dark menus from the taskbar for a while and randomly decided to search for a solution. In my case, all my workstations are set up as Light "app mode", Dark "window mode" (ie dark taskbar, see screenshot), which yielded the dark menu solution in this thread non-fun...
- 07 Dec 2021, 10:41
- Forum: Scripts and Functions
- Topic: [GAME] AutoHotkey Missile Command ( alpha )
- Replies: 6
- Views: 1288
- 01 Oct 2021, 17:18
- Forum: Ask For Help
- Topic: what is the longest character ? W ? M ? ______________________ !?
- Replies: 33
- Views: 1588
Re: what is the longest character ? W ? M ? ______________________ !?
﷽
just like any (unicode) character, if your font doesn't support it you will only get a box like “☐”
just like any (unicode) character, if your font doesn't support it you will only get a box like “☐”
- 16 Sep 2021, 13:04
- Forum: Offtopic
- Topic: Report False-Positives To Anti-Virus Companies
- Replies: 77
- Views: 665291
Re: Report False-Positives To Anti-Virus Companies
i believe that answer is to your question how can I be sure? looking at the source code is the only way to be sure, otherwise you're trusting the code/script or you're trusting someone else... author, antivirus vendor, etc. Antivirus companies have one goal, sell to more users, and its worse for the...
- 25 Aug 2021, 16:57
- Forum: Scripts and Functions
- Topic: RunCMD() v0.94 : Capture stdout to variable. Non-blocking version. Pre-process/omit individual lines.
- Replies: 210
- Views: 46840
- 20 Aug 2021, 19:27
- Forum: Scripts and Functions
- Topic: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)
- Replies: 24
- Views: 2023
Re: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)
No I don't have any idea what I'm talking about :) I literally just want to create a bitmap that is a smooth continuous 2D gradient in an arbitrary window rectangle to use as a background that is more pleasant than a 1D gradient or solid color When I googled it there were some nested array functions...
- 20 Aug 2021, 18:37
- Forum: Scripts and Functions
- Topic: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)
- Replies: 24
- Views: 2023
Re: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)
thanks for the explanation... What if the desired output bitmap rectangle was a subset of one of those triangles? It would prevent defining the exact color at the corners, but it could result in a pleasant looking 2D gradient while only generating one triangle...
- 19 Aug 2021, 18:19
- Forum: Scripts and Functions
- Topic: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)
- Replies: 24
- Views: 2023
Re: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)
Thanks for another awesome function SKAN Any chance of a 2D gradient in the works? Like your color picker gradient but with each corner a specific color (even better would be 3 or 4 or more points in space relative to top left or center, like the top left corner, top right corner, and bottom center ...
- 17 Aug 2021, 18:49
- Forum: Ask For Help
- Topic: Logitech G110 keyboard - problem with 2 SetTimers
- Replies: 10
- Views: 494
Re: Problem with 2 SetTimers
there’s a dozen ways to skin a cat, but my advice is to figure out the logic behind it (and simplify along the way until functional and understandable), then add back in what you need on my phone so no testing, but looking at your logic, i think all the windows would have to exist (multiple negative...
- 11 Jun 2021, 09:15
- Forum: Scripts and Functions
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 357
- Views: 164950
Re: EitherMouse 0.8 - Multiple mice, individual settings...
That's probably the cause, I haven't tried a setup like that but I will try to find a solution.
- 10 Jun 2021, 17:18
- Forum: Scripts and Functions
- Topic: Imagen() : A fade-in/fade-out animator for picture control
- Replies: 62
- Views: 6848
Re: Imagen() : A fade-in/fade-out animator for picture control
seems not, thanks anyway for a great function!