You can only check if the Modifier keys are pressed from the MouseEvent and not specific keys.
If it is really necessary, you could use a mousepressed and mousereleased events to monitor the mouse state and a KeyPressed and/or KeyReleased event to listen for the keypresses and check the mouse state.