I pressed SHIFT+DEL on source code file name in project tree in Visual Studio
and it became grayed. What does it do? How can I undo?
Thanks
UPDATE: Refactored hot-key name in the title. My apologies to all the parties affected.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s “cut”. Generally, in Windows, it’s the same as CTRL+X.
You can undo it by either ignoring it, or pasting it back.
SHIFT+INS is the corresponding alternative to CTRL+V. Back in the DOS days, these were the shortcuts for copying, cutting, and pasting, I believe.
(And to be complete, CTRL+INS is copy)