Hi, since unity 4.3 something happenned to my monodevelop, now any characters that need ctrl and alt don’t work on it, which is quite annoying expecially because {} is actually used alot, and the only way I can use it is to put it somewhere else and copy and paste it into monodevelop. Any suggestions to get rid of this problem? Maybe restore monodevelop, I don’t know how to do that tho
edit: using alt gr works in monodevelop, but it isn’t as practical
My problems were fixed by going to preferences from the top menu, external tools and choosing the executable of monodevelop (located in Unity install directory/Monodevelop/monodevelop.app(or .exe). It is the same file but choosing it manually solves a lot of problems, I hope it solves your’s to.
This is also a HUGE problem for me, anyone found a solution.
Using AltGr is not a viable solution…I’m used to Ctrl + Alt, everything is working with this BUT MonoDevelop…
I had this problem with Unity 5.3.1 on Windows 8.1 (Ctrl-Alt-C to toggle comments was my real bugbear).
The problem seems to arise from a bad version of GTK# for .Net (see https://forums.xamarin.com/discussion/18795/ctrl-alt-combinations-stopped-working). I had 2.12.30 on the problem machine (from a separate xamarin install I reckon). Fixed by uninstalling GTK# for .Net 2.12.30 and replacing it with 2.1.26 (the version on my other machine, where Ctrl & Alt still worked)