LNCHR - my version of a quick launcher

Post your working scripts, libraries and tools.
likethevegetable
Posts: 81
Joined: 05 May 2021, 08:54

LNCHR - my version of a quick launcher

Post by likethevegetable » 06 Jul 2023, 09:06

There are many out there that do a similar job, but I wanted to share mine. This is my version of a quick launcher to map shortcuts, run commands, Google searches, and even a calculator, to a snappy little app that you open with CapsLock and start typing. The documentation contains more info:

https://github.com/kalekje/LNCHR-pub

Would love to hear feedback and some ideas!

User avatar
kunkel321
Posts: 1061
Joined: 30 Nov 2015, 21:19

Re: LNCHR - my version of a quick launcher

Post by kunkel321 » 16 Jul 2023, 10:36

Very smooth app -- I like it!

Just a heads up that the Outlook search feature doesn't seem to work on my system.
Error: (0x80080005) Server execution failed

---- S:\AutoHotkey\MiscTools\LNCHR-pub-master\LNCHR-Funcs.ahk
088: outlookApp := ComObjActive("Outlook.Application")
089: Catch
▶ 090: outlookApp := ComObject("Outlook.Application")
091: Return outlookApp
092: }
ste(phen|ve) kunkel

jarhead
Posts: 151
Joined: 09 Sep 2020, 12:43

Re: LNCHR - my version of a quick launcher

Post by jarhead » 18 Jul 2023, 17:39

Looking forward to trying this. I still use TheBestPessimist's AutoHotKey-Launcher everyday.

The Outlook search feature works for me.

likethevegetable
Posts: 81
Joined: 05 May 2021, 08:54

Re: LNCHR - my version of a quick launcher

Post by likethevegetable » 24 Jul 2023, 13:28

kunkel321 wrote:
16 Jul 2023, 10:36
Very smooth app -- I like it!

Just a heads up that the Outlook search feature doesn't seem to work on my system.
Error: (0x80080005) Server execution failed

---- S:\AutoHotkey\MiscTools\LNCHR-pub-master\LNCHR-Funcs.ahk
088: outlookApp := ComObjActive("Outlook.Application")
089: Catch
▶ 090: outlookApp := ComObject("Outlook.Application")
091: Return outlookApp
092: }

Try opening outlook first, and ensuring it's on your active desktop!

User avatar
kunkel321
Posts: 1061
Joined: 30 Nov 2015, 21:19

Re: LNCHR - my version of a quick launcher

Post by kunkel321 » 24 Jul 2023, 13:34

likethevegetable wrote:
24 Jul 2023, 13:28
Try opening outlook first, and ensuring it's on your active desktop!
Yep -- It works if Outlook is open. Very nice!
ste(phen|ve) kunkel

JPMuir
Posts: 26
Joined: 06 Mar 2022, 07:31

Re: LNCHR - my version of a quick launcher

Post by JPMuir » 26 Mar 2024, 06:15

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 some months ago but I have just too little experience with Autohotkey v2. And while my Office macro and Excel skills are really long in the tooth (back in the 1990s), it was fun working with the combination to generate (almost instantly) revised AHK scripting to update the app's system. Wonderful work.

One caveat, Would not work in the OneDrive folder environment on my laptop (the Excel macro would not manage the files) but worked perfectly in my local Apps folder where I keep many utilities and image apps.

Post Reply

Return to “Scripts and Functions (v2)”