Search found 84 matches

by Kellyzkorner_NJ
29 Aug 2020, 13:36
Forum: Ask for Help (v1)
Topic: AHK not Working on Q-Dir
Replies: 10
Views: 2338

Re: AHK not Working on Q-Dir

I figured out a way to make the middle button go "back" which is up a level. In the Extras in bar at top click List View and then Free Space L-Mouse Double-Click and Go To : Up One Level. Thanks to the original posters that I cobbled this from. #If WinExist("Q-Dir 8.71") and MouseIsOver("Q-Dir 8.71"...
by Kellyzkorner_NJ
23 Jan 2020, 20:38
Forum: Scripts and Functions (v1)
Topic: TitleCase() - capital case, headline style - mixed case style
Replies: 14
Views: 4442

Re: TitleCase() - capital case, headline style - mixed case style

Thanks SO much list, so close but yet so far! Much appreciated, have a great rest of your day.

K
by Kellyzkorner_NJ
23 Jan 2020, 16:35
Forum: Scripts and Functions (v1)
Topic: TitleCase() - capital case, headline style - mixed case style
Replies: 14
Views: 4442

Re: TitleCase() - capital case, headline style - mixed case style

@List I'm wondering if you could explain what I'm doing wrong here. Admittedly and obviously I am stupid so I apologize in advance. Here is what I'm trying to use to test: (I have included the file, the ini is created although it was created not in the titlecase folder and I imagine it's my syntax t...
by Kellyzkorner_NJ
26 Oct 2019, 18:52
Forum: Ask for Help (v1)
Topic: Is this the correct way to do a comparison?
Replies: 4
Views: 815

Re: Is this the correct way to do a comparison?

Gregster, that was a mistake on my part in my script, I'll correct that and see if it makes a difference. Thanks for catching that.
by Kellyzkorner_NJ
25 Oct 2019, 20:18
Forum: Ask for Help (v1)
Topic: Is this the correct way to do a comparison?
Replies: 4
Views: 815

Re: Is this the correct way to do a comparison?

Thanks so much x-tremespeed, I'll try it. :)
by Kellyzkorner_NJ
25 Oct 2019, 13:49
Forum: Ask for Help (v1)
Topic: Is this the correct way to do a comparison?
Replies: 4
Views: 815

Is this the correct way to do a comparison?

Code: Select all

if ( (time = "04:30:00 am" && weekday = "Tuesday") or (time = "02:40 pm" && weekday = "Friday") )

I'm using a task scheduler script and instead of writing labels for each day/time instance, I'd like to run it together like this. I'm using version I believe 1.1.24. Thanks in advance.
by Kellyzkorner_NJ
18 Sep 2019, 23:26
Forum: Ask for Help (v1)
Topic: Adress File or Folder to Clipboard
Replies: 7
Views: 1293

Re: Adress File or Folder to Clipboard

Kobaltauge I'm aware of the cut and paste, I left out a step there, I'm pasting often to a file that is IN the folder I want to paste to, as I'm using usually Voidtools' Everything program and the folder isn't necessary there. So I'm right clicking on a file and wanting to find the folder that file...
by Kellyzkorner_NJ
17 Sep 2019, 12:33
Forum: Ask for Help (v1)
Topic: Adress File or Folder to Clipboard
Replies: 7
Views: 1293

Re: Adress File or Folder to Clipboard

I don't mean to hijack this post but I'm wondering if this is something that is a component of what I've been trying to do for at least a year. What I want to do is, in Windows Explorer I'm highlighting files/folders I want to move and selecting move (unless this can be made part of the hotkey). The...
by Kellyzkorner_NJ
17 May 2019, 13:33
Forum: Ask for Help (v1)
Topic: Parsing only certain parts of a string split Topic is solved
Replies: 7
Views: 1195

Re: Parsing only certain parts of a string split Topic is solved

It’s okay I had added the parenthesis which made the strsplit part work. I’m still trying to figure out how the rest works to fit it in my hotkey but I do appreciate your help.
by Kellyzkorner_NJ
16 May 2019, 19:08
Forum: Ask for Help (v1)
Topic: Parsing only certain parts of a string split Topic is solved
Replies: 7
Views: 1195

Re: Parsing only certain parts of a string split Topic is solved

I got an error on the Strsplit, part line but that is okay I will try to figure it out, thank you very much for your help. It gave me an idea of how to get the pieces looked at separately.
by Kellyzkorner_NJ
16 May 2019, 18:47
Forum: Ask for Help (v1)
Topic: Parsing only certain parts of a string split Topic is solved
Replies: 7
Views: 1195

Re: Parsing only certain parts of a string split Topic is solved

@just me Thank you very much I will try that out, I appreciate your help.

Kelly
by Kellyzkorner_NJ
16 May 2019, 18:46
Forum: Ask for Help (v1)
Topic: Parsing only certain parts of a string split Topic is solved
Replies: 7
Views: 1195

Re: Parsing only certain parts of a string split Topic is solved

A_Perry_1984 Thank you for your comments. I did include in my post a bit of what my larger text file is which is this: String: carpometacarpal*carpometacarpal*The carpometacarpal joint of the thumb (pollex), also known as the first carpometacarpal joint, or the trapeziometacarpal joint (TMC) becaus...
by Kellyzkorner_NJ
16 May 2019, 01:12
Forum: Ask for Help (v1)
Topic: How to read my posts
Replies: 3
Views: 649

Re: How to read my posts

Hi, How I do it is I click on my username in the right upper portion of the window and choose user control panel. In there towards bottom of the window click show your posts.
by Kellyzkorner_NJ
15 May 2019, 20:57
Forum: Ask for Help (v1)
Topic: Parsing only certain parts of a string split Topic is solved
Replies: 7
Views: 1195

Parsing only certain parts of a string split Topic is solved

This is a hotkey I use to choose words and to parse a delimited text file with *. Once it finds a match (I want it to match the first split part only, it sends the second (which would be a corrected spelling usually) and if a third part exists a MsgBox pops up with the before, after and definition o...
by Kellyzkorner_NJ
09 Apr 2019, 21:00
Forum: Ask for Help (v1)
Topic: Is it possible to save text while typing to clipboard to paste back while still in hotkey? Topic is solved
Replies: 7
Views: 1348

Re: Is it possible to save text while typing to clipboard to paste back while still in hotkey? Topic is solved

Fantastic Rohwedder, and eliminated one more keystroke to remember. You are the best, have a great day!

Kelly
by Kellyzkorner_NJ
07 Apr 2019, 20:12
Forum: Ask for Help (v1)
Topic: Is it possible to save text while typing to clipboard to paste back while still in hotkey? Topic is solved
Replies: 7
Views: 1348

Re: Is it possible to save text while typing to clipboard to paste back while still in hotkey? Topic is solved

Thanks to Rohwedder, here is my finished copy: :?*:kz:: Input, Text, V, {LControl} ;writes and remembers the entered text until you press LControl - why can't semi colon work? Text := StrLen(Text) ; the length of the text typed no matter how long Send, {Left %Text%} ;jump back over the text you ente...
by Kellyzkorner_NJ
06 Apr 2019, 18:40
Forum: Ask for Help (v1)
Topic: Is it possible to save text while typing to clipboard to paste back while still in hotkey? Topic is solved
Replies: 7
Views: 1348

Re: Is it possible to save text while typing to clipboard to paste back while still in hotkey? Topic is solved

Hello Rohwedder, I tried it, it works well. It is faster than what I had which is great, thank you very much!
by Kellyzkorner_NJ
06 Apr 2019, 02:11
Forum: Ask for Help (v1)
Topic: Cannot get ControlClick working
Replies: 5
Views: 935

Re: Cannot get ControlClick working

I'm sure others will have a much better answer but if it were me, I'd consider (if the window is in a static spot every time) doing a mousemove and send a click. Good luck, I feel your pain.
by Kellyzkorner_NJ
06 Apr 2019, 02:06
Forum: Ask for Help (v1)
Topic: Is it possible to save text while typing to clipboard to paste back while still in hotkey? Topic is solved
Replies: 7
Views: 1348

Re: Is it possible to save text while typing to clipboard to paste back while still in hotkey? Topic is solved

I may have figured it out but if anyone has a better/faster way, I'm all ears. Thanks to each and every contributor to this site for the amount of knowledge I have gotten from you. It has made my work extremely more productive which is $ in my pocket as I'm piecework. This is what I came up with: :*...

Go to advanced search