I have a problem with visual Studio, i don’t want use it but i have to.
The keys like delete, space etc. don’t work and look at menu bar-> duplicated(few times) menu elements.

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.
If your Visual Studio gets wonky and you don’t have a lot of settings you’re afraid of losing, a simple way (provided you can still open the menus) to fix it is usually to go to
and choose
Reset all Settings. That should fix whatever configuration is broken. Of course that won’t necessarily fix it if it’s actual code in a plugin that makes things not work.If you can’t even get to the menus, exit Visual Studio and (from a Visual Studio command prompt) run;
…and that should give the same effect.