Skip to content

Instantly share code, notes, and snippets.

@ijoseph
Created May 23, 2022 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijoseph/7e953b17b86b392b1d223f4cb5aacad1 to your computer and use it in GitHub Desktop.
Save ijoseph/7e953b17b86b392b1d223f4cb5aacad1 to your computer and use it in GitHub Desktop.
Toggling "Flash the screen when an alert sound occurs" on and off result
16a17
> flashScreen = 0;
19c20
< selectedTab = 23;
---
> selectedTab = 2;
@ijoseph
Copy link
Author

ijoseph commented May 23, 2022

Context
Before: left hand side (while unwanted flashes were occurring).
After: right hand side (after toggling on and off).

image

@ijoseph
Copy link
Author

ijoseph commented May 23, 2022

via

defaults read ~/Library/Preferences/com.apple.universalaccess.plist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment