ActionConfig
- class ActionConfig[source]
Bases:
object
The class representation of the key-based action configuration. The action config contains two elements, “key” and “modifier”.
- Parameters:
- keystr
The key.
- modifierstr, optional
The key modifier.
- Attributes:
- config
ActionConfigType
A TypedDict with defined keys and types.
- keyPySide6.QtCore.Qt.Key
The Qt key.
- modifierPySide6.QtCore.Qt.KeyboardModifier
The Qt modifier.
- config