Search found 326 matches

by submeg
23 Aug 2022, 16:57
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 337
Views: 177604

Re: Radial menu scripts

What should it look like? Mine has always started like that. To see any of the graphical you should be able to do a new submenu and have the default gui show for you to drop you application shortcuts onto.image.png Hey swub , When I open it up on another device, it looks like this: https://i.imgur....
by submeg
22 Aug 2022, 22:53
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 337
Views: 177604

Re: Radial menu scripts

Note: I even downloaded a fresh copy of v4, and it shows the above screen straight out of the box; none of my customisations have caused this issue.

Has anyone else seen this and knows how to address this?

FYI @Learning One
by submeg
14 Aug 2022, 16:23
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 337
Views: 177604

Re: Radial menu scripts

HI everyone, I just can't see any submenus. Out of the box with no changes, there seems to be 2 items that are submenus but nothing happens with them. Am I missing something. Hey mrcjl , do you mean like below? If so, I am having the same issue on a Dell Latitude 7430, but on a normal PC, I have no...
by submeg
16 Jun 2022, 02:18
Forum: Ask for Help (v1)
Topic: Disable script inside Windows Snipping Tool
Replies: 0
Views: 225

Disable script inside Windows Snipping Tool

Hi all, I've been using the Windows Snipping Tool that Joe Glines created using Learning One's Screen Clipping script and malcev's OCR script . However, I have another script that I run - Sticky Keys. In a nutshell: When I hold down particular keys (Win key, CTRL, SHIFT, LButton, etc), it puts a lit...
by submeg
08 Jun 2022, 07:30
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 337
Views: 177604

Re: Radial menu scripts

Hi @Learning one @submeg About the stylus not triggering the Radial Menu Properly. I'm experiencing the same issue as @underthecouchstudio with my Huion Stlus As I said, it seems to generate an artificial keystroke when checking key history in Autohotkey https://bit.ly/3JdbklR I tried to find the m...
by submeg
06 Jun 2022, 19:35
Forum: Ask for Help (v1)
Topic: Control the volume of all programs and current program - code cleansing
Replies: 6
Views: 1380

Re: Control the volume of all programs and current program - code cleansing

Hi @submeg, Glad to hear that it works perfectly in Spotify (which I don't use) and that, like me, you found it to work in Firefox. The problem may be when you test it at work tomorrow...for some apps it works, for some it doesn't...will all depend on the apps at work. If the browser at work is Chr...
by submeg
06 Jun 2022, 07:26
Forum: Ask for Help (v1)
Topic: How to change tray icon to a custom one when the script is paused?
Replies: 23
Views: 3449

Re: How to change tray icon to a custom one when the script is paused?

I have quite a few icons that I switch between; I have different "profiles" for my code, as I have a single main script that I use, but depending on which machine I am working on, file paths can be different and so I need to update them without having to change my code, so I just switch profile inst...
by submeg
06 Jun 2022, 07:21
Forum: Ask for Help (v1)
Topic: Control the volume of all programs and current program - code cleansing
Replies: 6
Views: 1380

Re: Control the volume of all programs and current program - code cleansing

I came across the following threads In addition to those two threads, here's another one in which you and I participated: https://www.autohotkey.com/boards/viewtopic.php?f=76&t=93159 when I try to cycle through the different volume levels on a single program, it does nothing? Ideas? It may simply b...
by submeg
05 Jun 2022, 17:00
Forum: Ask for Help (v1)
Topic: Control the volume of all programs and current program - code cleansing
Replies: 6
Views: 1380

Re: Control the volume of all programs and current program - code cleansing

I just tried this on my PC at work, and only the volume setting of all the programs to a particular level is working - when I try to cycle through the different volume levels on a single program, it does nothing?

Ideas?
by submeg
05 Jun 2022, 03:08
Forum: Ask for Help (v1)
Topic: Control the volume of all programs and current program - code cleansing
Replies: 6
Views: 1380

Control the volume of all programs and current program - code cleansing

Hi all, I've been looking to control the volume of different applications on my PC using AHK. From some searching, I came across the following threads: 1. Control the Volume of each program ; thanks to Flipeador and Bunker D for their input on this thread. 2. Control the volume of the current progra...
by submeg
26 Apr 2022, 07:28
Forum: Ask for Help (v1)
Topic: Read and open URLs from a Google Doc
Replies: 12
Views: 1649

Re: Read and open URLs from a Google Doc

After watching more of the series between Joe and G33kdude, I was able to get the following to work - It can go to a currently open subreddit page and return the URL that sits behind the heading of the first post on the subreddit: #SingleInstance,Force #Include D:\Users\LOCALUser\Downloads\Chrome.ah...
by submeg
25 Apr 2022, 03:33
Forum: Ask for Help (v1)
Topic: Read and open URLs from a Google Doc
Replies: 12
Views: 1649

Re: Read and open URLs from a Google Doc

Okay so I checked, my Chrome was not running in debug mode. I have since enabled this. EDIT: Okay, I think I still wasn't in debug mode....my target of my Chrome shortcut is now: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" –remote-debugging-port=9222 With this now set, I tried to ...
by submeg
25 Apr 2022, 02:21
Forum: Ask for Help (v1)
Topic: Read and open URLs from a Google Doc
Replies: 12
Views: 1649

Re: Read and open URLs from a file

save the google doc as word I would, but on both the PC I'm writing the script on and the PC that will be using this script, they do not have Office installed, so being able to read in directly from the currently active document would be best. I'm currently watching @geek's webinar with @Joe Glines...
by submeg
24 Apr 2022, 22:53
Forum: Ask for Help (v1)
Topic: Read and open URLs from a Google Doc
Replies: 12
Views: 1649

Re: Read and open URLs from a Google Doc

Okay, I have watched that entire video and did some testing to see if I could at least find the hyperlinks on a web page, as opposed to a google document. From geek 's explanation, I was able to work out the code to pull the URL from the "Read this before posting!" post at the top of the page on htt...
by submeg
24 Apr 2022, 17:34
Forum: Ask for Help (v1)
Topic: Read and open URLs from a Google Doc
Replies: 12
Views: 1649

Re: Read and open URLs from a file

save the google doc as word I would, but on both the PC I'm writing the script on and the PC that will be using this script, they do not have Office installed, so being able to read in directly from the currently active document would be best. I'm currently watching geek 's webinar with Joe Glines ...
by submeg
24 Apr 2022, 17:04
Forum: Ask for Help (v1)
Topic: Read and open URLs from a Google Doc
Replies: 12
Views: 1649

Re: Read and open URLs from a file

Can report that it works perfectly! Went to tell the wife...tells me the documents are all google docs!!

:roll:

Can the same be done in google docs? Will begin searching now...
by submeg
24 Apr 2022, 16:25
Forum: Ask for Help (v1)
Topic: Read and open URLs from a Google Doc
Replies: 12
Views: 1649

Re: Read and open URLs from a file

flyingDman wrote:
24 Apr 2022, 16:03
If in a word document:

Code: Select all

oWord := ComObjActive("word.application")
loop % oWord.ActiveDocument.hyperlinks.count
     run % oWord.ActiveDocument.hyperlinks(a_index).address
Wow @flyingDman, that's so simple with COM. Will go test on a machine that has Word, one moment.
by submeg
24 Apr 2022, 15:51
Forum: Ask for Help (v1)
Topic: Read and open URLs from a Google Doc
Replies: 12
Views: 1649

Read and open URLs from a Google Doc

Hi all,

I have searched online for a bit, but I have a feeling this may not be simple.

I am trying to:
  • read the contents of a file (could be a *.docx or *.odt)
  • Search for all hyperlinks within that text
  • Open these hyperlinks in a browser

Is this possible with AHK?
by submeg
22 Apr 2022, 08:16
Forum: Ask for Help (v1)
Topic: Browse chrome tabs looking for a specific one Topic is solved
Replies: 38
Views: 6411

Re: Browse chrome tabs looking for a specific one Topic is solved

I'm afraid not! No worries mikeyww , I was able to sit down and work through it until I figured it out. Had a couple wonky variables, and it was having issues with any tab name that had a pipe in it. Please see below the working (on my PC, yet to test on a second device) script. Triggering with Hot...

Go to advanced search