In MacOS, there is something called the split view which enables the user to work with two windows next to each other. I personally find it hard to use because I have to shuffle between several windows, and it seems like there's no easy way to facilitate my workflow using split views.
Half Screen Splitter is my solution. It is meant to be run as a background application, and listens for predefined key combinations. When it captures cmd + ctrl + leftArrow
, it puts the active window to the left, and resizes it to have full height and half screen width. It does the same thing when it captures cmd + ctrl + rightArrow
, except it puts the window to the right.
Note that this assumes you are running on a Mac. Navigate to the latest release and download the zip file. Unzip and move the .app file into your applications. The app will prompt you to grant Accessibility permissions the first time you run it. Those permissions are required to listen for the shortcuts. Once granted, the application will run in the background and the key combinations listed below should work as described.
When the application is running, a logo spelling HSS
will appear on the status bar. When the logo is clicked, the user is presented with a menu with the following options:
- Enable/Disable Half Screen Splitter (enabled by default)
- Quit Half Screen Splitter
Action | Key Combination |
---|---|
Put active window to the left | cmd + ctrl + leftArrow |
Put active window to the right | cmd + ctrl + rightArrow |
Maximize active window | cmd + ctrl + upArrow |
- Ability to change key combinations