klyn.gui.windows.Widget.keyPressed
field
public event keyPressed as KeyEvent
Description

Keyboard press event emitted when this widget has focus.

field.keyPressed += lambda(e: KeyEvent): print(e.key)