gmamaladze / globalmousekeyhook

This library allows you to tap keyboard and mouse, detect and record their activity even when an application is inactive and runs in background.
MIT License
1.05k stars 257 forks source link

Sequence control control fix #113

Closed toelli closed 1 year ago

toelli commented 4 years ago

Fixed missing Normalize() in KeyCombinationExtensions class causing combinations & sequences to not work when trigger key was Shift or Control.

chrkon commented 3 years ago

I have made some tests after adding this fix into the actual vNext version. The results are added into issue #110.

The Control, Control sequence seems to be OK, but an additional Control key will trigger the action again. I don't know if this is correct.

Also the sequence Alt, Alt is not working. And the sequence Alt, W is recognized as Shift, W.