dmarcotte / easy-move-resize

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

feat: Support fn key as an additional modifier key #94

Closed christopherthielen closed 1 year ago

christopherthielen commented 1 year ago

I added support for fn as a new modifier key. I tested this locally and it's working great for me. Closes #86

christopherthielen commented 1 year ago

Note to future self:

When running locally, I had problems with the Accessibility prompt/check. The app quits immediately, the system prompts for permission (System Preferences -> Privacy and Security -> Accessibility), but it appears that permission is already granted.

To get the app permissions to stick, I had to:

dmarcotte commented 1 year ago

Thanks so much, @christopherthielen! Both looks and works great. Will cut a release that includes this change very soon.

And thanks for your "Note to self" here—really helps. I'll update the readme to give some tips around this.