11271128112911301131113211331134113511361137
} else { textInput.copy(); } } else if (keyCode == Keyboard.KeyCode.V && Keyboard.isPressed(Keyboard.Modifier.CTRL)) { textInput.paste(); } else { consumed = super.keyPressed(component, keyCode, keyLocation); } return consumed;
11861187118811891190119111921193119411951196