[MonoDevelop] MonoDevelop not allowing for keyboard presses on ubuntu
Paths
i.whispered at googlemail.com
Thu Jan 13 11:11:03 EST 2011
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.
More information about the Monodevelop-list
mailing list