You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for your wonderful tutorial on this project, I was able to build one & it works great.
I do not have much coding experience, however I did try to insert some lines of code before the mute function to bring up teams in the foreground like you had mentioned by Windows + Numeric position key, however it doesn't seem to work, like I have attached in the screenshot it just pulls up a blank window tab but does not switch to teams UI. Could you please help me out with the same?
Below is the snippet of the code.
if switch.value:
# MacOs
print("Button 1, Switch position 1")
led.value = not led.value
keyboard.send(Keycode.GUI, Keycode.THREE, Keycode.THREE)
keyboard.send(Keycode.CONTROL, Keycode.SHIFT, Keycode.M)
The text was updated successfully, but these errors were encountered:
Hi, Thanks for your wonderful tutorial on this project, I was able to build one & it works great.
I do not have much coding experience, however I did try to insert some lines of code before the mute function to bring up teams in the foreground like you had mentioned by Windows + Numeric position key, however it doesn't seem to work, like I have attached in the screenshot it just pulls up a blank window tab but does not switch to teams UI. Could you please help me out with the same?
Below is the snippet of the code.
if switch.value:
# MacOs
print("Button 1, Switch position 1")
led.value = not led.value
keyboard.send(Keycode.GUI, Keycode.THREE, Keycode.THREE)
keyboard.send(Keycode.CONTROL, Keycode.SHIFT, Keycode.M)
The text was updated successfully, but these errors were encountered: