Skip to content

Commit dd798c0

Browse files
committed
Update ACCEL.md
1 parent 4fc0f4d commit dd798c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/ACCEL.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Currently Zoom relies partially on Metal and so needs a small binary patch. Dosd
3232

3333
Due to the usage of `amfi_get_out_of_my_way=1`, macOS will fail to prompt users for special permissions upon application start as well as omit the entires in System Preferences. To work around this, we recommend users install [tccplus](https://github.com/jslegendre/tccplus) to manage permissions.
3434

35+
Example usage with Discord and microphone permissions:
36+
37+
```sh
38+
# Open Terminal and run the following commands
39+
cd ~/Downloads/
40+
chmod +x tccplus
41+
./tccplus add Microphone com.hnc.Discord
42+
```
43+
3544
## Keyboard Backlight broken
3645

3746
Due to forcing `hidd` into spinning up with the fallback mode enabled, this can break the OS's recognition of backlight keyboards. Thankfully the drivers themselves still do operate so applications such as [LabTick](https://www.macupdate.com/app/mac/22151/lab-tick) are able to set the brightness manually.

0 commit comments

Comments
 (0)