I've recently upgraded to SSMS 2014 (from 2008) due to it being built on VS2010. This allows me to better emulate my coding work practices in my Database dev environment.
The one thing which is causing me pain is that I have set up shortcuts in my standard visual studio for gotodefinition (ctrl+2) and navigate backward (ctrl+3) to easily navigate between areas in my code. I've created a modified sp_help which nicely emulates the gotodefinition functionality to my satisfaction, however I haven't been able to bind this to (ctrl+2) as this is already taken up by sp_lock, and doesn't seem to be modifiable.
Is there any way to change the default "query shortcuts" in SSMS 2014?