Activity overview
Latest activity by itlee
I think you need to use the escape characters {} around any character that requires the shift key to be pressed.
for example: I created a snippet for LIKE '%%', so when I used the shortcut SQLPrompt entered LIKE ' but then it was as if the Alt key had been pressed and the menus where highlighted.
So, I had to create the snippet as LIKE '{%}{%}'
This was in Query Analyzer / comments
I think you need to use the escape characters {} around any character that requires the shift key to be pressed.
for example: I created a snippet for LIKE '%%', so when I used the shortcut SQLPromp...