PressKey¶
- class PressKey(key_code: BaseKeyCode | str)[source]¶
Bases:
BaseInstructionSend a single keyboard key press.
- property id: int¶
Return the unique instruction identifier.
- Returns:
Instruction identifier.
- Return type:
int
Bases: BaseInstruction
Send a single keyboard key press.
Return the unique instruction identifier.
Instruction identifier.
int