Search found 26 matches

by JPMuir
26 Mar 2024, 06:15
Forum: Scripts and Functions (v2)
Topic: LNCHR - my version of a quick launcher
Replies: 5
Views: 1563

Re: LNCHR - my version of a quick launcher

Just a shout out to likethevegetable ! I just encountered your LNCHR app and really enjoyed working with it. I'm going to switch over a hundred or more of my hotkeys and menu concoctions to this way to tame the 'everything everywhere at once' capability of this creation. I conceived of this approach...
by JPMuir
22 Nov 2023, 21:01
Forum: Ask for Help (v2)
Topic: GUI Menu in V2 simple 20 box version for simple hotstring
Replies: 5
Views: 672

Re: GUI Menu in V2 simple 20 box version for simple hotstring

I just wanted to thank just me for this simple and wonderful GUI menu in V2. I made a couple of adjustments for my use to include a menu title without messing with the indexing for the array. I also added a Switch/Case section to place my actions based on the selection. I really like this way of qui...
by JPMuir
25 Sep 2023, 11:06
Forum: Ask for Help (v2)
Topic: Need help Sizing Input Box in v2
Replies: 4
Views: 489

Re: Need help Sizing Input Box in v2

teadrinker wrote:
25 Sep 2023, 07:50
JPMuir wrote: I had previously tried "" double quotes but they didn't work.
Try again! :lol:

Oh my, it works just fine with double quotes. Must have fat fingered something else at the time.
by JPMuir
25 Sep 2023, 07:40
Forum: Ask for Help (v2)
Topic: Need help Sizing Input Box in v2
Replies: 4
Views: 489

Re: Need help Sizing Input Box in v2

I guessed until I found a solution. Putting width and height values in single quotes.

Maybe next go around on the help file, an example.

I had previously tried "" double quotes but they didn't work.


Code: Select all

NumberofDays := InputBox("Enter Number of Days","Days", 'w100 h120').value
image.png
image.png (3.32 KiB) Viewed 475 times
by JPMuir
25 Sep 2023, 07:03
Forum: Ask for Help (v2)
Topic: Need help Sizing Input Box in v2
Replies: 4
Views: 489

Need help Sizing Input Box in v2

My Code is to input number of days to add to the result inside a hotstring. My problem is getting the size of the input box down. My inputbox statement gives an error. How do I enter that parameter? ; v2 :*:/wi:: { ; Year and Week No with the date + number of days NumberofDays := InputBox("Enter Num...
by JPMuir
23 Sep 2023, 14:09
Forum: Scripts and Functions (v2)
Topic: AHK Startup (Consolidate AHK Scripts' Tray Icons)
Replies: 20
Views: 4319

Re: AHK Startup (Consolidate AHK Scripts' Tray Icons)

to n00b, I tried to duplicate your error by closing some scripts within ahk_startup_v2 and reloading no error reported on my system. Mix of v1 and v2 scripts (8 total) all working as designed in the startup contained script.
by JPMuir
23 Sep 2023, 14:02
Forum: Scripts and Functions (v2)
Topic: AHK Startup (Consolidate AHK Scripts' Tray Icons)
Replies: 20
Views: 4319

Re: AHK Startup (Consolidate AHK Scripts' Tray Icons)

☑ Yes, working now. Thanks FanaticGuru for digging out that solution. Wonderful application of Autohotkey for integrating multiple scripts in the desktop environment.
by JPMuir
20 Sep 2023, 18:16
Forum: Other Utilities & Resources
Topic: Autohotkey v2 scriptlets to control XYplorer defined Managed Commands from Autohotkey
Replies: 1
Views: 1634

Autohotkey v2 scriptlets to control XYplorer defined Managed Commands from Autohotkey

I use Autohotkey extensively on my desktop. I also use XYplorer constantly for file work, downloads, document storage, and of course containing Autohotkey scripts. Not much notation here on XYplorer, but I thought I might share two simple hotkeys that work to change tabsets in XYPlorer using a comma...
by JPMuir
18 Sep 2023, 10:35
Forum: Ask for Help (v2)
Topic: Can't figure: Menu won't open on Main Monitor(1)
Replies: 3
Views: 265

Re: Can't figure: Menu won't open on Main Monitor(1)

Good advice. I've got a lot to learn. So I'll practice a bit with some nonessential menu scripts until I get a feel for the complexity and working nature of the new version. I changed my menu.show hotkeys setting to ;Showtime ~LButton & RButton:: !RButton::SystemMenu.Show and things are working cons...
by JPMuir
18 Sep 2023, 07:00
Forum: Ask for Help (v2)
Topic: Can't figure: Menu won't open on Main Monitor(1)
Replies: 3
Views: 265

Re: Can't figure: Menu won't open on Main Monitor(1)

Oh, like being sick and going to the doctor, and when you get there, your fine. Dang, Soon as I posted this, the menu began to open on main monitor(1) just like it was designed, using either hotkey.. Still puzzled, not sure why it hasn't been working at all (several reboots as well in between) and t...
by JPMuir
18 Sep 2023, 06:54
Forum: Ask for Help (v2)
Topic: Can't figure: Menu won't open on Main Monitor(1)
Replies: 3
Views: 265

Can't figure: Menu won't open on Main Monitor(1)

; Version 2 ^+z:: open_SystemMenu(ThisHotkey) ; works everywhere but monitor1 { SystemMenu.Show } HotIfWinActive "ahk_class WorkerW" ; Win Explorer main monitor, doesn't open menu on monitor1 unless a window is open as background. Desktop "NO" ^+x:: open_SystemMenu2(ThisHotkey) { SystemMenu.Show } ...
by JPMuir
17 Sep 2023, 02:56
Forum: Scripts and Functions (v2)
Topic: AHK Startup (Consolidate AHK Scripts' Tray Icons)
Replies: 20
Views: 4319

Re: AHK Startup (Consolidate AHK Scripts' Tray Icons)

When I completed the configuration of files and paths, I received an error.
I've been using V1 currently without any problems, but v2 gives me the error I pictured.
image.png
image.png (24.34 KiB) Viewed 3774 times
image.png
image.png (70.26 KiB) Viewed 3774 times
I'm just not sure what to do at this point. Any guidance?
by JPMuir
27 Jul 2023, 11:42
Forum: Ask for Help (v2)
Topic: Is there any code to record a video played at the web browser?
Replies: 3
Views: 421

Re: Is there any code to record a video played at the web browser?

Not a download utility but a good handy "screen capture" utility for those problem videos. Check out source to try (in GitHub) is ShareX - I used it with an Autohotkey menu to activate its built-in hotkey configurations which include both snapshot and video capabilities including an MP4 direct recor...
by JPMuir
21 Mar 2023, 08:41
Forum: Scripts and Functions (v1)
Topic: AHK Startup (Consolidate AHK Scripts' Tray Icons)
Replies: 115
Views: 75150

Re: AHK Startup (Consolidate AHK Scripts' Tray Icons)

; AHK Startup ; Fanatic Guru ; ; Version: 2023 03 16 Thanks to Fanatic Guru. In addition to Windows 11, Windows Update 2023-03 for Windows 10- Version 22H2 for x64 based systems (KB5023696) also caused consolidation of tray icons failure. I updated the AHK_Startup and all is well here. Many thanks ...
by JPMuir
27 Mar 2022, 08:49
Forum: Scripts and Functions (v1)
Topic: PopupFolder
Replies: 10
Views: 4905

Re: PopupFolder

I did run into a problem with my media folder. For some reason the icons in some of the music files/folders choked the popupmenu and rendered it in error. I had to disconnect my music folder from the popup. The error was "couldn't load icon" and I suspected some were malformed or problematic. I have...
by JPMuir
22 Mar 2022, 12:59
Forum: Ask for Help (v1)
Topic: Odd Tooltip showing up when I send {PrintScreen} Topic is solved
Replies: 6
Views: 488

Re: Odd Tooltip showing up when I send {PrintScreen} Topic is solved

BoBo wrote:
22 Mar 2022, 11:50
What about to use greenshot's command line options instead triggering it via its hotkeys?
Greenshot planning some options like this, but the command line options available now do not include an option.
Previous post I found the solution
by JPMuir
22 Mar 2022, 12:57
Forum: Ask for Help (v1)
Topic: Odd Tooltip showing up when I send {PrintScreen} Topic is solved
Replies: 6
Views: 488

Re: Odd Tooltip showing up when I send {PrintScreen} Topic is solved

Bobo and mikeyww Solution was related likely to one of the scripts I've borrowed perhaps including a brief, but persistent and shortlived tooltip on the menu item selected (clicked). I noticed the same phenomenon on all the menu selections of the menu in the popup having a quick tooltip showing up w...
by JPMuir
22 Mar 2022, 10:11
Forum: Ask for Help (v1)
Topic: Odd Tooltip showing up when I send {PrintScreen} Topic is solved
Replies: 6
Views: 488

Re: Odd Tooltip showing up when I send {PrintScreen} Topic is solved

Thanks Bobo, and I think probably not Greenshot, as I've seen this tooltip before I installed Greenshot yesterday. I used to have to move the mouse to the lower monitor to activate in order to avoid the tooltip showing in the snap. My puzzle is why it happens when I use AHK menu and Not when I press...
by JPMuir
22 Mar 2022, 09:38
Forum: Ask for Help (v1)
Topic: Odd Tooltip showing up when I send {PrintScreen} Topic is solved
Replies: 6
Views: 488

Odd Tooltip showing up when I send {PrintScreen} Topic is solved

I routinely use snapshots of images, text, and windows in my daily routines. I've used various snipping tools, Snip and Sketch, now GreenShot mapped to the [Prt Scr] button. Off and on, mostly on, I get an annoying tooltip when I initiate a capture. the photo illustrates the issue. Not just annoying...
by JPMuir
21 Mar 2022, 23:20
Forum: Ask for Help (v1)
Topic: launch firefox with a profile
Replies: 4
Views: 1781

Re: launch firefox with a profile

Of course, choosing ^f for my tests was great for the tests, but it also wiped out the possibility of "finding anything" in any app! Best to choose another combination of keys.

Go to advanced search