Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 298
Bick Avatar asked Dec 02 '12 14:12

Bick


2 Answers

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.

like image 71
patridge Avatar answered Nov 01 '22 05:11

patridge


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" .

like image 30
J-Mik Avatar answered Nov 01 '22 06:11

J-Mik