AutoHotkey Community

It is currently May 26th, 2012, 6:54 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 185 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10, 11, 12, 13  Next
Author Message
 Post subject:
PostPosted: February 17th, 2008, 9:33 pm 
Anonymous wrote:
I can't aces your site

i cannot verify your problem. what error (number) is displayed?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2008, 9:50 pm 
there was a span yesterday when I wasn't able to access your site. (it wasn't my connection, I was surfing other sites at that time). I was able to download earlier though. thank you.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 18th, 2008, 7:59 pm 
Offline

Joined: March 16th, 2006, 5:01 pm
Posts: 150
Great script, just found it.
One question, though.
There are many applications (mediamonkey for example) that don't come with a key to send to tray/restore.

Would it be possible to assign such a key (i.e, an app-specific minimize/restore key) using min2tray?

Thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 18th, 2008, 11:04 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
urlwolf wrote:
There are many applications (mediamonkey for example) that don't come with a key to send to tray/restore.
Would it be possible to assign such a key (i.e, an app-specific minimize/restore key) using min2tray?

right now this is not yet possible. there is one key minimizing a window (and the BossKey).
but you can assign different keys to un-minimize the windows.

but i'll think about it. perhaps the next version will include an option to hide windows with individual hotkeys.

:?: what do you think would be the best solution to integrate this feature into the existing GUI :?:

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Min2Tray
PostPosted: April 1st, 2008, 11:30 am 
I need ability to hide certain windows by moving cursor in any coner of screen (sory for my eng.)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 3rd, 2008, 8:30 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
sorry leomaks, but i have no plans on including stuff like this.
would require a bigger re-writing of the logic and code. got no time for this right now.

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 10th, 2008, 10:32 pm 
Offline

Joined: May 4th, 2008, 8:30 pm
Posts: 26
what exactly do i have to do to have the xampp-apacheandmysql-cmd to start minimized? (i start it with a hotkey)

or:

where do i have to read to learn about that so that i do not have to bother you with this newbie questions?

sry :wink:
kws


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 13th, 2008, 4:46 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
Min2Tray cannot directly start a program minimized. you may use M2T to minimize the app's window after startup of that particular app, though.

enable StartupMinimize and add your app's window to the StartupMinimize list (hide window once and check the option "On StartupMinimize list" in the prefs window).
this does the following: when M2T starts up it scans for a certain amount of time (you may change that) for windows from the StartupMinimize list to be minimized. if they are not already minimized, M2T will do that.

and BTW, there is no real readme, howto or documentation for Min2Tray right now. perhaps i should write some docs?!? but i'm so lazy 8)

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 13th, 2008, 5:35 pm 
Offline

Joined: May 4th, 2008, 8:30 pm
Posts: 26
thx!

i think thats what im looking for...
ill try and see if i got it right.
if not ill come back ;)

maybe a docu is not necessary for people who know ahk. but i am not yet one of those. so ill learn about ahk and then use your script :P

>_<


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 14th, 2008, 6:11 am 
Offline

Joined: May 14th, 2008, 6:00 am
Posts: 1
Anyone else noticed that horizontally maximizing a window on the second screen of a two monitor setup, moves the window to the first monitor?

Apart from that, I love it, thanks.

Mark


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 17th, 2008, 10:03 pm 
I must be a complete fool but I cannot find where to add windows to the BossKey list. Can anyone help me?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 17th, 2008, 11:36 pm 
skribb wrote:
I must be a complete fool but I cannot find where to add windows to the BossKey list. Can anyone help me?

Nevermind!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 20th, 2008, 9:08 pm 
Offline

Joined: November 14th, 2008, 6:36 pm
Posts: 10
Is there any way to change the hotkey that activates minimizing to something not containing the win key?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 20th, 2008, 11:41 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
Badgers09 wrote:
Is there any way to change the hotkey that activates minimizing to something not containing the win key?

yeah! just don't check "Win +" in front of the hotkey input box.
e.g.: i use "Ctrl+^" as hotkey for minimizing.

no hotkey will be set if you cleared the hotkey input box!

Junyx

p.s.: with the hotkey input box provided by AHK i was not able to capture the Win-key in any hotkey sequence. so i decided to manage the Win-key seperately, hence: you may or may not check "Win +" to activate (or not) "Win" for your hotkey sequence. hope that will clarify my interface decision a bit.

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 23rd, 2008, 6:34 pm 
Offline

Joined: November 14th, 2008, 6:36 pm
Posts: 10
ah! now it makes sense lol. it seemed like checking the box would be what activates hotkey control so i figured you had to use the win key. maybe some other type of interface would be more understandable and still allow for the win key... or maybe it's just me.

thanks!


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 185 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10, 11, 12, 13  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Exabot [Bot], mrhobbeys, nothing, siterip, Stigg and 11 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group