mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 15:04:19 +00:00
apply fix for msteams on macos
by cpressland https://github.com/Flipper-XFW/Xtreme-Firmware/pull/545/files
This commit is contained in:
parent
1a02152d03
commit
357df80642
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ static void hid_ptt_stop_ptt_linux_teamspeak(HidPushToTalk* hid_ptt) {
|
|||
|
||||
// teams
|
||||
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);
|
||||
hid_hal_keyboard_press(hid_ptt->hid, KEY_MOD_LEFT_ALT | HID_KEYBOARD_SPACEBAR);
|
||||
}
|
||||
static void hid_ptt_start_ptt_linux_teams(HidPushToTalk* hid_ptt) {
|
||||
hid_hal_keyboard_press(hid_ptt->hid, KEY_MOD_LEFT_CTRL | HID_KEYBOARD_SPACEBAR);
|
||||
|
|
Loading…
Reference in a new issue