tayarndt commited on
Commit
a52f8e8
·
verified ·
1 Parent(s): 9832054

Upload at.json

Browse files
Files changed (1) hide show
  1. at.json +126 -0
at.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "JAWS: Say Prior Character - Left Arrow",
4
+ "label": "JAWS"
5
+ },
6
+ {
7
+ "text": "JAWS: Say Next Character - Right Arrow",
8
+ "label": "JAWS"
9
+ },
10
+ {
11
+ "text": "JAWS: Say Current Character - Numpad 5",
12
+ "label": "JAWS"
13
+ },
14
+ {
15
+ "text": "JAWS: Say Word - Insert + Numpad 5",
16
+ "label": "JAWS"
17
+ },
18
+ {
19
+ "text": "JAWS: Spell Word - Insert + Numpad 5 twice quickly",
20
+ "label": "JAWS"
21
+ },
22
+ {
23
+ "text": "JAWS: Say Prior Word - Insert + Left Arrow",
24
+ "label": "JAWS"
25
+ },
26
+ {
27
+ "text": "JAWS: Say Next Word - Insert + Right Arrow",
28
+ "label": "JAWS"
29
+ },
30
+ {
31
+ "text": "NVDA: Say Prior Character - Left Arrow or Numpad 1",
32
+ "label": "NVDA"
33
+ },
34
+ {
35
+ "text": "NVDA: Say Next Character - Right Arrow or Numpad 3",
36
+ "label": "NVDA"
37
+ },
38
+ {
39
+ "text": "NVDA: Say Current Character - Numpad 2",
40
+ "label": "NVDA"
41
+ },
42
+ {
43
+ "text": "NVDA: Say Word - Numpad 5",
44
+ "label": "NVDA"
45
+ },
46
+ {
47
+ "text": "NVDA: Spell Word - Numpad 5 twice quickly",
48
+ "label": "NVDA"
49
+ },
50
+ {
51
+ "text": "NVDA: Say Prior Word - Ctrl + Left Arrow or Numpad 4",
52
+ "label": "NVDA"
53
+ },
54
+ {
55
+ "text": "NVDA: Say Next Word - Ctrl + Right Arrow or Numpad 6",
56
+ "label": "NVDA"
57
+ },
58
+ {
59
+ "text": "VoiceOver: Start (or stop) VoiceOver - Command-F5 or Fn-Command-F5",
60
+ "label": "VoiceOver"
61
+ },
62
+ {
63
+ "text": "VoiceOver: Lock (or unlock) VO keys - VO-Semicolon",
64
+ "label": "VoiceOver"
65
+ },
66
+ {
67
+ "text": "VoiceOver: Repeat last spoken phrase - VO-Z",
68
+ "label": "VoiceOver"
69
+ },
70
+ {
71
+ "text": "VoiceOver: Open rotor - VO-U",
72
+ "label": "VoiceOver"
73
+ },
74
+ {
75
+ "text": "VoiceOver: Start reading - VO-A",
76
+ "label": "VoiceOver"
77
+ },
78
+ {
79
+ "text": "VoiceOver: Pause or resume reading - Control",
80
+ "label": "VoiceOver"
81
+ },
82
+ {
83
+ "text": "VoiceOver: Read next item - VO-Right Arrow",
84
+ "label": "VoiceOver"
85
+ },
86
+ {
87
+ "text": "VoiceOver: Read previous item - VO-Left Arrow",
88
+ "label": "VoiceOver"
89
+ },
90
+ {
91
+ "text": "VoiceOver: Read paragraph - VO-P",
92
+ "label": "VoiceOver"
93
+ },
94
+ {
95
+ "text": "VoiceOver: Read sentence - VO-S",
96
+ "label": "VoiceOver"
97
+ },
98
+ {
99
+ "text": "VoiceOver: Read word (press multiple times to spell words alphabetically and phonetically) - VO-W",
100
+ "label": "VoiceOver"
101
+ },
102
+ {
103
+ "text": "VoiceOver: Read character (press twice to read a character phonetically) - VO-C",
104
+ "label": "VoiceOver"
105
+ },
106
+ {
107
+ "text": "VoiceOver: Read from top to current location - VO-B",
108
+ "label": "VoiceOver"
109
+ },
110
+ {
111
+ "text": "VoiceOver: Jump to top of page (using desktop keyboards) - VO-Home",
112
+ "label": "VoiceOver"
113
+ },
114
+ {
115
+ "text": "VoiceOver: Jump to top of page (using laptop keyboards) - VO-Function-Left Arrow",
116
+ "label": "VoiceOver"
117
+ },
118
+ {
119
+ "text": "VoiceOver: Jump to bottom of page (using desktop keyboards) - VO-End",
120
+ "label": "VoiceOver"
121
+ },
122
+ {
123
+ "text": "VoiceOver: Jump to bottom of page (using laptop keyboards) - VO-Function-Right Arrow",
124
+ "label": "VoiceOver"
125
+ }
126
+ ]