xps / VSTextMacros

An extension for Visual Studio 2012-2022 that brings back support for macros in text/code editors
https://marketplace.visualstudio.com/items?itemName=XavierPoinas.TextMacrosforVisualStudio201220132015
Other
69 stars 20 forks source link

Does not record Ctrl or Shift combinations #26

Closed talbotsk closed 5 years ago

talbotsk commented 6 years ago

Can not record Ctrl+], Ctrl+Shift+], etc. key combinations. Please fix it. Thank you very much for your project! :-)

xps commented 6 years ago

Sorry for the late response. This extension does not actually record key presses but rather, it records Visual Studio commands. So Shift and Ctrl aren't recorded but the commands you are trying to run with these shortcuts could possibly be added to the list of commands that can be recorded.

xps commented 5 years ago

Fixed it 2c189cb5.