PressKeysCombination¶
- class PressKeysCombination(keys: list[BaseKeyCode | str])[source]¶
Bases:
BaseInstructionSend a keyboard shortcut as a pressed combination.
- property id: int¶
Return the unique instruction identifier.
- Returns:
Instruction identifier.
- Return type:
int