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