AutoHotkey Community

It is currently May 27th, 2012, 3:40 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: July 21st, 2010, 12:05 am 
Offline

Joined: June 24th, 2009, 1:37 am
Posts: 23
I've customized my Windows GUI quite usefully, though when most folks use my machine they end up getting confused because of my very personal customizations :)

I'm curious what other AHK users have done to customize their systems.

Here's what I have scripted:
    A script to let me scroll hovered nonfocused desktop windows with the mousewheel. Very useful when you don't want to lose your place in an app or need to scroll a window during drag-n-drop.

    I continue to use an old app called Pop-Mouse, which lets me make little counter/clockwise circles with the mouse to send browser forward/back. There are many similar mouse-gesture apps but they all require holding a mouse button down simultaneously. I'm sure this could be emulated in AHK with some work. Download Pop-Mouse

    My left, right, and middle side mouse buttons are scripted to act as Close App, Close Tab, and Minimize respectively, applied to the currently hovered window. Within Firefox/Chrome, left acts as Close Tab instead since middle-click opens tabs in the background in those apps. The Close bind is the one that gets everyone who uses my machine :) I have actually scripted a Suspend-toggle hotkey to compensate.

    On tabbed apps, scrolling the mousewheel over the tabstrip (ok, the top 110px of the window) lets me switch tabs (Send ^{Tab}), whether focused or not.

    Win+G is scripted to copy the currently selected text to clipboard and "Go" to it. If a filepath is found, it extracts just the path and open it in Windows Explorer. URLs are opened in the browser, and other text is Googled.

    Win+C opens a command prompt (try TCC/LE for a great Windows command prompt). I've additionally scripted Win+C and Win+E (Windows Explorer) to extract a filepath from the currently focused window's title/text; if one is found the command prompt/Explorer window will start in that directory. Very useful to open a folder corresponding to your text editor's current file, or to open a command prompt from the current Explorer window (or v/v).

    And of course a range of other global hotkeys (mostly Win+ bound) and reactions to window opening/closing events.
I haven't posted any of this script work on the forums yet, but if you're interested in something let me know.

I would be hard pressed to switch to an OS where AHK was not available. Watching IronAHK closely...


Last edited by joelpt on April 20th, 2012, 3:16 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 21st, 2010, 1:00 am 
Quote:
There are many similar mouse-gesture apps but they all require holding a mouse button down simultaneously. I'm sure this could be emulated in AHK with some work

http://www.autohotkey.com/forum/topic37926.html
MMHK supports "movement-only" Mouse-Hotkeys,
but no real circles.


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Yahoo [Bot] and 3 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