I can't seem to figure out how to add a reference to System.Windows.Input now that it is part of the PresentationCore assembly. Specifically I'm trying to check for the enterkey, but I'm forced to do this:<br>
<br>if str(e.Key) == "Return":<br><br>instead of <br><br>if e.Key == Key.Enter:<br><br><br>I'm using Ironpython 2.6.1 RC1 with .Net 3.5.<br><br><br>Thanks<br>