Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.52 KB

File metadata and controls

32 lines (19 loc) · 1.52 KB

Cycle Window Sizes

This Keyboard Maestro library includes macros to move the front most window to the left, center, or right of the screen. Instead of using a single size for each position, each macro will cycle between different window sizes when its keyboard shortcut is repeated, as seen below:

Use one shortcut to cycle through several sizes.

Download

If you directly download the library it will treated as a text file. Just download it with the .kmlibrary extension (not .txt) to make it work.

Or, download the zip and extract the library from that.

Keyboard Shortcuts

Move to Right Side      ⌃⌥⌘→
Move to Left Side       ⌃⌥⌘←
Move to Center          ⌃⌥⌘↓

Customize It

To add, remove, or adjust the available window sizes see the _Get WinSnapWidth macro. The list of window sizes is stored in the WinSnapSizes variable.

Known Problems

  • Used to not work with multiple monitors properly. Haven't been able to test recently, so not sure if this works or not.

Acknowledgments