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

Oem key detected as Control key #121

Open paranoio opened 4 years ago

paranoio commented 4 years ago

this error exists in the file KeysExtensions.cs method Normalize whenever a oem key is passed to Normalize method it will detect it as Control key

stevewhit commented 4 years ago

I think this bug is present for numerous keys that are passed through the Normalize() method. The left and right ALT keys are passed back as "Shift". Please fix this.