Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apps: Bad Keyboard Combination for BT Remote / Push to Talk / Teams / macOS #544

Open
cpressland opened this issue Feb 8, 2024 · 0 comments
Labels
bug Something isn't working release-pending This has been implemented and is waiting to be released publicly

Comments

@cpressland
Copy link
Contributor

Describe the bug.

Microsoft Teams uses Option (ALT) + Space to unmute the Microphone (PTT). The code calls Command + Space, which launches Spotlight instead.

static void hid_ptt_start_ptt_macos_teams(HidPushToTalk* hid_ptt) {
hid_hal_keyboard_press(hid_ptt->hid, KEY_MOD_LEFT_GUI | HID_KEYBOARD_SPACEBAR);
}

Reproduction

  1. Join MS Teams Call on macOS
  2. Mute Microphone (Command+Shift+M)
  3. Launch Bluetooth Remote Fap > PushToTalk > macOS > Teams
  4. Press 'ok' button on flipper to trigger PTT
  5. Incorrectly: Spotlight Opens.

Target

No response

Logs

No response

Anything else?

No response

@cpressland cpressland added the bug Something isn't working label Feb 8, 2024
@Willy-JL Willy-JL added the release-pending This has been implemented and is waiting to be released publicly label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release-pending This has been implemented and is waiting to be released publicly
Projects
None yet
Development

No branches or pull requests

2 participants