Helium314 / HeliBoard

Customizable and privacy-conscious open-source keyboard
Apache License 2.0
2.47k stars 97 forks source link

Allow some keys to have META_SHIT_ON set #1171

Open Vftdan opened 1 month ago

Vftdan commented 1 month ago

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 metaState 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)

Vftdan commented 1 month ago

Related to https://github.com/Helium314/HeliBoard/issues/1166