Replies: 1 comment
-
This mod's code can help to get started: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Microsoft Teams is widely used for online meetings (not that I like that). And Visual Studio is widely used for coding. So there are also many group coding sessions over Teams. Now VS has that very handy hotkey Ctrl+Shift+Space to show the parameter info of a method. But unfortunately, Teams also uses this hotkey to do useless stuff, like it does. And it's impossible to convince Teams not to do that. And Microsoft doesn't care, like they do. So the user needs to fix it, again.
I guess Teams uses something like
RegisterHotKey
to get hold of that shortcut. And it could be undone from within the Teams process. So I believe Windhawk could be used for this.Does anybody have an idea how to approach this task? I believe I need to get the arguments it passes to the RegisterHotKey function to unregister it again. And then inject that code to Teams. I've never written a mod myself.
Beta Was this translation helpful? Give feedback.
All reactions