Search found 66 matches

by someguyinKC
03 May 2024, 11:55
Forum: Ask for Help (v2)
Topic: Please help me make a script that will flash my screen while microphone is on
Replies: 4
Views: 304

Re: Please help me make a script that will flash my screen while microphone is on

can anyone help me with this? I'd appreciate any help. I'll repost the original concern so you don't have to scroll up: I use an electronic medical record that I regularly turn on and off it's ability to listen to me for "Dragon" to type into charts and such. There is a small indicator on my screen ...
by someguyinKC
03 May 2024, 11:52
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

@kunkel321 OKAY! I made that change and it work! Thank you again for your help. your script makes my work much easier.
by someguyinKC
01 May 2024, 17:09
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

I looked through my code and it was commented out. I removed the semicolon and it works great. this will be very helpful for me to use this feature. Thank you! I just noticed something else that doesn't work as intended, as I was typing that message above: when the ending character is an exclamation...
by someguyinKC
30 Apr 2024, 16:03
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

kunkel321 : I'm still not sure what the windows specific hotkeys do, but I probably don't need them. I don't see how to use the (shift+Alt+F3) to see the last trigger. I checked for multiple instances in the systray and the TaskManager and I have neither... but the * in :B0X*C:smith::f("Smith") fix...
by someguyinKC
30 Apr 2024, 10:04
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

kunkel321 again, I appreciate any and all help! 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. how do I peek at the last-used trigger? just look in the log file? I could use this to figure out which part of m...
by someguyinKC
30 Apr 2024, 07:57
Forum: Ask for Help (v2)
Topic: Please help me make a script that will flash my screen while microphone is on
Replies: 4
Views: 304

Re: Please help me make a script that will flash my screen while microphone is on

@boiler: I am looking for V2 code, please. Thank you and I apologize for not knowing the rules. :)
by someguyinKC
30 Apr 2024, 07:43
Forum: Ask for Help (v2)
Topic: Please help me make a script that will flash my screen while microphone is on
Replies: 4
Views: 304

Please help me make a script that will flash my screen while microphone is on

I use an electronic medical record that I regularly turn on and off it's ability to listen to me for "Dragon" to type into charts and such. There is a small indicator on my screen that turns from red to green when it is "listening" (typing) and this doesn't catch my attention well enough to work for...
by someguyinKC
25 Apr 2024, 17:53
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

EDIT: @someguyinKC I think I may have fixed the second problem... Replace the relevant part of your script with this, and try: ;========= LOGGER OPTIONS ====================================================== saveIntervalMinutes := 20 ; Collect the log items in RAM, then save to disc this often. Int...
by someguyinKC
23 Apr 2024, 12:32
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

kunkel321 I apologize for the confusion. I did mean hotstring instead of hotkey. I'll restate my questions with corrections and more info: I've noticed two things that the autocorrect script does that might be able to be improved, in my humble opinion: 1) when I type something into an edit field in...
by someguyinKC
22 Apr 2024, 17:29
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

kunkel321 I've noticed two things that the autocorrect script does that might be able to be improved, in my humble opinion: 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 b...
by someguyinKC
05 Apr 2024, 07:18
Forum: Ask for Help (v2)
Topic: how could I get a script to automatically reload upon waking up my computer?
Replies: 6
Views: 316

Re: how could I get a script to automatically reload upon waking up my computer?

Lexicos I tried this script by adding it to a running script. OnMessage(WM_POWERBROADCAST := 0x218, OnPowerBroadcast) OnPowerBroadcast(wParam, *) { if (wParam = 7) { ; 7 is for "system is resuming from a suspended state triggered by user input" Reload ;... } } I saved the script and reloaded it man...
by someguyinKC
03 Apr 2024, 07:19
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

@kunkel321 Thank you again! I'm running a top script at this point! You are much appreciated!
by someguyinKC
02 Apr 2024, 12:12
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

kunkel321 okay! that worked so that I can now click the "Reload script" and it works. but I'm still having trouble with "Edit this Script". when I click that from the tray icon, it opens up SCITE4AutoHotkey (which is what I want) but it opens it up to a blank page that is titled "AutoHotkey64.ahk"....
by someguyinKC
02 Apr 2024, 09:36
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

I'm having trouble setting my editor. I tried this and it didn't work. I continue to get the dialog box to pop up.
by someguyinKC
31 Mar 2024, 07:35
Forum: Ask for Help (v2)
Topic: how could I get a script to automatically reload upon waking up my computer?
Replies: 6
Views: 316

how could I get a script to automatically reload upon waking up my computer?

I have a script that I have running on four different computers. I often tweak the script on one computer and then later, say when I go home and use another computer, I need to click "reload" to get the latest version. (I'm using google drive to sync them across the computers.) I have a run at start...
by someguyinKC
30 Mar 2024, 05:29
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

Another question: when I go through the process of using the Win+h button and click "append" to append my script, thank you for this by the way, it is really great.... but can it be set up so that the word that i made the new script for gets fixed in the original document when I click append? That ...
by someguyinKC
29 Mar 2024, 17:04
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

Another question: when I go through the process of using the Win+h button and click "append" to append my script, thank you for this by the way, it is really great.... but can it be set up so that the word that i made the new script for gets fixed in the original document when I click append? That w...
by someguyinKC
29 Mar 2024, 07:30
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

@someguyinKC Building on the previous reply... It's 5 hours later and the solution just now occurred to me. Your situation can be accommodated with a single character! Find the rarification code that looks like this: If (trigL[A_Index] = replL[A_Index]) and make a double-equals, like this: If (trig...
by someguyinKC
28 Mar 2024, 12:00
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 136
Views: 14539

Re: AutoCorrect for v2

kunkel321 : i have a question for you. I am using your (beautiful and astounding) Autocorrect v2 and i have one small thing that i haven't been able to figure out. i like to use AHK to effectively capitalize words, it is a way to save a few nanoseconds. when I use this code: :B0X:orif::f("ORIF") th...
by someguyinKC
23 Feb 2024, 15:25
Forum: Ask for Help (v1)
Topic: having trouble using "Epic" electronic medical record with AHK, please help Topic is solved
Replies: 24
Views: 1053

Re: having trouble using "Epic" electronic medical record with AHK, please help Topic is solved

Descolada : I was trying to add back in the "autocorrect" script that permits one to highlight a misspelled word and hit Win-H (or whatever they choose) to add it to the script. I was looking at this https://www.autohotkey.com/boards/viewtopic.php?f=83&t=120220&p=559328#p559328 thread and couldn't ...

Go to advanced search