Hi Neil - Thanks for the cool idea. I was killing time browsing the forum because I was in a Webex meeting waiting for a late attendee. In just the few minutes waiting for him to show up, I was able to find my Puck, modify your code to work for Webex, upload it, & now I have a working mute button too!
For anyone else who wants to use it with Webex - the Webex keyboard shortcut is CMD + SHIFT + M, so just change kb.KEY.A in the code above to kb.KEY.M. Works like a charm.
FWIW, I'm using it on a Macbook and I don't get any Bluetooth warning like the iOS one noted above.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi Neil - Thanks for the cool idea. I was killing time browsing the forum because I was in a Webex meeting waiting for a late attendee. In just the few minutes waiting for him to show up, I was able to find my Puck, modify your code to work for Webex, upload it, & now I have a working mute button too!
For anyone else who wants to use it with Webex - the Webex keyboard shortcut is CMD + SHIFT + M, so just change
kb.KEY.A
in the code above tokb.KEY.M
. Works like a charm.FWIW, I'm using it on a Macbook and I don't get any Bluetooth warning like the iOS one noted above.
-Dan