Adding global keyboard listener like xamarin #21785
jeremydes
started this conversation in
Upgrading from Xamarin
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I want to add a global listener like keyup and keydown in Maui, but it dosen't seems to exist. I know that in Xamarin inside the MainWindow you could simply override the OnKeyUp, OnPreviewKeyDown that existed under System.Windows.Input.Keyboard.I already used SharpHook but i want something more official. Is there another workaround that exist. Thanks
Beta Was this translation helpful? Give feedback.
All reactions