void sendKey(KeyCode code, {String? char, bool isShiftPressed = false}) { binding.keyboard.sendKey(code, char: char, isShiftPressed: isShiftPressed); }