Bick
Bick

Reputation: 18521

Visual studio 2012 - is there a keyboard shortcut to move files from quick view to the open files

I usually click with the mouse on the "Keep open" icon.
Is there a way to do it with the keyboard?
Thanks.

Upvotes: 19

Views: 1853

Answers (2)

patridge
patridge

Reputation: 26565

Default Visual Studio 2012 keyboard shortcut for when your cursor is in the preview window:

Ctrl+Alt+Home

It can definitely be modified as JMik describes but that will get someone going quickly. As well, you can also kill the preview system entirely so that all windows open indefinitely and this shortcut becomes unneeded.

Upvotes: 26

J-Mik
J-Mik

Reputation: 896

Press Ctrl+Q, and type "keyboard" and press Enter to open the "Options->Environment->Keyboard" window.

In "Show commands containing" type "Window.KeepTabOpen", then in the "Press shortcut keys" type your keyboard shortcut and press the "Assign" .

Upvotes: 12

Related Questions