microsoft / VS-Macros

An extension for Visual Studio 2013+ that enables the use of macros in the IDE. The extension can record most of the features in Visual Studio including text editing operations.
Other
131 stars 41 forks source link

Detect Control and Shift key states #29

Open fspafford opened 8 years ago

fspafford commented 8 years ago

Please consider adding the ability to determine if a Control or Shift key is held down.

I have used this ability in VB macros to alter the behavior based on these key states.

Thanks