sendKey abstract method

void sendKey(
  1. List<int> bytes
)

Injects bytes as if the user typed them.

Implementation

void sendKey(List<int> bytes);