Houdini 20.0 Python scripting hou hou.qt

hou.qt.extendedKeyEventInfo HOM function

Returns a dictionary containing some extended info that Houdini maintains for Qt key events value.

extendedKeyEventInfo(event) dict or None

This extended info lets you determine how the event key and text would resolve if ignoring modifiers, using the 'unmodified_key' annd 'unmodified_text' keys. Returns None if no extended info is available for this event.

hou.qt