Capture keyboard and mouse events #1062
Replies: 5 comments 6 replies
-
Nice points we have here, It'll be great have this flexibility to implement some features on Desktop applications. |
Beta Was this translation helpful? Give feedback.
-
Closed as per the Community Stand-up discussion here: https://youtu.be/N9wMcBP4jtg?t=2889 |
Beta Was this translation helpful? Give feedback.
-
Seriously? Nobody cares about hooking mouse or keyboard events? My app badly needs it (ported from Xamarin, where it is supported/easy), and I've been waiting for MAUI support since MAUI was a thing. Being able to respond to, say an arrow key isn't exactly an exotic feature. My question for the dotnet/MAUI team is also not getting any response: https://developercommunity.visualstudio.com/t/Need-to-hook-keyboard. -events-in-Windows/10541263. I think MAUI is great, but it's not ready to replace Xamarin when it doesn't support basic stuff like this. And now Xamarin support is going away... feeling like I'm getting left high and dry. |
Beta Was this translation helpful? Give feedback.
-
This is so bad for Desktop Maui App experience! |
Beta Was this translation helpful? Give feedback.
-
Agree, it's a really important missing capability for desktop apps. Hopefully the MAUI team will find time to add support before too long. |
Beta Was this translation helpful? Give feedback.
-
I often find myself needing to perform certain actions based on specific keyboard and mouse inputs, and I believe this feature would greatly enhance the user experience.
Specifically, I would like to be able to capture events such as:
Key presses (e.g., space bar, control key, number keys)
Mouse clicks (e.g., left-click, right-click)
Mouse movements (e.g., scrolling, hovering)
Having access to these events would enable me to create custom workflows and automate certain tasks within the application. For example, I could use key presses to quickly navigate between different views or perform certain actions.
Beta Was this translation helpful? Give feedback.
All reactions