fikovnik / ShiftIt

Managing windows size and position in OSX
5.53k stars 359 forks source link

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

Open kwonfred opened 4 years ago

kwonfred commented 4 years ago

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.

phips28 commented 4 years ago

same for me.

fikovnik commented 4 years ago

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

phips28 commented 4 years ago

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?

fikovnik commented 4 years ago

It is an alternative to ShiftIt. I have not tried it since I do not use OSX anymore.

On Thu, Oct 17, 2019 at 1:18 PM Phil notifications@github.com wrote:

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?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/fikovnik/ShiftIt/issues/303?email_source=notifications&email_token=AAC3PEQ6T5DO6PWFJX7TNOLQPBCYBA5CNFSM4I7YALWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBPXPGY#issuecomment-543127451, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC3PET7L5T44YLGC3WH553QPBCYBANCNFSM4I7YALWA .

karmakaze commented 4 years ago

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
phips28 commented 4 years ago

@karmakaze thanks so much! that works.