I often have a team's call open while also working in Azure Dev Ops (in Chrome) or addressing communication on other apps like Slack or Skype. I've noticed that the desktop app doesn't always set the focus back to teams for the keypad macros to be correctly processed. In Chrome it opens the bookmarks manager ('Ctrl'+'Shift'+'O') so it doesn't seem like that 'Alt'+'0' is being recognized by the GlobalKeys app. I tried to increase the 'sleep' in the Pico code from .4 to .5 speculating that maybe the desktop app isn't able to process everything quickly enough but that didn't seem to make any difference. I'm curious if you have any ideas as to why it might not be working before I try my hand at debugging the project.
I often have a team's call open while also working in Azure Dev Ops (in Chrome) or addressing communication on other apps like Slack or Skype. I've noticed that the desktop app doesn't always set the focus back to teams for the keypad macros to be correctly processed. In Chrome it opens the bookmarks manager ('Ctrl'+'Shift'+'O') so it doesn't seem like that 'Alt'+'0' is being recognized by the GlobalKeys app. I tried to increase the 'sleep' in the Pico code from .4 to .5 speculating that maybe the desktop app isn't able to process everything quickly enough but that didn't seem to make any difference. I'm curious if you have any ideas as to why it might not be working before I try my hand at debugging the project.