Search found 8 matches

by milliard
22 Oct 2022, 10:37
Forum: Ask for Help (v2)
Topic: Trying to make TapHoldManager or similar functionalities run functions simultaneously
Replies: 0
Views: 288

Trying to make TapHoldManager or similar functionalities run functions simultaneously

Hi. Basically I want to be able to utilize TapHoldManager ( autohotkey.com/boards/viewtopic.php?t=45116 ) or anything similar (different tap and hold functionalities) but being able to run functions simultaneously instead of ending the tap and/or hold sequence and timing whenever I press another key...
by milliard
25 May 2022, 15:56
Forum: Ask for Help (v1)
Topic: Suppress auto repeat in THM (TapHoldManager)
Replies: 0
Views: 274

Suppress auto repeat in THM (TapHoldManager)

Hi. I have THM installed, it seems to be working normally, but I'm not being able to implement something like if letter m is hold, send shift down; when released, send shift up. Basically, I want to be able to use the letter m as shift when pressed down. Here is the script I'm trying: #NoEnv ; Recom...
by milliard
24 May 2022, 16:10
Forum: Ask for Help (v1)
Topic: Scroll while dragging on W10 Topic is solved
Replies: 5
Views: 909

Re: Scroll while dragging on W10 Topic is solved

I think you're correct, it's too much of a hassle to find what AltDrag and alternatives do to scroll while dragging on Explorer. Honestly, if somebody is serious about it they shouldn't be using windows default file manager, it pales in comparison to more advanced options.
by milliard
18 May 2022, 17:32
Forum: Ask for Help (v1)
Topic: Scroll while dragging on W10 Topic is solved
Replies: 5
Views: 909

Scroll while dragging on W10 Topic is solved

On Windows 10 (and any other Windows version afaik) you can't scroll while dragging something, at max you can drag and scroll if the window being scrolled isn't the one you're dragging from. I wanted to make a script to enable that but couldn't do it. I also searched ahk forums and other softwares l...
by milliard
27 Mar 2022, 12:48
Forum: Ask for Help (v1)
Topic: Disable hotkeys if text cursor is activated/activate hotkeys only if text cursor is off
Replies: 6
Views: 876

Re: Disable hotkeys if text cursor is activated/activate hotkeys only if text cursor is off

I wonder if it's possible on macOS or Linux... It doesn't matter what the OS is. If an application creates its own way to enter text and draw a text entry caret on the screen, then there is no way for the OS or any programming language used with that OS to know what it is (unless some high-level AI...
by milliard
26 Mar 2022, 22:34
Forum: Ask for Help (v1)
Topic: Disable hotkeys if text cursor is activated/activate hotkeys only if text cursor is off
Replies: 6
Views: 876

Re: Disable hotkeys if text cursor is activated/activate hotkeys only if text cursor is off

This may explain it, though not necessarily helpful with a universal solution. https://www.autohotkey.com/boards/viewtopic.php?f=76&t=13004 Here's a solution for applications that use standard text entry controls, like Notepad and Notepad++. However, not everything where you'll be typing will use a...
by milliard
26 Feb 2022, 21:22
Forum: Ask for Help (v1)
Topic: Disable hotkeys if text cursor is activated/activate hotkeys only if text cursor is off
Replies: 6
Views: 876

Disable hotkeys if text cursor is activated/activate hotkeys only if text cursor is off

Hi, how can I implement a way to selectively only activate some hotkeys if there's no text cursor active, i.e. I'm no typing anywhere? I'm looking at the documentation related to cursor type and caret but as of now didn't find a clear way to do it. Could you guys please help me with it?

Go to advanced search