Skip to content

Commit 831a762

Browse files
authored
Merge pull request #2 from cindyli/GPII-3138
GPII-3138: Use UUIDs for demo user keys
2 parents 2e0bb55 + fae02da commit 831a762

22 files changed

+145
-103
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,53 @@
1-
{
2-
"flat": {
3-
"name": "Quint",
4-
"contexts": {
5-
"gpii-default": {
6-
"name": "Default preferences",
7-
"preferences": {
8-
"http://registry.gpii.net/common/language": "es-ES",
9-
"http://registry.gpii.net/applications/com.freedomscientific.jaws": {
10-
"Voice Profiles.ActiveVoiceProfileName" : "GPII",
11-
"Options.PrimarySynthesizer" : "eloq",
12-
"options.SayAllIndicateCaps" : false,
13-
"ENU-Global.Rate" : 50,
14-
"ENU-Global.Pitch" : 75,
15-
"ENU-Global.Volume" : 100,
16-
"ENU-Global.Punctuation" : 2,
17-
"ENU-JAWSCursor.Rate": 50,
18-
"ENU-Keyboard.Rate": 50,
19-
"ENU-MenuAndDialog.Rate": 50,
20-
"ENU-Message.Rate": 50,
21-
"ENU-PCCursor.Rate": 50,
22-
"ENU-JAWSCursor.Pitch": 75,
23-
"ENU-Keyboard.Pitch": 75,
24-
"ENU-MenuAndDialog.Pitch": 75,
25-
"ENU-Message.Pitch": 75,
26-
"ENU-PCCursor.Pitch": 75,
27-
"ENU-JAWSCursor.Volume": 100,
28-
"ENU-Keyboard.Volume": 100,
29-
"ENU-MenuAndDialog.Volume": 100,
30-
"ENU-Message.Volume": 100,
31-
"ENU-PCCursor.Volume": 100,
32-
"ENU-JAWSCursor.Punctuation": 2,
33-
"ENU-Keyboard.Punctuation": 2,
34-
"ENU-MenuAndDialog.Punctuation": 2,
35-
"ENU-Message.Punctuation": 2,
36-
"ENU-PCCursor.Punctuation": 2,
37-
"ENU-Global.SynthLangString": "Castilian Spanish",
38-
"ENU-JAWSCursor.SynthLangString": "Castilian Spanish",
39-
"ENU-Keyboard.SynthLangString": "Castilian Spanish",
40-
"ENU-MenuAndDialog.SynthLangString": "Castilian Spanish",
41-
"ENU-Message.SynthLangString": "Castilian Spanish",
42-
"ENU-PCCursor.SynthLangString": "Castilian Spanish",
43-
"options.TypingEcho": 3,
44-
"options.SayAllMode": 0,
45-
"Braille.BrailleMode": 0,
46-
"options.SayAllIgnoreShiftKeys": true
47-
}
48-
}
49-
}
50-
}
51-
}
52-
}
1+
// Quint: switches the OS to Spanish, turns on JAWS with a Spanish voice.
2+
{
3+
"flat": {
4+
"name": "Quint",
5+
"contexts": {
6+
"gpii-default": {
7+
"name": "Default preferences",
8+
"preferences": {
9+
"http://registry.gpii.net/common/language": "es-ES",
10+
"http://registry.gpii.net/applications/com.freedomscientific.jaws": {
11+
"Voice Profiles.ActiveVoiceProfileName" : "GPII",
12+
"Options.PrimarySynthesizer" : "eloq",
13+
"options.SayAllIndicateCaps" : false,
14+
"ENU-Global.Rate" : 50,
15+
"ENU-Global.Pitch" : 75,
16+
"ENU-Global.Volume" : 100,
17+
"ENU-Global.Punctuation" : 2,
18+
"ENU-JAWSCursor.Rate": 50,
19+
"ENU-Keyboard.Rate": 50,
20+
"ENU-MenuAndDialog.Rate": 50,
21+
"ENU-Message.Rate": 50,
22+
"ENU-PCCursor.Rate": 50,
23+
"ENU-JAWSCursor.Pitch": 75,
24+
"ENU-Keyboard.Pitch": 75,
25+
"ENU-MenuAndDialog.Pitch": 75,
26+
"ENU-Message.Pitch": 75,
27+
"ENU-PCCursor.Pitch": 75,
28+
"ENU-JAWSCursor.Volume": 100,
29+
"ENU-Keyboard.Volume": 100,
30+
"ENU-MenuAndDialog.Volume": 100,
31+
"ENU-Message.Volume": 100,
32+
"ENU-PCCursor.Volume": 100,
33+
"ENU-JAWSCursor.Punctuation": 2,
34+
"ENU-Keyboard.Punctuation": 2,
35+
"ENU-MenuAndDialog.Punctuation": 2,
36+
"ENU-Message.Punctuation": 2,
37+
"ENU-PCCursor.Punctuation": 2,
38+
"ENU-Global.SynthLangString": "Castilian Spanish",
39+
"ENU-JAWSCursor.SynthLangString": "Castilian Spanish",
40+
"ENU-Keyboard.SynthLangString": "Castilian Spanish",
41+
"ENU-MenuAndDialog.SynthLangString": "Castilian Spanish",
42+
"ENU-Message.SynthLangString": "Castilian Spanish",
43+
"ENU-PCCursor.SynthLangString": "Castilian Spanish",
44+
"options.TypingEcho": 3,
45+
"options.SayAllMode": 0,
46+
"Braille.BrailleMode": 0,
47+
"options.SayAllIgnoreShiftKeys": true
48+
}
49+
}
50+
}
51+
}
52+
}
53+
}
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,52 @@
1-
{
2-
"flat": {
3-
"name": "Roy",
4-
"contexts": {
5-
"gpii-default": {
6-
"name": "Default preferences",
7-
"preferences": {
8-
"http://registry.gpii.net/applications/com.freedomscientific.jaws": {
9-
"Voice Profiles.ActiveVoiceProfileName" : "GPII",
10-
"Options.PrimarySynthesizer" : "eloq",
11-
"options.SayAllIndicateCaps" : false,
12-
"ENU-Global.Rate" : 100,
13-
"ENU-Global.Pitch" : 65,
14-
"ENU-Global.Volume" : 100,
15-
"ENU-Global.Punctuation" : 2,
16-
"ENU-JAWSCursor.Rate": 100,
17-
"ENU-Keyboard.Rate": 100,
18-
"ENU-MenuAndDialog.Rate": 100,
19-
"ENU-Message.Rate": 100,
20-
"ENU-PCCursor.Rate": 100,
21-
"ENU-JAWSCursor.Pitch": 65,
22-
"ENU-Keyboard.Pitch": 65,
23-
"ENU-MenuAndDialog.Pitch": 65,
24-
"ENU-Message.Pitch": 65,
25-
"ENU-PCCursor.Pitch": 65,
26-
"ENU-JAWSCursor.Volume": 100,
27-
"ENU-Keyboard.Volume": 100,
28-
"ENU-MenuAndDialog.Volume": 100,
29-
"ENU-Message.Volume": 100,
30-
"ENU-PCCursor.Volume": 100,
31-
"ENU-JAWSCursor.Punctuation": 2,
32-
"ENU-Keyboard.Punctuation": 2,
33-
"ENU-MenuAndDialog.Punctuation": 2,
34-
"ENU-Message.Punctuation": 2,
35-
"ENU-PCCursor.Punctuation": 2,
36-
"ENU-Global.SynthLangString": "American English",
37-
"ENU-JAWSCursor.SynthLangString": "American English",
38-
"ENU-Keyboard.SynthLangString": "American English",
39-
"ENU-MenuAndDialog.SynthLangString": "American English",
40-
"ENU-Message.SynthLangString": "American English",
41-
"ENU-PCCursor.SynthLangString": "American English",
42-
"options.TypingEcho": 3,
43-
"options.SayAllMode": 0,
44-
"Braille.BrailleMode": 0,
45-
"options.SayAllIgnoreShiftKeys": true
46-
}
47-
}
48-
}
49-
}
50-
}
51-
}
1+
// Roy: turns on JAWS and speaks relatively fast.
2+
{
3+
"flat": {
4+
"name": "Roy",
5+
"contexts": {
6+
"gpii-default": {
7+
"name": "Default preferences",
8+
"preferences": {
9+
"http://registry.gpii.net/applications/com.freedomscientific.jaws": {
10+
"Voice Profiles.ActiveVoiceProfileName" : "GPII",
11+
"Options.PrimarySynthesizer" : "eloq",
12+
"options.SayAllIndicateCaps" : false,
13+
"ENU-Global.Rate" : 100,
14+
"ENU-Global.Pitch" : 65,
15+
"ENU-Global.Volume" : 100,
16+
"ENU-Global.Punctuation" : 2,
17+
"ENU-JAWSCursor.Rate": 100,
18+
"ENU-Keyboard.Rate": 100,
19+
"ENU-MenuAndDialog.Rate": 100,
20+
"ENU-Message.Rate": 100,
21+
"ENU-PCCursor.Rate": 100,
22+
"ENU-JAWSCursor.Pitch": 65,
23+
"ENU-Keyboard.Pitch": 65,
24+
"ENU-MenuAndDialog.Pitch": 65,
25+
"ENU-Message.Pitch": 65,
26+
"ENU-PCCursor.Pitch": 65,
27+
"ENU-JAWSCursor.Volume": 100,
28+
"ENU-Keyboard.Volume": 100,
29+
"ENU-MenuAndDialog.Volume": 100,
30+
"ENU-Message.Volume": 100,
31+
"ENU-PCCursor.Volume": 100,
32+
"ENU-JAWSCursor.Punctuation": 2,
33+
"ENU-Keyboard.Punctuation": 2,
34+
"ENU-MenuAndDialog.Punctuation": 2,
35+
"ENU-Message.Punctuation": 2,
36+
"ENU-PCCursor.Punctuation": 2,
37+
"ENU-Global.SynthLangString": "American English",
38+
"ENU-JAWSCursor.SynthLangString": "American English",
39+
"ENU-Keyboard.SynthLangString": "American English",
40+
"ENU-MenuAndDialog.SynthLangString": "American English",
41+
"ENU-Message.SynthLangString": "American English",
42+
"ENU-PCCursor.SynthLangString": "American English",
43+
"options.TypingEcho": 3,
44+
"options.SayAllMode": 0,
45+
"Braille.BrailleMode": 0,
46+
"options.SayAllIgnoreShiftKeys": true
47+
}
48+
}
49+
}
50+
}
51+
}
52+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Empty user key
2+
{}

0 commit comments

Comments
 (0)