I'd like to capture the user-clicked keys through IronPython. I understand a bit of C #, but I'm not understanding how I would do this in Python.
Code:
import clr
clr.AddReference('System.Windows.Forms')
from System.Windows.Forms import K...
asked by
27.09.2018 / 03:29