Reputation: 1127
In SQL Server 2012, Ctrl+R not working. Any other shortcuts for that. Any setting changes available or is there any alternative?
Upvotes: 61
Views: 74262
Reputation:
Go to Tools > Options > Environment > Keyboard / General.
In the middle box,
Window.ShowResultsPane
Use new shortcut
dropdown to SQL Query Editor
(Global did not work for me)Unlike some other changes that still require an SSMS restart to take effect, the change takes effect immediately, and CTRL + R should start working again.
I blogged about this three years ago.
Upvotes: 124
Reputation: 466
I am troubled with this after I installed Visual Studio 2015. When Ctrl+N is pressed in SSMS, instead of opening a query window, SSMS showed up selection page of the VS files. A Reset as posted above revert to SSMS shortcuts.
Thanks for the posts.
--In 'thoughts'...
Upvotes: 0
Reputation: 4384
Go to the Keyboard Settings as mentioned by @aaron and then change the keyboard mapping scheme (first drop down). This gave me back the shortcuts that I am used to like Ctrl+R and Ctrl+E
Upvotes: 1
Reputation: 760
I am using Microsoft SQL Server Management Studio version 12.0.4100.1 (SSMS 2014). I had the same issue and resolved it by following below steps -
Click "Tools -> Options". On the Options window, expand Environment -> Keyboard -> Keyboard. Then, in the right side panel, press the "Reset" button.
Upvotes: 9
Reputation: 787
Another way is to select Default and hit the Reset button. This worked for me.
Upvotes: 54
Reputation: 1295
I'm using Microsoft SQL Server Management Studio version 11.0.3128.0 (SSMS 2012). Started having the above issue for no aparent reason. Solved like this: click "Tools -> Options". On the options window, open Environment -> Keyboard on the tree. Then, on the right, press the "Reset" button. Worked for me.
Upvotes: 18