fikovnik / ShiftIt

Managing windows size and position in OSX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShiftIt Left or Right no longer cycles through 1/2 --> 1/3 --> 2/3 options

kwonfred opened this issue · comments

When I press the "Left" or "Right" shortcuts on the latest binary build (1.6.6), it snaps / resizes to 1/2 of the screen on the left or right side respectively. However, it no longer cycles through 1/3 and 2/3 screen size options.

I am noticing this behavior on Macbook Pro 15 Inch (2016) and iMac (2014) on both macOS Mojave and Catalina.

commented

same for me.

  • v 1.6.6
  • Catalina
  • Macbook pro 15 (2019)
commented

Please look at https://github.com/fikovnik/ShiftIt/wiki/The-Hammerspoon-Alternative

how does this work with left, right, up down keys? have you tried?

There is no UI for enabling this option. The FAQ section of the README.md has the solution:
Enter the following in a terminal.

defaults write org.shiftitapp.ShiftIt multipleActionsCycleWindowSizes YES
commented

@karmakaze thanks so much! that works.