jstampe / easy-move-resize

Adds "modifier key + mouse drag" move and resize to OSX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icon Easy Move+Resize

Adds easy modifier key + mouse drag move and resize to OSX

Usage

Easy Move+Resize is based on behavior found in many X11/Linux window managers

  • Cmd + Ctrl + Left Mouse anywhere inside a window, then drag to move
  • Cmd + Ctrl + Right Mouse 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
  • The choice of modifier keys to hold down to activate dragging or resizing can be customized by toggling the appropriate modifier key name in the application icon menu.
    • Click the menu item to toggle it.
    • All keys toggled to selected must be held down for activation.
    • To restore the modifiers to the default Cmd + Ctrl select the Rest to Defaults menu item.
  • Behavior can be disabled by toggling the Disabled item in the application icon menu.

Installation

  • Grab the latest version from the Releases page

  • Unzip and run!

  • Select Exit from the application icon to quit

    Icon

    Icon Exit

Contributing

Contributions welcome!

About

Adds "modifier key + mouse drag" move and resize to OSX

License:MIT License


Languages

Language:Objective-C 100.0%