48 * A key has been {@link KeyEvent#EVENT_KEY_RELEASED released}, excluding {@link #isAutoRepeat() auto-repeat} {@link #isModifierKey() modifier} keys. See {@link KeyEvent}.
49 * <p>
50 * To simulated the removed <code>keyTyped(KeyEvent e)</code> semantics,
51 * simply apply the following constraints upfront and bail out if not matched, i.e.: