2

I would like to assign my stored procedures for shortcuts CTRL+1 or CTRL+2 which are reserved by default to sp_who or sp_lock procedures.

enter image description here

How to change shortcut for Ctrl+1

Przemyslaw Remin
  • 6,276
  • 25
  • 113
  • 191

2 Answers2

2

Just Go - > Tools -> Options as below :

enter image description here

Check below :

enter image description here

Yogesh Sharma
  • 49,870
  • 5
  • 26
  • 52
0

In SSMS go

Tool > Options > Keyboard

you can alter the shortcuts in there, if you enter the shortcut in the 'Press shortcut keys:' box it will show you what its assigned to at the minute and you can choose from the list or add another

dbajtr
  • 2,024
  • 2
  • 14
  • 22