dmarcotte / easy-move-resize

Adds "modifier key + mouse drag" move and resize to OSX
MIT License
902 stars 73 forks source link

Not working on macOS 14 (Sonoma) #99

Closed ldotlopez closed 1 year ago

ldotlopez commented 1 year ago

As title says Easy-move-resize is not working under Sonoma (System upgraded from previous version).

I have tried installation from official build on github and via homebrew and I have already check the stale state on accessibility permission without success.

I also tried several key combinations.

Anyone else have problems in Sonoma?

envilogger commented 1 year ago

@ldotlopez can't confirm. Just installed it using homebrew, everything works as expected. Both move and resize works for me on Sonoma 14.0 (23A344) However, just as a suggestion, I had enabled gestures before with this command (this will allow you to move windows using Cmd+Ctrl+Click without any additional tools):

defaults write -g NSWindowShouldDragOnGesture -bool true
ldotlopez commented 1 year ago

@envilogger, thanks, it works, something is something…

Anyway… there is any log or command line switches I can use to debug Easy-move-resize?

ldotlopez commented 1 year ago

Closing issue since it's working again.

I cleaned everything, again: permissions, preferences, cache, app folder, uninstall with brew, cold reboot and start again.

Whatever it was, it's gone.