AutoHotkey for PanelsUI
2007-09-16 00:59:23
PanelsUI isn't being developed anymore, but that fact really doesn't seemed to have slowed it's popularity. There's less traffic here, but more and more .pui's show up on sites like deviantArt and customize.org every day. I'm still using my config , and probably will be for some time. One thing that urks me is the lack of an "Always on top" option. So, I started looking for little apps that can make windows always on top, and I discovered a powerful little free app called AutoHotKey . And lo and behold, It works. Then I started thinking, PanelsUI has a button command that runs things from the command line, so I bet I could automate it's use . And, lo and behold, I can. So I figured I'd make this available for more people to use. If you didn't read the above paragraph, what this is is more button commands for panelsUI, by using the EXEC: button command and AutoHotKey. In this first version, all thats available is an "Always On Top" switch, later versions will incorporate more commands which can be selected using command line switches. Use this thread for any comments, questions or suggestions. download the executable here or alternatively this is the AHK code: #NoTrayIcon WinSet, AlwaysOnTop, Toggle, ahk_class PanelsUI exit ...if you already happen to have AHK installed (which I have a feeling might be quite a few of us).To use it Place AHKforPanelsUI.exe in the same directory as your .pui file and use this as your button command:EXEC:/AHKforPanelsUI.exe