I am learning maui and .net6 on windows. I need to set global hotkey for a window,how to do it?
Asked
Active
Viewed 711 times
4
-
see this: [Set global hotkeys using C#](https://stackoverflow.com/questions/2450373/set-global-hotkeys-using-c-sharp) ? – Luuk Dec 04 '21 at 09:33
-
2@Luuk It is so old, I don't use winform. – zwl1619 Dec 04 '21 at 09:58
-
Sorry, I could not smell that.... (and that info is not in your question) – Luuk Dec 04 '21 at 10:02
-
If you find anything on this let me know. I need to popup my program from a shortcut – jwize Mar 19 '22 at 19:17
-
Some news about it ? – Juan Pablo Gomez Aug 25 '22 at 21:10
1 Answers
0
Actually I'm using Sharphook instead "VisualElement access keys" it is cross platform (windows, mac , linux)
I created a HookService to use from any page on my MAUI app.

Juan Pablo Gomez
- 5,203
- 11
- 55
- 101