Is your feature request related to a problem? Please describe.
I cannot send events with getMetaState() & META_SHIFT_ON != 0
Describe the solution you'd like
Allow some keys (flag in key description or a hardcoded set keycodes) to send KeyEvents with | META_SHIFT_ON set in their metaStateconstructor argument (according to the current shift key state or always).
Use case
Sending events like SHIFT+F1 to applications
Is your feature request related to a problem? Please describe. I cannot send events with
getMetaState() & META_SHIFT_ON != 0
Describe the solution you'd like Allow some keys (flag in key description or a hardcoded set keycodes) to send
KeyEvent
s with| META_SHIFT_ON
set in theirmetaState
constructor argument (according to the current shift key state or always).Use case Sending events like SHIFT+F1 to applications
Describe alternatives you've considered (if any)