AutoHotkey Community

It is currently May 27th, 2012, 7:46 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: September 3rd, 2006, 10:35 pm 
Offline

Joined: August 7th, 2006, 10:04 pm
Posts: 20
Hi,

Two questions:

1) Is there a way to make a hotkey to minimize applications? I tried to look on the web for a windows xp hotkey to minimize a single app and there doesn't appear to be one...


2) How do I get autohotkey to control my mouse scroll settings with the wheel. For example, scrolling up will make it scroll 8 lines, down would scroll 5 lines...


Report this post
Top
 Profile  
Reply with quote  
PostPosted: September 3rd, 2006, 10:47 pm 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8776
Quote:
Is there a way to make a hotkey to minimize applications?



<Your Hotkey>::WinMinimize, A

Quote:
I tried to look on the web for a windows xp hotkey to minimize a single app and there doesn't appear to be one...


Comprehensive list of Windows hotkeys

Regards, :)

PS: BTW, you have not replied here! :roll: http://www.autohotkey.com/forum/viewtop ... 5635#75635

_________________
URLGet - Internet Explorer based Downloader
StartEx - Portable Shortcut Link


Report this post
Top
 Profile  
Reply with quote  
PostPosted: September 4th, 2006, 1:00 am 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
david3249 wrote:
2) How do I get autohotkey to control my mouse scroll settings with the wheel. For example, scrolling up will make it scroll 8 lines, down would scroll 5 lines...
See: List of Keys, Mouse Buttons, and Joystick Controls and Hotkey

Example:
Code:
$WheelUp::Send, {WheelUp 8}
$WheelDown::Send, {WheelDown 5}

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 1:01 am 
Offline

Joined: August 7th, 2006, 10:04 pm
Posts: 20
Hi Goyyah,

ah! WinMinimize! That's the one I'm looking for! Thank you!

Oh, I will go check that thread out now... thank you for the reminder :D


Thank you Titan! You guys are Awesome!!!


Report this post
Top
 Profile  
Reply with quote  
PostPosted: October 3rd, 2006, 8:06 pm 
Offline

Joined: September 25th, 2006, 7:13 pm
Posts: 6
Location: Peru
Hi, david3249, you wrote:
Quote:
Is there a way to make a hotkey to minimize applications?

There is another form to show active window:
Code:
<Your Hotkey>::Send !{Space}n ;Minimizes active window.
<Your Hotkey>::Send !{Space}x ;Maximizes active window.
<Your Hotkey>::Send !{Space}r ;Restores active window.
<Your Hotkey>::Send #d ;Shows desktop (minimizes all windows).

Regards

_________________
¿Cuándo traducimos AHK al español?


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: HotkeyStick, tomL and 71 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