dmarcotte / easy-move-resize

Adds "modifier key + mouse drag" move and resize to OSX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seems not to work on macOS Monterey 12.0.1 (21A559)

sassman opened this issue · comments

maybe it's a local issue, but the app starts and all locks good.
But, no key + click + move works, just nothing moves and nothing resizes.

I'm not the objective-c guy, but after debugging I figured that either the event flags or the keyModifierFlags do not cover the CMD key for example, so the event is discarded.

So as you can see below flags & (keyModifierFlags) is 0x0000000000100000 but keyModifierFlags is 0x00140000

image

nevermind, I've just misconfigured the modifier keys.. the CTRL and CMD was on.