taviso / hotcorner

Tiny Hot Corners for Windows 10
GNU General Public License v3.0
380 stars 69 forks source link

Investigate if RegisterHotKey() should be used for hot keys #3

Closed taviso closed 7 years ago

taviso commented 7 years ago

Right now we use a shell hook for hotkey processing. Investigate if RegisterHotKey() makes more sense.

taviso commented 7 years ago

I decided this was much nicer and changed the code to do this.