This's a trick to create a shortcut using SQL Management Studio for store procedures and usual queries like that:
Sample:
USE master
GO
CREATE PROCEDURE spAnything
AS
print 'SQL Server'
Go to Tools -> Options:
Add the new sp or query command in Environment -> Keyboard -> Query Shortcuts:
Executing it: