Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Joining the team or submitting patches are always welcome.
Original comment by jeromeku...@gmail.com
on 17 Aug 2012 at 1:21
My apologies for the tone of my previous message. Consider this simply my vote
in favor of this feature request. Alas I am not a java programmer, but as my
own small contribution I've written the following AutoHotkey script to launch &
immediately minimize RSSHandler (in the meantime). I've also compiled the
script into a standalone exe for those not familiar with AutoHotkey. Script/exe
must be run from the same folder as the RSSHandler-3.0.1.1.jar, but then I
place a shortcut to it in my startup group.
----
; RSSHandler-min.ahk
; AutoHotkey script to launch RSSHandler minimized
Run, RSSHandler-3.0.1.1.jar
WinWait, RSS Handler
WinMinimize ; use the window found above
----
Original comment by da...@davidrehm.com
on 17 Aug 2012 at 4:31
Attachments:
Would just like to say I'd still like to see this implemented. I don't really
feel like using AHK to do this :)
Original comment by blah238@gmail.com
on 9 Feb 2013 at 8:12
Original issue reported on code.google.com by
MotaSay
on 30 Jul 2012 at 4:24