Teensyduino supports media keys (e.g. play/pause, next, prev.,...) with the currently used `Keyboard.press()` and `Keyboard.release()`. We should add this functionality in: * FLipWare (keys.cpp) * FLipMouseGUI * FLipMouse WebGUI * esp32_mouse_keyboard
Teensyduino supports media keys (e.g. play/pause, next, prev.,...) with the currently used
Keyboard.press()andKeyboard.release().We should add this functionality in: