142143144145146147148149150151152
Keyboard.getModifiers()); Action action = window.getActions().get(keyStroke); if (action != null && action.isEnabled()) { action.perform(); } return consumed; }