picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.57k stars 325 forks source link

Add Keyboard.ModifiersChanged event #2509

Closed cwensley closed 1 year ago

cwensley commented 1 year ago

Add a new global Keyboard.ModifiersChanged event so you can respond to changes to the keyboard state even when a form, control or parent of that control does not have focus. This is only triggered when the application is active.