You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the defiination in SingleKeyAction.java, the modifier keys are from below array and the description highlight that "if the provided key is none of those, IllegalArgumentException is thrown", so update the code to match the scope.
Keys.SHIFT, Keys.CONTROL, Keys.ALT, Keys.META, Keys.COMMAND, Keys.LEFT_ALT, Keys.LEFT_CONTROL, Keys.LEFT_SHIFT
[skip ci]
0 commit comments