ble_hid_keyboard Microsoft Teams Hot Mike Button/ Indicater #3676
Replies: 5 comments
-
Posted at 2021-02-19 by @gfwilliams try:
Using |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-02-19 by medicohih The first example worked.... at least it did for opening closed tabs on chrome Ctrl+Shift+T. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-02-24 by seanfixer Hi @medicohih, I have tested it on Teams and it works well |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-03-01 by @gfwilliams Looks great! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2021-02-18 by medicohih
I've found code that works to set up Puck as a BT keyboard that can send single letter with a single modifier e.g "m+ SHIFT"
I'd like to be able to send the "MS Teams" Keyboard short cut "SHIFT+CTRL+M" to be able to toggle the mic quickly .
The code I'm trying to change is her https://www.espruino.com/BLE+Keyboard
I've tried
kb.tap(kb.KEY.M, kb.MODIFY.SHIFT.CTRL);
kb.tap(kb.KEY.M, kb.MODIFY.SHIFT+CTRL);
kb.tap(kb.KEY.M, kb.MODIFY.SHIFT, kb.MODIFY.CTRL)
...etc
Starting to think this possiblilty isn't implemented yet?
Here is the module http://www.espruino.com/modules/ble_hid_keyboard.js
Beta Was this translation helpful? Give feedback.
All reactions