When I try to get (isAltGraphDown
) if the ALT GR key is pressed when I click a button Java returns always false also if it's pressed.
Instead with e.getModifiersExText(e.getModifiersEx())
it returns Ctrl+Alt !!!
What's the problem?
and If I wanted to know if a user pressed a right Shift key?