| View previous topic :: View next topic |
| Author |
Message |
Zoulou Guest
|
Posted: Sun Sep 30, 2007 1:39 pm Post subject: |
|
|
To just minimize tue current window, | Code: | | #Left::WinMinimize, A ; Minimize active window | is sufficent |
|
| Back to top |
|
 |
Dean Guest
|
Posted: Tue Oct 02, 2007 12:48 am Post subject: Minimize All Except Current |
|
|
| How can I use this to minimize all windows except the current focused one? |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Mon Oct 15, 2007 9:04 am Post subject: |
|
|
um, i'm back from my extended holidays. i liked it there more than here. it was much warmer - but alas...
| ccomp wrote: | | Hi! I love your program but I need some help. |
thanks!
| ccomp wrote: | | ... not want people to have this many features as the BossKey is not very good for me considering I'm the boss =) |
well, to disable the BossKey feature, open Min2Tray.ahk in your prefered editor and comment out the lines 1624 to 1626 and save it to another file with extension ".ahk":
| Code: | ;success := f_BossKey()
;If ( success )
; f_TriggerAction( "", "BossKeyEventAfter", h_RegSubkey "\Starter" ) |
now you can start this new script or compile it with help of Ahk2Exe.
everything should work as before, but BossKey should now be disabled.
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Mon Oct 15, 2007 9:10 am Post subject: Re: Minimize All Except Current |
|
|
| Dean wrote: | | How can I use this to minimize all windows except the current focused one? |
add this window to the BossKey list (via its tray icon or by using the hotkey for adding/removing windows to/from BK list) and set BossKey mode to "Opt-out".
currently it is not possible for Min2Tray to minimize all but the topmost window automatically if this window is not on BossKey list.
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
azure
Joined: 07 Jun 2007 Posts: 296
|
Posted: Mon Oct 15, 2007 2:52 pm Post subject: |
|
|
hello
can you make it remember window position, state (on top, minimized to tray, etc) and size and autoadjust them whenever a window is created?
thanks |
|
| Back to top |
|
 |
Junyx (not logged in) Guest
|
Posted: Tue Oct 16, 2007 9:12 pm Post subject: |
|
|
| azure wrote: | | can you make it remember window position, state (on top, minimized to tray, etc) and size and autoadjust them whenever a window is created? |
this can be done already:
enable StartupMinimize (adjust interval as desired) and TriggerActions in the prefs of the main program.
now go to the prefs of the hidden window's tray icon:
- add the window to the StartupMinimize list.
- click on TriggerActions button and write to JTA the actions you would like to see executed, e.g. aot1:ON|pos1:20,20,600,500
just experiment with all those nice TriggerActions (TA1 - TA5 and JTA). they should be sufficient for your needs.
Junyx |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Fri Nov 02, 2007 12:04 am Post subject: Min2Tray v1.7.4 - yet a new version! leech it now! for free! |
|
|
another minor release adding some stuff.
go to the topmost message for more info and download!
please test it thoroughly and file bug reports.
suggestions/requests for new features are welcome.
if you want to know how to utilize a feature of Min2Tray that is unclear to you, don't hesitate to ping me here in the forum.
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Tue Nov 27, 2007 8:37 pm Post subject: Min2Tray v1.7.5.xmas edition |
|
|
this is a special christmas edition of Min2Tray.
run Min2Tray.exe within the season and play around with the BossKey feature to get a surprise!
go to the topmost message for more info and download!
please test it thoroughly and file bug reports.
suggestions/requests for new features are welcome.
if you want to know how to utilize a feature of Min2Tray that is unclear to you, don't hesitate to ping me here in the forum.
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
MN-NY Guest
|
Posted: Wed Jan 23, 2008 3:46 am Post subject: Transparency and Always on Top |
|
|
| I was wondering if the transparency for "always on top" windows will come back. I really liked it and would like the ability to control how transparent the window is. Thanks for a great utility. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Wed Jan 23, 2008 9:40 pm Post subject: Re: Transparency and Always on Top |
|
|
| MN-NY wrote: | | I was wondering if the transparency for "always on top" windows will come back. I really liked it and would like the ability to control how transparent the window is. Thanks for a great utility. |
solved...update to v1.7.6! _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Wed Jan 23, 2008 9:43 pm Post subject: Min2Tray v1.7.6 - new version! grab it now! for free! |
|
|
Min2Tray v1.7.6 (2008/01/23)
minor release adding and improving some stuff.
go to the topmost message for more info and download!
please test it thoroughly and file bug reports.
suggestions/requests for new features are welcome.
if you want to know how to utilize a feature of Min2Tray that is unclear to you, don't hesitate to ping me here in the forum.
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
alex howard Guest
|
Posted: Thu Jan 31, 2008 12:10 pm Post subject: Re: Min2Tray v1.7.6 - new version! grab it now! for free! |
|
|
Hi, Junyx, this is a great script. It's a must for my windows xp now. Just some suggestions.
1. Add a hot key to call the Preference window. For example, I'd like to have the Min2tray icon hidden, but then, I have no way to call the preference window.
2. Instead of WIN key, could you also make it possible to use other key combinations? For example, CTRL + hotkey.
3. User Menu is a nice feature. But I find nowhere to configure it or invoke it. Do you have any hint?
| Junyx wrote: | Min2Tray v1.7.6 (2008/01/23)
minor release adding and improving some stuff.
go to the topmost message for more info and download!
please test it thoroughly and file bug reports.
suggestions/requests for new features are welcome.
if you want to know how to utilize a feature of Min2Tray that is unclear to you, don't hesitate to ping me here in the forum.
Junyx |
|
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Thu Jan 31, 2008 9:40 pm Post subject: Re: Min2Tray v1.7.6 - new version! grab it now! for free! |
|
|
| alex howard wrote: | | this is a great script. It's a must for my windows xp now. | thanks for the flowers!
| alex howard wrote: | | 1. Add a hot key to call the Preference window. | on my todo list for the next release.
| alex howard wrote: | | 2. Instead of WIN key, could you also make it possible to use other key combinations? For example, CTRL + hotkey. | you do not have to use WIN as modifier key. the checkbox in front of the hotkey input box is just for making WIN an additional modifier key to the hotkey.
leave the box unchecked and enter CTRL + KEY into the hotkey input box to enable just this key pattern (without the need to press WIN).
you may remove a hotkey by pressing backspace within the hotkey input box.
| alex howard wrote: | | 3. User Menu is a nice feature. But I find nowhere to configure it or invoke it. Do you have any hint? | that's a good kept secret of mine -- not! currently, there is no GUI to that function. (i doubt there will ever be one.)
so, first, have a look at "UserMenu-Examples.reg.txt".
to test UserMenu, create a file called "test.reg" and edit it. enter:
| Code: | Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\KTC\Min2Tray]
"notepad.exe|Notepad|uml1"="Type text to minimized window"
"notepad.exe|Notepad|uma1"="key5:Edit1,This is a line of text in the notepad window.{enter}Note that the window remained minimized{!}{enter}" |
now double click test.reg and import it into the registry.
it's time to start up notepad.exe and minimize it. the tray menu of notepad should contain a new entry named "Type text to minimized window".
click it and stand by...
this is one basic example. scan thru "Changelog.txt" to get a bit more info (line 77, v1.7.3 introduced UserMenu).
hope that helped a bit?!?
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Fri Feb 15, 2008 2:02 am Post subject: Min2Tray v1.7.7 - new version! grab it now! for free! |
|
|
Min2Tray v1.7.7 (2008/02/13)
minor release adding and improving some stuff.
go to the topmost message for more info and download!
please test it thoroughly and file bug reports.
suggestions/requests for new features are welcome.
if you want to know how to utilize a feature of Min2Tray that is unclear to you, don't hesitate to ping me here in the forum.
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Guest
|
Posted: Sat Feb 16, 2008 10:27 pm Post subject: |
|
|
| I can't aces your site |
|
| Back to top |
|
 |
|