screen buttons to launch AHK scripts?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
surfactant
Posts: 99
Joined: 28 Jun 2019, 01:07

screen buttons to launch AHK scripts?

05 Jul 2019, 22:31

Is it possible to create a dedicated taskbar which can be docked on the screen side and hold some buttons created to launch AHK scripts?

Thanks!
wolf_II
Posts: 2688
Joined: 08 Feb 2015, 20:55

Re: screen buttons to launch AHK scripts?

05 Jul 2019, 22:39

you can do a new Toolbar like this: Choose a folder, put your favorite scripts in there.
20190706053524.png
20190706053524.png (54.99 KiB) Viewed 1359 times
surfactant
Posts: 99
Joined: 28 Jun 2019, 01:07

Re: screen buttons to launch AHK scripts?

06 Jul 2019, 01:48

wolf_II wrote:
05 Jul 2019, 22:39
you can do a new Toolbar like this: Choose a folder, put your favorite scripts in there.
20190706053524.png
Thank you for sharing your solution! It would be great if some buttons can be simply exposed on the screen to facilitate frequent use.
surfactant
Posts: 99
Joined: 28 Jun 2019, 01:07

Re: screen buttons to launch AHK scripts?

07 Jul 2019, 23:14

Nobody can give some suggestions?

Thanks!
lblb
Posts: 190
Joined: 30 Sep 2013, 11:31

Re: screen buttons to launch AHK scripts?

08 Jul 2019, 02:05

A "toolbar" like the taskbar that takes its own reserved space and pushes other windows aside is called an appbar. So all you would need to do is to create an AHK Gui with buttons to launch your scripts, and transform that Gui into an appbar. Just search for "appbar" in this forum and you'll find a couple of example scripts that do exactly that (and also a few links to more working scripts on the old AHK forum). Here is an example:

https://www.autohotkey.com/boards/viewtopic.php?f=76&t=29583&p=139021&hilit=appbar#p139092
surfactant
Posts: 99
Joined: 28 Jun 2019, 01:07

Re: screen buttons to launch AHK scripts?

08 Jul 2019, 08:40

lblb wrote:
08 Jul 2019, 02:05
A "toolbar" like the taskbar that takes its own reserved space and pushes other windows aside is called an appbar. So all you would need to do is to create an AHK Gui with buttons to launch your scripts, and transform that Gui into an appbar. Just search for "appbar" in this forum and you'll find a couple of example scripts that do exactly that (and also a few links to more working scripts on the old AHK forum). Here is an example:

https://www.autohotkey.com/boards/viewtopic.php?f=76&t=29583&p=139021&hilit=appbar#p139092
@lblb Thank you for your information about appbar!

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mikeyww, Spawnova and 354 guests