Search found 1075 matches

by kunkel321
Yesterday, 15:37
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 121
Views: 12591

Re: AutoCorrect for v2

Interesting glitch.... There is a word beginning item for rre --> re it's a pretty high-utility item... Potentially fixes 8199 words (according to a word list of 249k words). See screenshot. https://i.imgur.com/d96HpdW.png Unfortunately, it occasionally changes AutoCorrect --> AutoCorect . I figured...
by kunkel321
Yesterday, 12:36
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 121
Views: 12591

Re: AutoCorrect for v2

Big Upgrade to Manual Correction Logger tool. https://github.com/kunkel321/AutoCorrect2 It has been renamed "MCLogger.ahk" and the actual log is now a separate text file called MCLog.txt. After running an analysis of the logged hotstrings, the top most-frequently-occurring items are presented in a r...
by kunkel321
03 May 2024, 09:49
Forum: Wish List
Topic: Notify if not UTF-8? -- [Update: Not possible, me thinks]
Replies: 6
Views: 406

Re: Notify if not UTF-8?

A warning in the case of UTF-8 decoding errors might be possible, but in some cases a byte sequence is valid in both UTF-8 and the system ANSI code page. I think the result of the user using the wrong encoding is often a valid sequence of characters which doesn't match what they intend. In such cas...
by kunkel321
03 May 2024, 09:24
Forum: Ask for Help (v2)
Topic: "Up" and "Down" problem with OneNote
Replies: 1
Views: 52

Re: "Up" and "Down" problem with OneNote

Maybe this

Code: Select all

!a::Send "{Down}"
by kunkel321
02 May 2024, 19:41
Forum: Forum Issues
Topic: Slow forum
Replies: 111
Views: 10891

Re: Slow forum

now it is closing in on 3 million (a day) In your list of credits, you forgot to mention that @mikeyww graciously responds to about 2.5 million of those hits each day. :D No joke... I have just over 1,000 posts. I'll bet 800 of those are Mike trying to explain things to me over the last 8 years. :l...
by kunkel321
02 May 2024, 15:06
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 121
Views: 12591

Re: AutoCorrect for v2

If (RegExMatch(endchar , "[!.,;:?!-]")) SendInput("{" endChar "} ") else SendInput(endChar) Very nice. I was also thinking about doing a regex... I think mostly the problematic characters will be !#^+ as discussed here https://www.autohotkey.com/docs/v2/lib/Send.htm#Parameters Edit... Actually, I g...
by kunkel321
02 May 2024, 10:08
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 121
Views: 12591

Re: AutoCorrect for v2

Descolada Thanks for analyzing this and for posting the bug report! I think this :B0X:smith::MsgBox "Hello" and this :OB0X:smith::MsgBox "Hello" might be acting as expected for me. (Unless I'm not understanding the issue.) If I type a pipechar | then press left , so that the cursor is "pushing" the...
by kunkel321
30 Apr 2024, 20:25
Forum: Scripts and Functions (v1)
Topic: Pretty specific text expansion tool. -- WayText
Replies: 5
Views: 2287

Re: Pretty specific text expansion tool. -- WayText

This project has been recreated for AHK v2. Information is here:
viewtopic.php?f=83&t=129466

The AHK v1 version here will no longer be updated.
by kunkel321
30 Apr 2024, 17:08
Forum: Scripts and Functions (v2)
Topic: WayText boilerplate text entry tool.
Replies: 0
Views: 293

WayText boilerplate text entry tool.

From the GitHub readme page here https://github.com/kunkel321/WayText https://i.imgur.com/5DLgo3h.png WayText is a tool for entering custom-made (by you) boilerplate entries that are first-person narratives such as those that might be written about a student or a patient. It has a few features that ...
by kunkel321
30 Apr 2024, 17:01
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 121
Views: 12591

Re: AutoCorrect for v2

I'm still not sure what the windows specific hotkeys do, but I probably don't need them. It's not like "specific to the Windows OS," it's like "Only active under certain conditions." Usually the conditions are a particular window being open, but not always. See here: https://www.autohotkey.com/docs...
by kunkel321
30 Apr 2024, 14:53
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 121
Views: 12591

Re: AutoCorrect for v2

the reason that I use the f() feature is the delay it adds so that I don't get subsequent typing mixed in with the hotstring translation. Do you mean the "inputBuffering" mechanism? That is definitely and important part. In theory, default vanilla ahk hotstrings should work the same, but sometimes ...
by kunkel321
30 Apr 2024, 08:00
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 121
Views: 12591

Re: AutoCorrect for v2

someguyinKC Sorry about the delay. I was one of the people who hasn't been able to log on. It seems like Tank has the forums fixed for now though. Regarding the logging feature: You are correct. All of the changes to that last code I posted were for the logging parts. If you have no need for that, ...
by kunkel321
30 Apr 2024, 07:36
Forum: Forum Issues
Topic: Slow forum
Replies: 111
Views: 10891

Re: Slow forum

tank wrote:
27 Apr 2024, 19:01
... But it's also been a silent but gradual doubling of traffic over the last year. I hadn't even realized we were maxing out bandwidth.
Thanks for the fix Tank -- It works great now. I'm wondering though, do we need to do a fundraiser to purchase more resources, or whatever?
by kunkel321
27 Apr 2024, 15:54
Forum: Forum Issues
Topic: Slow forum
Replies: 111
Views: 10891

Re: Slow forum

It's crazy here in the Seattle area. This is the first time I could even access the site for the last couple of days. And it takes a looooong time to load each page.
by kunkel321
25 Apr 2024, 07:19
Forum: Forum Issues
Topic: Slow forum
Replies: 111
Views: 10891

Re: Slow forum

Super slow the last couple of days in the Seattle area too.
by kunkel321
24 Apr 2024, 15:17
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 121
Views: 12591

Re: AutoCorrect for v2

I updated the "Duplicate String Extractor" script. (Which might also be called the "Updating to a newer version of AutoCorrect2" script). Location: https://github.com/kunkel321/AutoCorrect2/blob/main/Duplicate%20String%20ExtracterFor%20v2.ahk https://i.imgur.com/AB9UaxE.png The functionality is prob...
by kunkel321
24 Apr 2024, 07:32
Forum: Scripts and Functions (v2)
Topic: Class ToolTipOptions - 2024-03-27
Replies: 31
Views: 4220

Re: Class ToolTipOptions - 2024-03-27

If I change the color and title it is not consistent. I use the same text, namely the col[ix] in both the title and in the Tooltip, but if I press NumLock several times the title is not the same as the text every time. Adding static here static ix := random(1, col.Length) seems to lock the text in ...
by kunkel321
23 Apr 2024, 14:34
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 121
Views: 12591

Re: AutoCorrect for v2

Thank you for reporting this, and for the extra information. I'm not sure how I never noticed this! LOL. I did not see the webform effect that you described in #1. Can you post the hotstring you are using? How long is the replacement text? I did see the effect you describe in #2 though. I made these...
by kunkel321
23 Apr 2024, 08:09
Forum: Ask for Help (v2)
Topic: Is it possible to create an on screen fireworks visual effect Topic is solved
Replies: 6
Views: 331

Re: Is it possible to create an on screen fireworks visual effect Topic is solved

Here's a fun thing I found a long time ago... It's all v1 code though. Info in the readme points to this: https://github.com/acorns/Particle-System/tree/master Eh... Sorry, it's too big to zip and attach. Here is the readme though # Particle-System It makes pretties ##Tested with: * AHK 1.1.24.02 32...
by kunkel321
22 Apr 2024, 20:34
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 121
Views: 12591

Re: AutoCorrect for v2

1) when I type something into a box and then tab to the next box, if the thing that I put into the first box is a hotkey then the translation mostly gets put into the second box. I'm not sure I understand what you mean... First I want to make sure you mean "hotkey" such as #h::, rather than "hotstr...

Go to advanced search