Search found 9 matches

by Stenemo
04 Mar 2020, 11:06
Forum: Wish List
Topic: multi finger touch gestures
Replies: 15
Views: 17937

Re: multi finger touch gestures

My solution to this is to use GestureSign (has over 30 possible gestures) or touch me gesture studio and have them send a hotkey which autohotkey can then use as a trigger.
by Stenemo
26 Apr 2018, 04:34
Forum: Ask for Help (v1)
Topic: Random "bugs" in Autohotkey? Topic is solved
Replies: 44
Views: 12255

Re: Random "bugs" in Autohotkey? Topic is solved

You might want to consider to install the keyboard hook. See # HotkeyModifierTimeout . That will not stop ahk from pushing it back down after the send. I have also had this problem, posted my solution here: https://stackoverflow.com/questions/49009176/autohotkey-getting-control-key-stuck, although ...
by Stenemo
26 Apr 2018, 04:30
Forum: Ask for Help (v1)
Topic: CTRL Key stuck after script
Replies: 13
Views: 7560

Re: CTRL Key stuck after script

I have also had this problem, posted my solution here: https://stackoverflow.com/questions/490 ... -key-stuck
by Stenemo
26 Apr 2018, 04:28
Forum: General Discussion
Topic: A Github organisation for ahkscript
Replies: 247
Views: 186278

Re: A Github organisation for ahkscript

Please invite me as well, my username is mStenemo.
by Stenemo
15 Apr 2018, 04:08
Forum: Ask for Help (v1)
Topic: AHK Auto Formatter?
Replies: 12
Views: 8417

Re: AHK Auto Formatter?

Hi, a lot of AHK coder would probably apprecciate it a lot (me included). I don't want to sound rude or anything, but would you do it if you get a certain amount of money for it? I was thinking about that all of the forums users raise some money (you have to tell us an amount). If the money gets ra...
by Stenemo
05 Aug 2017, 13:04
Forum: Scripts and Functions (v1)
Topic: ClipboardReplace
Replies: 0
Views: 931

ClipboardReplace

Hi all, I have continued the great work of tidbit on ClipboardReplace . ClipboardReplace is a simple, compact, and handy editor of the clipboard that uses regular expression with a preview of the output. Great solution when you don't want to leave what you are doing to open up an editor for simple r...
by Stenemo
23 Apr 2017, 05:53
Forum: Visual Studio Code
Topic: Visual Studio Code Support
Replies: 20
Views: 39612

Re: Visual Studio Code Support

Are there any ongoing projects to make this available for Visual Studio 2017 as well?
by Stenemo
17 Apr 2016, 07:02
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138163

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Is there any good resources for finding more wordlists? I am especially looking for a comprehensive R wordlist.
by Stenemo
17 Apr 2016, 06:04
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138163

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

that's a great tool, but I had to modify the code a bit (thank holy cows, it was provided here). The problem was thatn it uses direct keys, like +^c, +^h etc. Thus, if the AutoComplete is to continue developing, to make it more versatile, it is desireable to use scan codes rather than direct letter...

Go to advanced search