I am not sure if its possible in .NET MAUI. Is anyone found solution to detect key press (including Special keys )?
This is a feature that is not available out of the box in Maui, but is feasable for Windows and Android.
For android you can subclass this.
For Windows you can hook into the native keyboard system using this library.