[MonoDevelop] MonoDevelop not allowing for keyboard presses on ub untu

Ian Norton Ian.Norton-Badrul at thales-esecurity.com
Thu Jan 13 14:00:09 EST 2011


Try checking "run on external console". I dont think the md Output pad gives a proper stdin/terminal to programs.

Paths <i.whispered at googlemail.com> wrote:


using System;

public class KbIn {
  public static void Main() {
    char ch;

    Console.Write("Press a key followed by ENTER: ");

    ch = (char) Console.Read(); // get a char

    Console.WriteLine("Your key is: " + ch);
  }
}

is the code im using and the output is nothing. It stops when
 char ch;
runs.

This is not a programming issue. It's a monodevlop issue. Has anyone had
this problem? or does anyone have a solution?

Thanks

--
View this message in context: http://mono.1490590.n4.nabble.com/MonoDevelop-not-allowing-for-keyboard-presses-on-ubuntu-tp3216106p3216106.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list


More information about the Monodevelop-list mailing list