aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-03-07 17:23:10 +0100
committerTeddy Wing2021-03-07 17:23:10 +0100
commit512387fb4935063abd42f4a52765312c0b6b552c (patch)
tree02504c979a0e2550458dea9c1c2d0f6610d90fb3
parent4a60b69cefa5d9053dc33f667ad908a68590a54c (diff)
downloadRe-Good-Catalina-Invert-Colours-512387fb4935063abd42f4a52765312c0b6b552c.tar.bz2
Add README
-rw-r--r--README.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b8cd07b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,38 @@
+Re-Good Catalina Invert Colours
+===============================
+
+On Mac OS X 10.15 Catalina (or perhaps in 10.14 or 10.13), inverting display
+colours broke. After a few hours of normal computing, pressing
+`<Control+Option+Apple-8>` no longer inverts display colours. This can be reset
+with the Accessibility Controls window by pressing: `Option+Apple-F5`,
+`<Shift><Tab><Tab><Tab><Tab><Tab>`, `<Enter>`. As you might imagine, that’s
+completely ridiculous, and it’s even more idiotic that I’d been doing it from
+2019 until the first release of this program in 2021. Furthermore, after
+toggling the inversion, the machine always locks up for a few seconds.
+
+This program makes inverting screen colours good again, restoring the old
+behaviour: the keyboard shortcut always works and inverting doesn’t freeze the
+machine.
+
+
+## Usage
+Toggle inverted colours with either of the following global keyboard shortcuts:
+
+* `<Control+Option+Apple-8>`
+* `<F8>`
+
+
+## Install
+
+ $ brew install teddywing/formulae/invert-catalina-invert
+
+
+## Build
+
+ $ git submodule init && git submodule update
+ $ make
+
+
+## License
+Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
+COPYING file).