Move and tile OS X windows without leaving the keyboard
Objective-C
61
33 commits
updated Feb 9, 2022
ShiftIt is an application for OSX that allows you to quickly manipulate window position and size using keyboard shortcuts.
This is a fork of a fork of a... The original ShiftIt by Aravindkumar Rajendiran is no longer under development. The subsequent fork by Fikovnik has not been updated in a year. This fork adds some extra functionality (toggling through multiple sizes, shifting between screens, centering on the current screen), and does some extra work to make window sizing a teeny bit more robust.
I don't intend this to become a canonical fork but am happy to maintain it and take pull requests.
License: GNU General Public License v3 (a la ShiftIt's original license)
To install: download and unzip ShiftIt.zip.
ShiftIt allows you to tile windows using your keyboard:
The exact behavior of the ⌃⌥⌘ + arrow key shifts depends on the aspect ratio of the current monitor. If the monitor is wide screen then shifts to the left and right always fill the screen vertically and toggle through 1/2, 1/3 and then 2/3 the width of the screen. Shifts up and down maintain the current window width while toggling through four heights: full, 2/3, 1/2, and 1/3 height. For portrait monitors this behavior is reversed.
So, to throw a window to the top-left corner: ⌃⌥⌘ + ←, ⌃⌥⌘ + ↑, ⌃⌥⌘ + ↑. So many keystrokes you say? Yes... but I could never remember my keybindings for the corners (so I removed them!). Besides, something about smashing arrow keys makes me feel like I'm playing a video game. This is a fine thing.
Note this fork of ShiftIt has removed support for repositioning X11 windows. If you desperately need this to come back post an issue or (better yet) a pull request.
Also Note some applications enforce specific size restrictions. As far as I can tell there is no way to measure these restrictions before resizing windows. In particular: Xcode doesn't like to get too small, so ShiftIt can't toggle Xcode through thirds on small monitors. Also, Terminal quantizes its sizes to integer rows and columns, so ShiftIt's manipulations of terminal are approximate and there is sometimes a little overlap/gap around the edges.
v2.3 (3/25/2013)
v2.2 (6/14/2013)
v2.1 (8/16/2012)
v2.0 (8/6/2012)
Objective-C
100.0%
Move and tile OS X windows without leaving the keyboard
Objective-C
61
33 commits
updated Feb 9, 2022
ShiftIt is an application for OSX that allows you to quickly manipulate window position and size using keyboard shortcuts.
This is a fork of a fork of a... The original ShiftIt by Aravindkumar Rajendiran is no longer under development. The subsequent fork by Fikovnik has not been updated in a year. This fork adds some extra functionality (toggling through multiple sizes, shifting between screens, centering on the current screen), and does some extra work to make window sizing a teeny bit more robust.
I don't intend this to become a canonical fork but am happy to maintain it and take pull requests.
License: GNU General Public License v3 (a la ShiftIt's original license)
To install: download and unzip ShiftIt.zip.
ShiftIt allows you to tile windows using your keyboard:
The exact behavior of the ⌃⌥⌘ + arrow key shifts depends on the aspect ratio of the current monitor. If the monitor is wide screen then shifts to the left and right always fill the screen vertically and toggle through 1/2, 1/3 and then 2/3 the width of the screen. Shifts up and down maintain the current window width while toggling through four heights: full, 2/3, 1/2, and 1/3 height. For portrait monitors this behavior is reversed.
So, to throw a window to the top-left corner: ⌃⌥⌘ + ←, ⌃⌥⌘ + ↑, ⌃⌥⌘ + ↑. So many keystrokes you say? Yes... but I could never remember my keybindings for the corners (so I removed them!). Besides, something about smashing arrow keys makes me feel like I'm playing a video game. This is a fine thing.
Note this fork of ShiftIt has removed support for repositioning X11 windows. If you desperately need this to come back post an issue or (better yet) a pull request.
Also Note some applications enforce specific size restrictions. As far as I can tell there is no way to measure these restrictions before resizing windows. In particular: Xcode doesn't like to get too small, so ShiftIt can't toggle Xcode through thirds on small monitors. Also, Terminal quantizes its sizes to integer rows and columns, so ShiftIt's manipulations of terminal are approximate and there is sometimes a little overlap/gap around the edges.
v2.3 (3/25/2013)
v2.2 (6/14/2013)
v2.1 (8/16/2012)
v2.0 (8/6/2012)
Objective-C
100.0%