Code52 / carnac

A utility to give some insight into how you use your keyboard
http://carnackeys.com/
Microsoft Public License
4.2k stars 506 forks source link

Keystroke not showing with Visual Studio #179

Closed neway003 closed 6 years ago

neway003 commented 6 years ago

While I'm working with visual studio 2015 Community Edition for creating a screen capture video tutorial, Keystrokes are not showing. But outside visual studio its working.

Using Carnac 2.2.155.0

shiftkey commented 6 years ago

@neway003 if you are running Visual Studio in Administrator mode, Carnac is unable to hook into the keystroke events (because it's an elevated process). That's what I suspect is happening.

neway003 commented 6 years ago

@shiftkey Yes that is the exact issue, Just now I tried it. On administrative mode its not working but normal mode its working. Thank you for your response.