DEPRECATED: Use Easy Move+Resize instead
Why the change? Easy Move+Resize
is a rewrite which provides the following benefits:
- Near-universal compatibility (any application which supports the Accessibility API is supported)
- Removes the dependency on SIMBL
- Released as an application which greatly improves installation/usability
------------------------------------------------ Original readme follows ------------------------------------------------
Adds easy modifier key + mouse click
move/resize capabilities to OSX
This enhancement is based on behavior found in many X11 window managers:
Cmd + Ctrl + Left Mouse Click
anywhere inside a window, then drag to moveCmd + Ctrl + Right Mouse Click
anywhere inside a window, then drag to resize (the resize direction is determined by which region of the window is clicked. i.e. a right-click in roughly the top-left corner of a window will act as if you grabbed the top left corner, whereas a right-click in roughly the top-center of a window will act as if you grabbed the top of the window)
- To install:
- Download and install SIMBL
- Download
mac-move-resize_1.0.bundle.zip
and unzip it in~/Library/Application Support/SIMBL/Plugins
- Restart any applications
- To uninstall:
- Delete
~/Library/Application Support/SIMBL/Plugins/mac-move-resize_1.0.bundle
- Delete
- Being a SIMBL plugin, Easy Move/Resize is restricted to Cocoa apps
- Easy Move/Resize is subject to SIMBL's known issues
This utility is based on the move/resize code in @millenomi's Afloat