Search found 84 matches

by Kellyzkorner_NJ
09 Jan 2024, 10:28
Forum: Ask for Help (v1)
Topic: How to determine if a hotkey or hotstring, etc is currently running
Replies: 4
Views: 336

Re: How to determine if a hotkey or hotstring, etc is currently running

@Descolada Thank you so much, I will definitely try this out. Thanks for your time, I appreciate it!

Kelly
by Kellyzkorner_NJ
07 Jan 2024, 12:22
Forum: Ask for Help (v1)
Topic: How to determine if a hotkey or hotstring, etc is currently running
Replies: 4
Views: 336

How to determine if a hotkey or hotstring, etc is currently running

I am going to be writing a small script with a timer to reload a few scripts. One of the scripts is heavily used so I'd like to be able to know if it is running a hotkey or hotstring, whatever. If so, it will wait till done (and\or determine that it's done and is in a dormant state) before reloading...
by Kellyzkorner_NJ
02 Jul 2023, 14:55
Forum: Ask for Help (v1)
Topic: Can't figure out why my script chooses wrong item
Replies: 0
Views: 137

Can't figure out why my script chooses wrong item

This is a script that MikeyWW helped me with (thanks so much!!). It works fine, other than if I highlight more than one item. The files, let's say 4, are named as: Movie Name (2000).mp4 Movie Name (2000)-backdrop.jpg Movie Name (2000)-logo.png Movie Name (2000)-poster.jpg I leave my cursor over the ...
by Kellyzkorner_NJ
19 Jun 2023, 20:43
Forum: Ask for Help (v1)
Topic: Menu with a sub-submenu?
Replies: 9
Views: 793

Re: Menu with a sub-submenu?

@kunkel321

I think this might be it:

viewtopic.php?t=45649 by maestrith. Thanks for posting it, it's awesome!

Kelly
by Kellyzkorner_NJ
13 Apr 2023, 14:36
Forum: Scripts and Functions (v1)
Topic: Text Filter
Replies: 121
Views: 21044

Re: Text Filter

Yay!!
by Kellyzkorner_NJ
13 Mar 2023, 18:16
Forum: Ask for Help (v1)
Topic: Moving window to each quarter of screen - help with one of them too high
Replies: 8
Views: 1197

Re: Moving window to each quarter of screen - help with one of them too high

@Rohwedder Thanks for this, it's awesome and so are you.

Kelly
by Kellyzkorner_NJ
10 Mar 2023, 15:51
Forum: Scripts and Functions (v1)
Topic: Multi-line version of Hotstring Helper
Replies: 8
Views: 1937

Re: Multi-line version of Hotstring Helper

@kunkel321

Just wanted to thank you for this. It's fantastic!

Kelly
by Kellyzkorner_NJ
22 Jul 2022, 11:19
Forum: Ask for Help (v1)
Topic: Timed time, day of week script not running
Replies: 2
Views: 398

Timed time, day of week script not running

I have this script that is basically a timer. The top part is a label. This works fine if the just time and weekday singularly are entered. #noenv #singleinstance, ignore ;*1 #Persistent ;*2 SetWorkingDir %A_ScriptDir% if not A_IsAdmin Run *RunAs "%A_ScriptFullPath%" ; (A_AhkPath is usually optional...
by Kellyzkorner_NJ
06 Jun 2022, 13:33
Forum: Ask for Help (v1)
Topic: Moving window to each quarter of screen - help with one of them too high
Replies: 8
Views: 1197

Re: Moving window to each quarter of screen - help with one of them too high

ni Rohwedder, I love this script, works great on my main monitor but I don't have a right win key on my keyboard, how do I implement that? I tried changing RWin to RAlt, thinking that was only pointing to the second monitor part of the script but it didn't work. The RWin version, if placed on a wind...
by Kellyzkorner_NJ
11 May 2022, 20:18
Forum: Ask for Help (v1)
Topic: what am I doing wrong with this HK that is stopping hotstrings
Replies: 5
Views: 524

Re: what am I doing wrong with this HK that is stopping hotstrings

@boiler Thanks so much and thanks for the great explanation. I thought I was ending a Winexist and not starting one there. I added the others in case I had left one earlier up (the script is 58,000 lines long) that I missed, and figured I'd try to add others. I appreciate your help.

Kelly
by Kellyzkorner_NJ
01 May 2022, 12:16
Forum: Ask for Help (v1)
Topic: what am I doing wrong with this HK that is stopping hotstrings
Replies: 5
Views: 524

Re: what am I doing wrong with this HK that is stopping hotstrings

Thanks Boiler. Here are the first four lines of my script. #SingleInstance force #Persistent #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SetTitleMatchMode, 2 So I'm guessing it's not that. And the hotstrings and hotkeys above this particular code I posted ...
by Kellyzkorner_NJ
29 Apr 2022, 16:21
Forum: Ask for Help (v1)
Topic: what am I doing wrong with this HK that is stopping hotstrings
Replies: 5
Views: 524

what am I doing wrong with this HK that is stopping hotstrings

I've had the below in my script for years. Yesterday I was trying to include a couple other scripts to lessen my icon burden in tray and it didn't work so I un-included them. Somewhere in the process some of my hotstrings stopped working and I don't know why. I isolated it to this (which had begun a...
by Kellyzkorner_NJ
28 Apr 2022, 19:11
Forum: Scripts and Functions (v1)
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 11
Views: 4492

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

@Eureka, I have a question. I have Everything v 1.5.0.1305a. Portable install. I've installed your JumpToFolder, using regular Windows Explorer, right clicked in the blank area of the window. I see the Jump To Folder ... in the context menu. My question is, do you know why it's going to the settings...
by Kellyzkorner_NJ
03 Apr 2022, 19:25
Forum: Ask for Help (v1)
Topic: How to remove string (saved to var) with RegEx or something else
Replies: 10
Views: 1267

Re: How to remove string (saved to var) with RegEx or something else

mikeyww wrote:
03 Apr 2022, 14:37
Regex is case-sensitive by default, but you can change it with the "i" option.

Code: Select all

RegExMatch(haystack, "i)(.+)\h+S(\d\d)", m)
Explained: Regex options
Thank you.

Kelly
by Kellyzkorner_NJ
03 Apr 2022, 14:28
Forum: Ask for Help (v1)
Topic: How to remove string (saved to var) with RegEx or something else
Replies: 10
Views: 1267

Re: How to remove string (saved to var) with RegEx or something else

Any idea why this will only match on a s01 (actually S01) and e01 (E01) instead of any season or episode number? I did a ton of text manipulation on clipboard to capitalize because this wouldn't work without everything being capitalized and remove periods and put back periods for the extension to ge...
by Kellyzkorner_NJ
02 Apr 2022, 22:01
Forum: Ask for Help (v1)
Topic: How to remove string (saved to var) with RegEx or something else
Replies: 10
Views: 1267

Re: How to remove string (saved to var) with RegEx or something else

OMG Mikeyww, I think this is the ticket. It's small enough that I can relatively follow it and it grabs the info I need. Thank you so much, I didn't think I'd ever figure this out. :dance:

Kelly
by Kellyzkorner_NJ
02 Apr 2022, 20:37
Forum: Ask for Help (v1)
Topic: How to remove string (saved to var) with RegEx or something else
Replies: 10
Views: 1267

Re: How to remove string (saved to var) with RegEx or something else

I wasn't able to understand your code Mikeww. I have very little idea of what it's doing. I got an error trying to run it that the file is not found. I know I asked for regex, because the snippet I added was written in regex. I don't understand how to incorporate it into my original code it has to f...
by Kellyzkorner_NJ
02 Apr 2022, 15:37
Forum: Ask for Help (v1)
Topic: How to remove string (saved to var) with RegEx or something else
Replies: 10
Views: 1267

Re: How to remove string (saved to var) with RegEx or something else

Here is what my script does. Look at the clipboard or variable text that looks like clipboard. If it contains S01 or S02 up to say S20 i.e., it should be able to create a folder with just the name part previous to the season number. If it has a season number, i.e. is a tv show file, create a folder...

Go to advanced search