Moving a macOS window by clicking anywhere on it
261–270 of 314 posts
Re: Moving a macOS window by clicking anywhere on it
#262I use https://rectangleapp.com/pro and really enjoy this app (I paid for it, it gets a lot of updates/fixes). It mostly takes care of snapping and resizing windows with hot keys, but has a less obvious feature in preferences to use mouse. My setup is: CMD+SHIFT will move any window under mouse pointer CMD+SHIFT+CTRL will resize any window under mouse pointer
I'll throw another option: https://magnet.crowdcafe.com/index.html I bought it in '17 for $1 - possibly the best dollar I've spent. Looks like it's $4 now. Coupled with a QMK keyboard, the modifiers are even easier to use.
That being said, reading this thread I’m realizing how many great options there are for these kind of scenarios on macOS.
Re: Moving a macOS window by clicking anywhere on it
#263I use https://rectangleapp.com/pro and really enjoy this app (I paid for it, it gets a lot of updates/fixes). It mostly takes care of snapping and resizing windows with hot keys, but has a less obvious feature in preferences to use mouse. My setup is: CMD+SHIFT will move any window under mouse pointer CMD+SHIFT+CTRL will resize any window under mouse pointer
Formerly named Hookshot for those who had it a while ago. That's why tons of people don't realize there was a "Pro" option- because there wasn't one. The creator (who also made the free open source Spectacle-fork Rectangle app) renamed/rebranded Hookshot into Rectangle Pro sometime about 5 months ago.
Re: Moving a macOS window by clicking anywhere on it
#264Earlier quoted context omitted.
When I do this with for instance a Finder window, it just "zooms" it. You can get the same effect if you go to the Window menu -> Zoom. "zoom"ing tells macos to make the window fit the content that's inside of it, however the app feels like doing that, even if you damn well just want the window to be as big as it can be. BUT, option + double-clicking any window corner will actually make even a Finder window take up t…
> completely undiscoverable, I feel like I'm lost while Maniac Mansion, just trying every possible Verb + Object (+ Indirect Object) combination to try to read the game dev's mind. I just found out that Apple has a pretty neat guide on all of this [1]. That you can find by googling or searching the builtin system help. I never looked at the system help before, but it looks like Apple did a good job documenting these…
Re: Moving a macOS window by clicking anywhere on it
#265Earlier quoted context omitted.
I'll throw another option: https://magnet.crowdcafe.com/index.html I bought it in '17 for $1 - possibly the best dollar I've spent. Looks like it's $4 now. Coupled with a QMK keyboard, the modifiers are even easier to use.
I find it so strange how resistant people (not you!) are to paying trivial sums of money for things that contribute so much value. It was $1. Now it’s $4! Like half a Starbucks coffee! How many people would not even see this app because it’s not free? And how about the one commented below that “looks like it’s no longer maintained?” Sounds like it’s the free choice… I have been guilty of agonizing over spending $5 on…
I almost never think about spending those amounts on those things, so for anything that gets potentially more than one use it's a no-brainer.
Of course, im not on a student anymore.
Re: Moving a macOS window by clicking anywhere on it
#266Earlier quoted context omitted.
I'll throw another option: https://magnet.crowdcafe.com/index.html I bought it in '17 for $1 - possibly the best dollar I've spent. Looks like it's $4 now. Coupled with a QMK keyboard, the modifiers are even easier to use.
I find it so strange how resistant people (not you!) are to paying trivial sums of money for things that contribute so much value. It was $1. Now it’s $4! Like half a Starbucks coffee! How many people would not even see this app because it’s not free? And how about the one commented below that “looks like it’s no longer maintained?” Sounds like it’s the free choice… I have been guilty of agonizing over spending $5 on…
I have paid for dozens of utilities & apps that I now longer use. Why? Because there's no more room in my head? Because even the minimal effort to keep stuff running seems like a poor ROI? Because after a while, every thing looks the same?
I dunno. It's too bad though.
Re: Moving a macOS window by clicking anywhere on it
#267Re: Moving a macOS window by clicking anywhere on it
#268I use https://rectangleapp.com/pro and really enjoy this app (I paid for it, it gets a lot of updates/fixes). It mostly takes care of snapping and resizing windows with hot keys, but has a less obvious feature in preferences to use mouse. My setup is: CMD+SHIFT will move any window under mouse pointer CMD+SHIFT+CTRL will resize any window under mouse pointer
I'll throw another option: https://magnet.crowdcafe.com/index.html I bought it in '17 for $1 - possibly the best dollar I've spent. Looks like it's $4 now. Coupled with a QMK keyboard, the modifiers are even easier to use.
For ages, I used Amethyst, which is a "tiling window manager" for macOS, but somewhere along the way it got annoying to install/keep working properly due to some of Apples shenanigans.
So I moved to Magnet. I still use it daily, but honestly forget its there because I use it so much! Just feels like native macOS behaviour at this point.
Re: Moving a macOS window by clicking anywhere on it
#269I use https://rectangleapp.com/pro and really enjoy this app (I paid for it, it gets a lot of updates/fixes). It mostly takes care of snapping and resizing windows with hot keys, but has a less obvious feature in preferences to use mouse. My setup is: CMD+SHIFT will move any window under mouse pointer CMD+SHIFT+CTRL will resize any window under mouse pointer
I like divvy. Create your own grids. Works with a mouse or keyboard. https://mizage.com/divvy/ I also like Witch for window/app switching. I just wish it was a little less sluggish to activate: https://manytricks.com/witch/
I'm very surprised they don't distribute these tools among Windows, now that they are matured.
PowerToys name also brings a lot of good old memories :)
Re: Moving a macOS window by clicking anywhere on it
#270Another question - I've looked before for any documentation on building tools for Mac, and can't really figure out anything besides "run this xyz app to trigger an AppleScript and do magic". Does anyone know of any Swift APIs for interacting at the level of the OS itself?
I know you asked about Swift, but...
If you're ok with third party software, I would recommend keyboard maestro. In addition to triggers (keyboard-based and others), it offers a pretty high level API over the macOS automation stuff you'd typically hack together with AppleScript, such as "activate app", "bring window at index i to front", "simulate keystroke", "insert text", "move the mouse to x,y relative to Element", "run JS in frontmost browser tab", etc. And that's only roughly 5% of what it can do.
With keyboard maestro I don't see much point in writing one's own native automation apps. The APIs it exposes are just as powerful as what you could write yourself and a heck of a lot easier to use.