Creates a new event controller that will handle key events.
Connect to ImUpdate signal.
Connect to KeyPressed signal.
Connect to KeyReleased signal.
Connect to Modifiers signal.
Forwards the current event of this controller to a widget.
Gets the key group of the current event of this controller.
Gets the input method context of the key controller.
Sets the input method context of the key controller.
Returns the event that is currently being handled by the controller.
Returns the device of the event that is currently being handled by the controller.
Returns the modifier state of the event that is currently being handled by the controller.
Returns the timestamp of the event that is currently being handled by the controller.
Gets the name of controller.
Gets the propagation limit of the event controller.
Gets the propagation phase at which controller handles events.
Returns the gtk.widget.Widget this controller relates to.
Resets the controller to a clean state.
Sets a name on the controller that can be used for debugging.
Sets the event propagation limit on the event controller.
Sets the propagation phase at which a controller handles events.
Sets a name on the controller that can be used for debugging.
gtk.event_controller_key.EventControllerKey is an event controller that provides access to key events.