-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
89 lines (89 loc) · 3.34 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>The Mac Accessibility hub</title>
<meta name="author" content="Aaron Hewitt">
<meta name="keywords" content="Mac, accessibility, blind, screen reader, resources">
<meta name="description" content="A resource for all third-party Mac OS accessibility enhancements.">
</head>
<body>
<div role="navigation" aria-label="Navigation">
<a href="index.html"> Home</a><a href="about.html"> About</a><a href="contact.html"> Contact</a></div>
<div role="main" aria-label="Content">
<h1>Mac Accessibility Resources</h1>
<p>Hello, and welcome to the Mac accessibility resources page.
Here you will find download links and information on third-party addons for the Mac to make the accessibility just that little bit better.
Resources are divided into catagories at heading level 2, with each resource at heading level 3.
For more information on why this exists, and who made it, check out the about and contact pages above.</p>
<h2>Productivity</h2>
<h3>Indent Beeper</h3>
<ul>
<li>Description: A small hammerspoon module to add indentation beeps to VoiceOver.</li>
<li>Author: Pitermach</li>
<li>Status: Supported</li>
<li><a href="https://github.com/pitermach/IndentBeeper">Download</a></li>
</ul>
<h3>Transpoon</h3>
<ul>
<li>Description: A hammerspoon module to quickly translate the last phrase spoken by voiceOver or the contents of the clipboard.</li>
<li>Author: Guillem Leon</li>
<li>Status: Supported</li>
<li><a href="https://github.com/guilevi/transpoon">Download</a></li>
</ul>
<h2>System tools</h2>
<h3>Triggrd</h3>
<ul>
<li>Description: A tool to make automations based on system events.</li>
<li>Author: Guillem Leon</li>
<li>Status: Supported</li>
<li><a href="https://github.com/guilevi/Triggrd">Download</a></li>
</ul>
<h3>tdsr</h3>
<ul>
<li>Description: A console screen reader for Mac OS.</li>
<li>Author: Tyler Spivey</li>
<li>Status: Supported</li>
<li><a href="https://github.com/tspivey/tdsr">Download</a></li>
</ul>
<h2>Sound enhancements</h2>
<h3>Arfy's sound note replacement</h3>
<ul>
<li>Description: A drop-in replacement for sound note, adding sounds to many events on the Mac.</li>
<li>Author: Arfy</li>
<li>Status: supported</li>
<li><a href="http://4.onj.me/arfy/arfys_soundnote_replacement.zip">Download</a></li>
</ul>
<h2>System Monitoring</h2>
<h3>Recmon</h3>
<ul>
<li>Description: A resource monitor for the Mac.</li>
<li>Author: Quin</li>
<li>Status: Supported</li>
<li><a href="https://github.com/TheQuinbox/recmon">Download</a></li>
</ul>
<h3>Resource Monitor</h3>
<ul>
<li>Description: A collection of Apple scripts to report on resource usage.</li>
<li>Author: Masonasons and Quin.</li>
<li>Status: Unknown</li>
<li><a href="http://masonasons.me/softs/ResourceMonitorMac.zip">Download</a></li>
</ul>
<h2>VoiceOver enhancements</h2>
<h3>VOCR</h3>
<ul>
<li>Description: An application to add OCR (optical character recognition) functionality to voiceOver.</li>
<li>Author: Chigkim</li>
<li>Status: Supported</li>
<li><a href="https://github.com/chigkim/VOCR">Download</a></li>
</ul>
<h3>Speech History</h3>
<ul>
<li>Description: Review the last speech announcements made by VoiceOver and copy them to the clipboard if desired.</li>
<li>Author: Mikolaj Holysz</li>
<li>Status: Supported</li>
<li><a href="https://github.com/mikolysz/speech-history">Download</a></li>
</ul>
<p>Last updated on: 30/08/2022, 13:24 UTC+1</p>
</div>
</body>
</html>