Presses one of the RemoteKeys.
void sendKey(int key) => _send( ByteWriter(2) ..u8(MessageType.key) ..u8(key), );