maidr 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. package/.Rbuildignore +1 -0
  2. package/.eslintignore +3 -0
  3. package/.eslintrc.json +6 -0
  4. package/.github/workflows/build.yml +20 -0
  5. package/.prettierignore +3 -0
  6. package/.prettierrc.json +7 -0
  7. package/.vscode/extensions.json +25 -0
  8. package/.vscode/settings.json +30 -0
  9. package/.vscode/tasks.json +57 -0
  10. package/CHANGELOG.md +7 -0
  11. package/CITATION.cff +21 -0
  12. package/CONTRIBUTING.md +87 -0
  13. package/LICENSE.md +595 -0
  14. package/README.md +341 -0
  15. package/dist/maidr.js +8851 -0
  16. package/dist/maidr.min.js +1 -0
  17. package/dist/styles.css +244 -0
  18. package/dist/styles.min.css +1 -0
  19. package/docs/Audio.html +1398 -0
  20. package/docs/Constants.html +256 -0
  21. package/docs/Description.html +582 -0
  22. package/docs/Helper.html +364 -0
  23. package/docs/LogError.html +905 -0
  24. package/docs/Menu.html +665 -0
  25. package/docs/Position.html +174 -0
  26. package/docs/Resources.html +338 -0
  27. package/docs/Review.html +333 -0
  28. package/docs/Tracker.html +965 -0
  29. package/docs/audio.js.html +635 -0
  30. package/docs/constants.js.html +1242 -0
  31. package/docs/display.js.html +1184 -0
  32. package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
  33. package/docs/fonts/OpenSans-Bold-webfont.svg +1830 -0
  34. package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
  35. package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  36. package/docs/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
  37. package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  38. package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
  39. package/docs/fonts/OpenSans-Italic-webfont.svg +1830 -0
  40. package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
  41. package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
  42. package/docs/fonts/OpenSans-Light-webfont.svg +1831 -0
  43. package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
  44. package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  45. package/docs/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
  46. package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  47. package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
  48. package/docs/fonts/OpenSans-Regular-webfont.svg +1831 -0
  49. package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
  50. package/docs/fonts/OpenSans-Semibold-webfont.eot +0 -0
  51. package/docs/fonts/OpenSans-Semibold-webfont.svg +1830 -0
  52. package/docs/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  53. package/docs/fonts/OpenSans-Semibold-webfont.woff +0 -0
  54. package/docs/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  55. package/docs/fonts/OpenSans-SemiboldItalic-webfont.svg +1830 -0
  56. package/docs/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  57. package/docs/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  58. package/docs/index.html +66 -0
  59. package/docs/scripts/linenumber.js +25 -0
  60. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  61. package/docs/scripts/prettify/lang-css.js +2 -0
  62. package/docs/scripts/prettify/prettify.js +28 -0
  63. package/docs/styles/jsdoc-default.css +692 -0
  64. package/docs/styles/prettify-jsdoc.css +111 -0
  65. package/docs/styles/prettify-tomorrow.css +132 -0
  66. package/examples/dev_charts/barplot.html +1056 -0
  67. package/examples/dev_charts/boxplot.html +1856 -0
  68. package/examples/dev_charts/boxplot_flipped.svg +727 -0
  69. package/examples/dev_charts/heatmap.html +1217 -0
  70. package/examples/dev_charts/scatterplot/displ.js +18 -0
  71. package/examples/dev_charts/scatterplot/histogram_for_residual.svg +595 -0
  72. package/examples/dev_charts/scatterplot/hwy.js +15 -0
  73. package/examples/dev_charts/scatterplot/layers/point_layer.json +938 -0
  74. package/examples/dev_charts/scatterplot/layers/smooth_layer.json +322 -0
  75. package/examples/dev_charts/scatterplot/point_layer.js +938 -0
  76. package/examples/dev_charts/scatterplot/prediction_array.js +31 -0
  77. package/examples/dev_charts/scatterplot/prediction_array.json +31 -0
  78. package/examples/dev_charts/scatterplot/residual_array.js +29 -0
  79. package/examples/dev_charts/scatterplot/residual_array.json +29 -0
  80. package/examples/dev_charts/scatterplot/scatterplot.svg +1428 -0
  81. package/examples/dev_charts/scatterplot/scatterplot_data.html +2838 -0
  82. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_point_only.svg +1393 -0
  83. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_bestfit.svg +1424 -0
  84. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_loess_curve.svg +1402 -0
  85. package/examples/dev_charts/scatterplot/smooth_layer.js +322 -0
  86. package/examples/dev_charts/scatterplot.html +4560 -0
  87. package/examples/dodged_bar/dodged_bar.png +0 -0
  88. package/examples/dodged_bar/dodged_bar.svg +198 -0
  89. package/examples/dodged_bar/schema.json +41 -0
  90. package/examples/histogram/histogram_tutorial.svg +482 -0
  91. package/examples/histogram/histogram_tutorial_raw_data.json +362 -0
  92. package/examples/histogram/histogram_user_study.svg +578 -0
  93. package/examples/histogram/histogram_user_study_raw_data.json +362 -0
  94. package/examples/lineplot/lineplot_sample.svg +126 -0
  95. package/examples/lineplot/lineplot_sample_raw_data.json +1 -0
  96. package/examples/lineplot/point+lineplot_sample.svg +700 -0
  97. package/examples/other/audio_oscillator_boxplot.js +95 -0
  98. package/examples/other/barplot_labels.svg +314 -0
  99. package/examples/other/barplot_user_study.svg +313 -0
  100. package/examples/other/boxplot.html +927 -0
  101. package/examples/other/boxplot_data_frame.html +568 -0
  102. package/examples/other/boxplot_label.svg +751 -0
  103. package/examples/other/braille-display_boxplot.js +79 -0
  104. package/examples/other/control_boxplot.js +55 -0
  105. package/examples/other/draft.js +56 -0
  106. package/examples/other/getData.html +400 -0
  107. package/examples/other/getData.js +41 -0
  108. package/examples/other/ggplot_to_svg.R +371 -0
  109. package/examples/other/heatmap.svg +582 -0
  110. package/examples/other/heatmap_label.svg +608 -0
  111. package/examples/other/multiple_barplot.html +2250 -0
  112. package/examples/other/new_scatterplot_user_study_point_layer.json +122 -0
  113. package/examples/other/py_binder_output.html +1167 -0
  114. package/examples/other/scatterplot_label.svg +1429 -0
  115. package/examples/other/seaborn_plot.py +9 -0
  116. package/examples/other/svglite_bar.svg +136 -0
  117. package/examples/other/tutorial_boxplot.svg +727 -0
  118. package/examples/other/tutorial_boxplot_data.json +72 -0
  119. package/examples/other/user_study_boxplot.svg +676 -0
  120. package/examples/stacked_bar/schema.json +41 -0
  121. package/examples/stacked_bar/stack_bar.png +0 -0
  122. package/examples/stacked_bar/stacked_bar.svg +180 -0
  123. package/examples/stacked_normalized_bar/stacked_normalized_bar.png +0 -0
  124. package/examples/stacked_normalized_bar/stacked_normalized_bar.svg +189 -0
  125. package/examples/static/barplot.svg +263 -0
  126. package/examples/static/barplot_diamonds_gridSVG.svg +254 -0
  127. package/examples/static/boxplot.svg +424 -0
  128. package/examples/static/heatmap.svg +373 -0
  129. package/examples/static/heatmap_penguins_table.html +486 -0
  130. package/examples/static/scatterplot.svg +530 -0
  131. package/examples/svglite/task_heatmap.html +802 -0
  132. package/examples/svglite/task_heatmap.svg +111 -0
  133. package/examples/svglite/tutorial_bar.svg +136 -0
  134. package/examples/svglite/tutorial_bar_plot.html +504 -0
  135. package/examples/svglite/tutorial_boxplot.html +1850 -0
  136. package/examples/svglite/tutorial_boxplot.svg +727 -0
  137. package/examples/svglite/tutorial_scatterplot.html +3135 -0
  138. package/examples/svglite/tutorial_scatterplot.svg +311 -0
  139. package/gulpfile.js +49 -0
  140. package/index.html +40 -0
  141. package/jsconfig.json +10 -0
  142. package/jsdoc.json +19 -0
  143. package/package.json +47 -0
  144. package/src/css/styles.css +241 -0
  145. package/src/js/__tests__/audio.test.js +49 -0
  146. package/src/js/__tests__/constants.test.js +622 -0
  147. package/src/js/audio.js +575 -0
  148. package/src/js/barplot.js +254 -0
  149. package/src/js/boxplot.js +682 -0
  150. package/src/js/constants.js +1182 -0
  151. package/src/js/controls.js +3182 -0
  152. package/src/js/display.js +1124 -0
  153. package/src/js/heatmap.js +411 -0
  154. package/src/js/histogram.js +134 -0
  155. package/src/js/init.js +427 -0
  156. package/src/js/lineplot.js +219 -0
  157. package/src/js/scatterplot.js +619 -0
  158. package/src/js/segmented.js +268 -0
  159. package/user_study_pilot/binder_test.html +526 -0
  160. package/user_study_pilot/data/barplot_user_study.svg +492 -0
  161. package/user_study_pilot/data/barplot_user_study_raw_data.json +22 -0
  162. package/user_study_pilot/data/boxplot_tutorial.json +72 -0
  163. package/user_study_pilot/data/boxplot_tutorial_horizontal.svg +727 -0
  164. package/user_study_pilot/data/boxplot_user_study.json +52 -0
  165. package/user_study_pilot/data/boxplot_user_study_vertical.svg +675 -0
  166. package/user_study_pilot/data/boxplot_user_study_vertical_horizontal.svg +676 -0
  167. package/user_study_pilot/data/heatmap_user_study.svg +719 -0
  168. package/user_study_pilot/data/heatmap_user_study_raw_data.json +127 -0
  169. package/user_study_pilot/data/new_barplot_user_study.svg +269 -0
  170. package/user_study_pilot/data/new_heatmap_user_study.svg +367 -0
  171. package/user_study_pilot/data/new_scatterplot_user_study.svg +603 -0
  172. package/user_study_pilot/data/new_scatterplot_user_study_point_layer.json +122 -0
  173. package/user_study_pilot/data/scatterplot_user_study (1).svg +321 -0
  174. package/user_study_pilot/data/scatterplot_user_study.svg +603 -0
  175. package/user_study_pilot/data/scatterplot_user_study_point_layer.json +122 -0
  176. package/user_study_pilot/data/scatterplot_user_study_smooth_layer.json +322 -0
  177. package/user_study_pilot/intro.html +215 -0
  178. package/user_study_pilot/jaws_settings/Chrome.JDF +10 -0
  179. package/user_study_pilot/jaws_settings/Firefox.JDF +10 -0
  180. package/user_study_pilot/jaws_settings/backup_utf8/Chrome.JDF +10 -0
  181. package/user_study_pilot/jaws_settings/backup_utf8/Firefox.JDF +10 -0
  182. package/user_study_pilot/jaws_settings/backup_utf8/msedge.JDF +10 -0
  183. package/user_study_pilot/jaws_settings/msedge.JDF +10 -0
  184. package/user_study_pilot/nvda_settings/chrome.dic +10 -0
  185. package/user_study_pilot/nvda_settings/default.dic +10 -0
  186. package/user_study_pilot/nvda_settings/firefox.dic +10 -0
  187. package/user_study_pilot/nvda_settings/msedge.dic +10 -0
  188. package/user_study_pilot/scatterplot.html +4560 -0
  189. package/user_study_pilot/seaborn_test.html +1059 -0
  190. package/user_study_pilot/svglite_test.html +534 -0
  191. package/user_study_pilot/task1_bar_plot.html +1111 -0
  192. package/user_study_pilot/task2_heatmap.html +1661 -0
  193. package/user_study_pilot/task3_boxplot_horizontal.html +1690 -0
  194. package/user_study_pilot/task3_boxplot_vertical.html +1689 -0
  195. package/user_study_pilot/task4_scatterplot.html +2091 -0
  196. package/user_study_pilot/tutorial1_bar_plot.html +1159 -0
  197. package/user_study_pilot/tutorial2_heatmap.html +1276 -0
  198. package/user_study_pilot/tutorial3_boxplot_horizontal.html +1861 -0
  199. package/user_study_pilot/tutorial3_boxplot_vertical.html +1807 -0
  200. package/user_study_pilot/tutorial4_scatterplot.html +5893 -0
  201. package/user_study_pilot/tutorial5_histogram.html +1553 -0
  202. package/user_study_pilot/tutorial6_lineplot.html +1011 -0
  203. package/user_study_pilot/tutorial7_stacked.html +763 -0
  204. package/user_study_pilot/tutorial8_stacked_normalized.html +796 -0
  205. package/user_study_pilot/tutorial9_dodged_bar.html +831 -0
  206. package/user_study_pilot/voiceover_settings/user_study_VoiceOver Archive.voprefs +573 -0
@@ -0,0 +1,573 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>ArchiveType</key>
6
+ <integer>1</integer>
7
+ <key>ArchiveVersion</key>
8
+ <string>817.17</string>
9
+ <key>ArchiveVersionOS</key>
10
+ <string>120400</string>
11
+ <key>ArchiveVersionVO</key>
12
+ <integer>4</integer>
13
+ <key>export</key>
14
+ <dict>
15
+ <key>common</key>
16
+ <dict/>
17
+ <key>default</key>
18
+ <dict>
19
+ <key>SCRCInvertedTCommanderCaptureEnabled</key>
20
+ <false/>
21
+ <key>SCRCKeyboardCommanderEnabled</key>
22
+ <true/>
23
+ <key>SCRCTrackpadCommanderEnabled</key>
24
+ <true/>
25
+ <key>SCRCTrackpadCommanderTextTrackingMode</key>
26
+ <integer>0</integer>
27
+ <key>SCRCUserDefaultsAutomaticallySpeakWebPage</key>
28
+ <false/>
29
+ <key>SCRCUserDefaultsBrailleAutoAdvanceDuration</key>
30
+ <real>4</real>
31
+ <key>SCRCUserDefaultsBrailleContractionMode</key>
32
+ <integer>1</integer>
33
+ <key>SCRCUserDefaultsBrailleEightDotMode</key>
34
+ <true/>
35
+ <key>SCRCUserDefaultsBrailleTableIdentifier</key>
36
+ <string>com.apple.scrod.braille.table.duxbury.eng-xueb</string>
37
+ <key>SCRCUserDefaultsBrailleWordWrapEnabled</key>
38
+ <true/>
39
+ <key>SCRCUserDefaultsGroupingBehaviorGlobal</key>
40
+ <string>SCRGroupDrill</string>
41
+ <key>SCRCUserDefaultsHasPronunciations</key>
42
+ <true/>
43
+ <key>SCRCUserDefaultsImageCaptionLastAssetCatalogUpdateCheck</key>
44
+ <date>2023-03-14T18:19:43Z</date>
45
+ <key>SCRCUserDefaultsMuteVoiceOver</key>
46
+ <false/>
47
+ <key>SCRCUserDefaultsSingleLetterQuickNavEnabled</key>
48
+ <true/>
49
+ <key>SCRCUserDefaultsTextSearchHistory</key>
50
+ <array>
51
+ <string>install</string>
52
+ <string>install</string>
53
+ </array>
54
+ <key>SCRCUserDefaultsUseImageCaption</key>
55
+ <false/>
56
+ <key>SCRCUserDefaultsWebPreventKeyboardDOMEventDispatch</key>
57
+ <false/>
58
+ <key>SCRCategories_SCRCategorySystemWide_SCRAudioOutputSelectorDeviceName</key>
59
+ <string>SCRAudioOutputSelectorDefaultOutput</string>
60
+ <key>SCRCategories_SCRCategorySystemWide_SCRSoundComponentSettings_SCRDisableSound</key>
61
+ <true/>
62
+ <key>SCRCategories_SCRCategorySystemWide_SCRSpeechComponentSettings_SCRDisableSpeech</key>
63
+ <false/>
64
+ <key>SCRCategories_SCRCategorySystemWide_SCRSpeechLanguages_default_SCRSpeechComponentSettings_SCRIntonationAsPercent</key>
65
+ <real>50</real>
66
+ <key>SCRCategories_SCRCategorySystemWide_SCRSpeechLanguages_default_SCRSpeechComponentSettings_SCRPitchAsPercent</key>
67
+ <real>50</real>
68
+ <key>SCRCategories_SCRCategorySystemWide_SCRSpeechLanguages_default_SCRSpeechComponentSettings_SCRRateAsPercent</key>
69
+ <real>45</real>
70
+ <key>SCRCategories_SCRCategorySystemWide_SCRSpeechLanguages_default_SCRSpeechComponentSettings_SCRVoiceUseCustomizedVoiceSettings</key>
71
+ <true/>
72
+ <key>SCRCategories_SCRCategorySystemWide_SCRSpeechLanguages_default_SCRSpeechComponentSettings_SCRVolumeAsPercent</key>
73
+ <real>30</real>
74
+ <key>SCRDisplayBrailleEnabled</key>
75
+ <integer>2</integer>
76
+ <key>SCRDisplayTextEnabled</key>
77
+ <true/>
78
+ <key>SCREnableAppleScript</key>
79
+ <false/>
80
+ <key>SCRKeysToUseForVOModifier</key>
81
+ <string>SCRVOModifierControlOptionOrCapsLock</string>
82
+ <key>SCROutputAXHelpTag</key>
83
+ <integer>0</integer>
84
+ <key>SCRRotorLastRotor</key>
85
+ <string>SCRWebChooserMenuLinks</string>
86
+ <key>SCRShouldOutputCustomActionRotorHelpTag</key>
87
+ <integer>0</integer>
88
+ <key>SCRShouldOutputMoreContentRotorHelpTag</key>
89
+ <integer>0</integer>
90
+ <key>SCRSpeechAttributeRotorLastRotor</key>
91
+ <integer>2</integer>
92
+ <key>SCRVerbosity_SCRBrailleVerbosityLevel</key>
93
+ <string>SCRVerbosityLow</string>
94
+ <key>SCRVerbosity_SCRVerbosityLevel</key>
95
+ <string>SCRVerbosityLow</string>
96
+ <key>SCRVerbosity_StaticText_valueUpdate</key>
97
+ <string>SCRValueDescNone</string>
98
+ <key>SCRVisualsCaptionWindowFrame</key>
99
+ <string>{{558, 63}, {600, 110}}</string>
100
+ <key>SCRVoiceOverCursorEnabled</key>
101
+ <true/>
102
+ <key>custom.braille.com.apple.scrod.braille.driver.braillesense.32.SCRCUserDefaultsBrailleDisplayInputIdentifiers</key>
103
+ <array>
104
+ <string>66561</string>
105
+ <string>66817</string>
106
+ <string>65793</string>
107
+ <string>66049</string>
108
+ <string>65793.66049</string>
109
+ <string>65537.66305</string>
110
+ <string>65537.66561</string>
111
+ <string>66305.66817</string>
112
+ <string>65537.65793</string>
113
+ <string>66049.66305</string>
114
+ <string>65536</string>
115
+ <string>65539</string>
116
+ <string>65538.67586</string>
117
+ <string>66306.67586</string>
118
+ <string>66050.67586</string>
119
+ <string>66818.67586</string>
120
+ <string>65794.66050.67586</string>
121
+ <string>66562.66818.67586</string>
122
+ <string>65538.65794.66050.67586</string>
123
+ <string>66306.66562.66818.67586</string>
124
+ <string>65538.65794.66050.66562.67586</string>
125
+ <string>65794.66306.66562.66818.67586</string>
126
+ <string>66050.66818.67586</string>
127
+ <string>65794.66050.66306.67586</string>
128
+ <string>66050.66306.66562.67586</string>
129
+ <string>65538.65794.66818.67586</string>
130
+ <string>65538.65794.67586</string>
131
+ <string>65538.66306.66562.67586</string>
132
+ <string>65538.66562.67586</string>
133
+ <string>65794.66050.66306.66562.67586</string>
134
+ <string>65538.65794.66050.66306.66562.66818.67586</string>
135
+ <string>65538.65794.66050.66306.67586</string>
136
+ <string>65538.66050.66306.67586</string>
137
+ <string>65538.66050.67586</string>
138
+ <string>65538.65794.66050.66306.66818.67586</string>
139
+ <string>65794.66562.66818.67586</string>
140
+ <string>65538.65794.66306.67586</string>
141
+ <string>65538.66050.66818.67586</string>
142
+ <string>65794.66306.67586</string>
143
+ <string>65794.66562.67586</string>
144
+ <string>65538.65794.66562.67586</string>
145
+ <string>65794.66306.66818.67586</string>
146
+ <string>65538.66050.66562.67586</string>
147
+ <string>66050.66306.66562.66818.67586</string>
148
+ <string>65538.66306.66562.66818.67586</string>
149
+ <string>66050.66306.67586</string>
150
+ <string>65794.66050.66818.67586</string>
151
+ <string>66050.66562.66818.67586</string>
152
+ <string>65794.67586</string>
153
+ <string>66562.67586</string>
154
+ <string>65538.66050.66306.66562.67586</string>
155
+ <string>65538.65794.66306.66562.67586</string>
156
+ <string>66306.66562.67586</string>
157
+ <string>65538.65794.66050.66306.66562.67586</string>
158
+ <string>65794.66050.66306.66562.66818.67586</string>
159
+ <string>65794.66050.66562.66818.67586</string>
160
+ <string>65794.66050.66562.67586</string>
161
+ <string>65794.66562.66818.67586</string>
162
+ <string>65536</string>
163
+ <string>65539</string>
164
+ <string>65538.67074.67586</string>
165
+ <string>66306.67074.67586</string>
166
+ <string>65794.66562.66818.67074.67586</string>
167
+ <string>65538.66050.66306.67074.67586</string>
168
+ <string>65538.66050.67074.67586</string>
169
+ <string>67074.67586</string>
170
+ <string>67074</string>
171
+ <string>67330</string>
172
+ <string>67330.67586</string>
173
+ <string>66050.67074.67586</string>
174
+ <string>65794.67074.67586</string>
175
+ <string>65538.67074.67586</string>
176
+ <string>66306.67074.67586</string>
177
+ <string>66562.67074.67586</string>
178
+ <string>66050.67330.67586</string>
179
+ <string>65794.67330.67586</string>
180
+ <string>65538.67330.67586</string>
181
+ <string>66306.67330.67586</string>
182
+ <string>66562.67330.67586</string>
183
+ <string>66562.66818.67330.67586</string>
184
+ <string>65794.66050.67074.67586</string>
185
+ <string>65794.66050.66818.67074.67586</string>
186
+ </array>
187
+ <key>custom.hotspots.SCRHotSpot-8</key>
188
+ <dict>
189
+ <key>Active</key>
190
+ <true/>
191
+ <key>AppKey</key>
192
+ <string>com.apple.finder</string>
193
+ <key>AppName</key>
194
+ <string>Finder</string>
195
+ <key>Description</key>
196
+ <string>list view</string>
197
+ <key>Frame</key>
198
+ <data>
199
+ AAAAAABAaUAAAAAAAABKQAAAAAAAqIZAAAAAAAAAeEA=
200
+ </data>
201
+ <key>IndexPath</key>
202
+ <string>[0.0.2.0.0]</string>
203
+ <key>Role</key>
204
+ <string>AXOutline</string>
205
+ <key>Type</key>
206
+ <string>table</string>
207
+ </dict>
208
+ <key>custom.pronunciation.651101794.533879</key>
209
+ <dict>
210
+ <key>SCRComponent</key>
211
+ <string>SCROutputSpeechComponent</string>
212
+ <key>SCRDomainIdentifier</key>
213
+ <string>SCRAnyApplication</string>
214
+ <key>SCREnabled</key>
215
+ <string>1</string>
216
+ <key>SCRIgnoreCase</key>
217
+ <string>1</string>
218
+ <key>SCRPrimaryKey</key>
219
+ <string>651101794.533879</string>
220
+ <key>SCRSearchText</key>
221
+ <string>:-)</string>
222
+ <key>SCRSubTextKey</key>
223
+ <string>SCRUserSubstitution.smiley</string>
224
+ </dict>
225
+ <key>custom.pronunciation.651101794.533885</key>
226
+ <dict>
227
+ <key>SCRComponent</key>
228
+ <string>SCROutputSpeechComponent</string>
229
+ <key>SCRDomainIdentifier</key>
230
+ <string>SCRAnyApplication</string>
231
+ <key>SCREnabled</key>
232
+ <string>1</string>
233
+ <key>SCRIgnoreCase</key>
234
+ <string>1</string>
235
+ <key>SCRPrimaryKey</key>
236
+ <string>651101794.533885</string>
237
+ <key>SCRSearchText</key>
238
+ <string>;-)</string>
239
+ <key>SCRSubTextKey</key>
240
+ <string>SCRUserSubstitution.wink</string>
241
+ </dict>
242
+ <key>custom.pronunciation.651101794.533887</key>
243
+ <dict>
244
+ <key>SCRComponent</key>
245
+ <string>SCROutputSpeechComponent</string>
246
+ <key>SCRDomainIdentifier</key>
247
+ <string>SCRAnyApplication</string>
248
+ <key>SCREnabled</key>
249
+ <string>1</string>
250
+ <key>SCRIgnoreCase</key>
251
+ <string>1</string>
252
+ <key>SCRPrimaryKey</key>
253
+ <string>651101794.533887</string>
254
+ <key>SCRSearchText</key>
255
+ <string>:)</string>
256
+ <key>SCRSubTextKey</key>
257
+ <string>SCRUserSubstitution.smiley</string>
258
+ </dict>
259
+ <key>custom.pronunciation.651101794.533889</key>
260
+ <dict>
261
+ <key>SCRComponent</key>
262
+ <string>SCROutputSpeechComponent</string>
263
+ <key>SCRDomainIdentifier</key>
264
+ <string>SCRAnyApplication</string>
265
+ <key>SCREnabled</key>
266
+ <string>1</string>
267
+ <key>SCRIgnoreCase</key>
268
+ <string>1</string>
269
+ <key>SCRPrimaryKey</key>
270
+ <string>651101794.533889</string>
271
+ <key>SCRSearchText</key>
272
+ <string>;)</string>
273
+ <key>SCRSubTextKey</key>
274
+ <string>SCRUserSubstitution.wink</string>
275
+ </dict>
276
+ <key>custom.pronunciation.651101794.533890</key>
277
+ <dict>
278
+ <key>SCRComponent</key>
279
+ <string>SCROutputSpeechComponent</string>
280
+ <key>SCRDomainIdentifier</key>
281
+ <string>SCRAnyApplication</string>
282
+ <key>SCREnabled</key>
283
+ <string>1</string>
284
+ <key>SCRIgnoreCase</key>
285
+ <string>1</string>
286
+ <key>SCRPrimaryKey</key>
287
+ <string>651101794.533890</string>
288
+ <key>SCRSearchText</key>
289
+ <string>:(</string>
290
+ <key>SCRSubTextKey</key>
291
+ <string>SCRUserSubstitution.frown</string>
292
+ </dict>
293
+ <key>custom.pronunciation.651101794.533892</key>
294
+ <dict>
295
+ <key>SCRComponent</key>
296
+ <string>SCROutputSpeechComponent</string>
297
+ <key>SCRDomainIdentifier</key>
298
+ <string>SCRAnyApplication</string>
299
+ <key>SCREnabled</key>
300
+ <string>1</string>
301
+ <key>SCRIgnoreCase</key>
302
+ <string>1</string>
303
+ <key>SCRPrimaryKey</key>
304
+ <string>651101794.533892</string>
305
+ <key>SCRSearchText</key>
306
+ <string>:-(</string>
307
+ <key>SCRSubTextKey</key>
308
+ <string>SCRUserSubstitution.frown</string>
309
+ </dict>
310
+ <key>custom.pronunciation.651101794.533894</key>
311
+ <dict>
312
+ <key>SCRComponent</key>
313
+ <string>SCROutputSpeechComponent</string>
314
+ <key>SCRDomainIdentifier</key>
315
+ <string>SCRAnyApplication</string>
316
+ <key>SCREnabled</key>
317
+ <string>1</string>
318
+ <key>SCRIgnoreCase</key>
319
+ <string>0</string>
320
+ <key>SCRPrimaryKey</key>
321
+ <string>651101794.533894</string>
322
+ <key>SCRSearchText</key>
323
+ <string>GIF</string>
324
+ <key>SCRSubTextKey</key>
325
+ <string>SCRUserSubstitution.GIF</string>
326
+ </dict>
327
+ <key>custom.pronunciation.651101794.533896</key>
328
+ <dict>
329
+ <key>SCRComponent</key>
330
+ <string>SCROutputSpeechComponent</string>
331
+ <key>SCRDomainIdentifier</key>
332
+ <string>SCRAnyApplication</string>
333
+ <key>SCREnabled</key>
334
+ <string>1</string>
335
+ <key>SCRIgnoreCase</key>
336
+ <string>0</string>
337
+ <key>SCRPrimaryKey</key>
338
+ <string>651101794.533896</string>
339
+ <key>SCRSearchText</key>
340
+ <string>GUI</string>
341
+ <key>SCRSubTextKey</key>
342
+ <string>SCRUserSubstitution.GUI</string>
343
+ </dict>
344
+ <key>custom.pronunciation.651101794.533897</key>
345
+ <dict>
346
+ <key>SCRComponent</key>
347
+ <string>SCROutputSpeechComponent</string>
348
+ <key>SCRDomainIdentifier</key>
349
+ <string>SCRAnyApplication</string>
350
+ <key>SCREnabled</key>
351
+ <string>1</string>
352
+ <key>SCRIgnoreCase</key>
353
+ <string>1</string>
354
+ <key>SCRPrimaryKey</key>
355
+ <string>651101794.533897</string>
356
+ <key>SCRSearchText</key>
357
+ <string>802.11b</string>
358
+ <key>SCRSubTextKey</key>
359
+ <string>SCRUserSubstitution.80211b</string>
360
+ </dict>
361
+ <key>custom.pronunciation.651101794.533899</key>
362
+ <dict>
363
+ <key>SCRComponent</key>
364
+ <string>SCROutputSpeechComponent</string>
365
+ <key>SCRDomainIdentifier</key>
366
+ <string>SCRAnyApplication</string>
367
+ <key>SCREnabled</key>
368
+ <string>1</string>
369
+ <key>SCRIgnoreCase</key>
370
+ <string>1</string>
371
+ <key>SCRPrimaryKey</key>
372
+ <string>651101794.533899</string>
373
+ <key>SCRSearchText</key>
374
+ <string>802.11g</string>
375
+ <key>SCRSubTextKey</key>
376
+ <string>SCRUserSubstitution.80211g</string>
377
+ </dict>
378
+ <key>custom.pronunciation.651101794.533901</key>
379
+ <dict>
380
+ <key>SCRComponent</key>
381
+ <string>SCROutputSpeechComponent</string>
382
+ <key>SCRDomainIdentifier</key>
383
+ <string>SCRAnyApplication</string>
384
+ <key>SCREnabled</key>
385
+ <string>1</string>
386
+ <key>SCRIgnoreCase</key>
387
+ <string>1</string>
388
+ <key>SCRPrimaryKey</key>
389
+ <string>651101794.533901</string>
390
+ <key>SCRSearchText</key>
391
+ <string>qty</string>
392
+ <key>SCRSubTextKey</key>
393
+ <string>SCRUserSubstitution.qty</string>
394
+ </dict>
395
+ <key>custom.pronunciation.700510781.974922</key>
396
+ <dict>
397
+ <key>SCRComponent</key>
398
+ <string>SCROutputSpeechComponent</string>
399
+ <key>SCRDomainIdentifier</key>
400
+ <string>SCRAnyApplication</string>
401
+ <key>SCREnabled</key>
402
+ <string>1</string>
403
+ <key>SCRIgnoreCase</key>
404
+ <string>1</string>
405
+ <key>SCRPrimaryKey</key>
406
+ <string>700510781.974922</string>
407
+ <key>SCRSearchText</key>
408
+ <string>⠀</string>
409
+ <key>SCRSubText</key>
410
+ <string></string>
411
+ <key>SCRSubTextKey</key>
412
+ <string></string>
413
+ </dict>
414
+ <key>custom.pronunciation.700510781.974924</key>
415
+ <dict>
416
+ <key>SCRComponent</key>
417
+ <string>SCROutputSpeechComponent</string>
418
+ <key>SCRDomainIdentifier</key>
419
+ <string>SCRAnyApplication</string>
420
+ <key>SCREnabled</key>
421
+ <string>1</string>
422
+ <key>SCRIgnoreCase</key>
423
+ <string>1</string>
424
+ <key>SCRPrimaryKey</key>
425
+ <string>700510781.974924</string>
426
+ <key>SCRSearchText</key>
427
+ <string>⠂</string>
428
+ <key>SCRSubText</key>
429
+ <string></string>
430
+ <key>SCRSubTextKey</key>
431
+ <string></string>
432
+ </dict>
433
+ <key>custom.pronunciation.700510781.974925</key>
434
+ <dict>
435
+ <key>SCRComponent</key>
436
+ <string>SCROutputSpeechComponent</string>
437
+ <key>SCRDomainIdentifier</key>
438
+ <string>SCRAnyApplication</string>
439
+ <key>SCREnabled</key>
440
+ <string>1</string>
441
+ <key>SCRIgnoreCase</key>
442
+ <string>1</string>
443
+ <key>SCRPrimaryKey</key>
444
+ <string>700510781.974925</string>
445
+ <key>SCRSearchText</key>
446
+ <string>⠇</string>
447
+ <key>SCRSubText</key>
448
+ <string></string>
449
+ <key>SCRSubTextKey</key>
450
+ <string></string>
451
+ </dict>
452
+ <key>custom.pronunciation.700510781.974926</key>
453
+ <dict>
454
+ <key>SCRComponent</key>
455
+ <string>SCROutputSpeechComponent</string>
456
+ <key>SCRDomainIdentifier</key>
457
+ <string>SCRAnyApplication</string>
458
+ <key>SCREnabled</key>
459
+ <string>1</string>
460
+ <key>SCRIgnoreCase</key>
461
+ <string>1</string>
462
+ <key>SCRPrimaryKey</key>
463
+ <string>700510781.974926</string>
464
+ <key>SCRSearchText</key>
465
+ <string>⠉</string>
466
+ <key>SCRSubText</key>
467
+ <string></string>
468
+ <key>SCRSubTextKey</key>
469
+ <string></string>
470
+ </dict>
471
+ <key>custom.pronunciation.700510781.974928</key>
472
+ <dict>
473
+ <key>SCRComponent</key>
474
+ <string>SCROutputSpeechComponent</string>
475
+ <key>SCRDomainIdentifier</key>
476
+ <string>SCRAnyApplication</string>
477
+ <key>SCREnabled</key>
478
+ <string>1</string>
479
+ <key>SCRIgnoreCase</key>
480
+ <string>1</string>
481
+ <key>SCRPrimaryKey</key>
482
+ <string>700510781.974928</string>
483
+ <key>SCRSearchText</key>
484
+ <string>⠒</string>
485
+ <key>SCRSubText</key>
486
+ <string></string>
487
+ <key>SCRSubTextKey</key>
488
+ <string></string>
489
+ </dict>
490
+ <key>custom.pronunciation.700510781.974929</key>
491
+ <dict>
492
+ <key>SCRComponent</key>
493
+ <string>SCROutputSpeechComponent</string>
494
+ <key>SCRDomainIdentifier</key>
495
+ <string>SCRAnyApplication</string>
496
+ <key>SCREnabled</key>
497
+ <string>1</string>
498
+ <key>SCRIgnoreCase</key>
499
+ <string>1</string>
500
+ <key>SCRPrimaryKey</key>
501
+ <string>700510781.974929</string>
502
+ <key>SCRSearchText</key>
503
+ <string>⠤</string>
504
+ <key>SCRSubText</key>
505
+ <string></string>
506
+ <key>SCRSubTextKey</key>
507
+ <string></string>
508
+ </dict>
509
+ <key>custom.pronunciation.700510781.974931</key>
510
+ <dict>
511
+ <key>SCRComponent</key>
512
+ <string>SCROutputSpeechComponent</string>
513
+ <key>SCRDomainIdentifier</key>
514
+ <string>SCRAnyApplication</string>
515
+ <key>SCREnabled</key>
516
+ <string>1</string>
517
+ <key>SCRIgnoreCase</key>
518
+ <string>1</string>
519
+ <key>SCRPrimaryKey</key>
520
+ <string>700510781.974931</string>
521
+ <key>SCRSearchText</key>
522
+ <string>⠸</string>
523
+ <key>SCRSubText</key>
524
+ <string></string>
525
+ <key>SCRSubTextKey</key>
526
+ <string></string>
527
+ </dict>
528
+ <key>custom.pronunciation.700510781.974932</key>
529
+ <dict>
530
+ <key>SCRComponent</key>
531
+ <string>SCROutputSpeechComponent</string>
532
+ <key>SCRDomainIdentifier</key>
533
+ <string>SCRAnyApplication</string>
534
+ <key>SCREnabled</key>
535
+ <string>1</string>
536
+ <key>SCRIgnoreCase</key>
537
+ <string>1</string>
538
+ <key>SCRPrimaryKey</key>
539
+ <string>700510781.974932</string>
540
+ <key>SCRSearchText</key>
541
+ <string>⠿</string>
542
+ <key>SCRSubText</key>
543
+ <string></string>
544
+ <key>SCRSubTextKey</key>
545
+ <string></string>
546
+ </dict>
547
+ <key>custom.pronunciation.700510781.974934</key>
548
+ <dict>
549
+ <key>SCRComponent</key>
550
+ <string>SCROutputSpeechComponent</string>
551
+ <key>SCRDomainIdentifier</key>
552
+ <string>SCRAnyApplication</string>
553
+ <key>SCREnabled</key>
554
+ <string>1</string>
555
+ <key>SCRIgnoreCase</key>
556
+ <string>1</string>
557
+ <key>SCRPrimaryKey</key>
558
+ <string>700510781.974934</string>
559
+ <key>SCRSearchText</key>
560
+ <string>⣀</string>
561
+ <key>SCRSubText</key>
562
+ <string></string>
563
+ <key>SCRSubTextKey</key>
564
+ <string></string>
565
+ </dict>
566
+ <key>custom.trackpads.SCRCTrackpadCommanderEnabled-144115188075855908</key>
567
+ <false/>
568
+ <key>custom.trackpads.SCRCTrackpadCommanderEnabled-144115188075855911</key>
569
+ <true/>
570
+ </dict>
571
+ </dict>
572
+ </dict>
573
+ </plist>