More renaming. Hopefully fixed version number.
This commit is contained in:
@ -20,7 +20,7 @@ sequence.append(KeyPressAction(0, None, "KP_Insert"))
|
||||
sequence.append(TypeAction("f"))
|
||||
sequence.append(KeyReleaseAction(0, None, "KP_Insert"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"1. Orca command: check text attributes",
|
||||
"1. Cthulhu command: check text attributes",
|
||||
["BRAILLE LINE: 'Reads the attributes associated with the current text character.'",
|
||||
" VISIBLE: 'Reads the attributes associated ', cursor=0",
|
||||
"SPEECH OUTPUT: 'insert '",
|
||||
@ -32,7 +32,7 @@ sequence.append(KeyPressAction(0, None, "KP_Insert"))
|
||||
sequence.append(TypeAction(" "))
|
||||
sequence.append(KeyReleaseAction(0, None, "KP_Insert"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"2. Orca command: bring up preferences",
|
||||
"2. Cthulhu command: bring up preferences",
|
||||
["BRAILLE LINE: 'Learn mode. Press escape to exit.'",
|
||||
" VISIBLE: 'Learn mode. Press escape to exi', cursor=0",
|
||||
"BRAILLE LINE: 'Displays the preferences configuration dialog.'",
|
||||
@ -44,7 +44,7 @@ sequence.append(utils.AssertPresentationAction(
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("KP_5"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"3. Orca command: flat review current word",
|
||||
"3. Cthulhu command: flat review current word",
|
||||
["BRAILLE LINE: 'Learn mode. Press escape to exit.'",
|
||||
" VISIBLE: 'Learn mode. Press escape to exi', cursor=0",
|
||||
"BRAILLE LINE: 'Speaks the current flat review item or word.'",
|
||||
|
@ -52,7 +52,7 @@ sequence.append(utils.AssertPresentationAction(
|
||||
"SPEECH OUTPUT: 'scrollable notebooks and hidden tabs.'",
|
||||
"SPEECH OUTPUT: 'image.'"]))
|
||||
|
||||
# GtkTreeView swallows this keypress (for all users; not just Orca users).
|
||||
# GtkTreeView swallows this keypress (for all users; not just Cthulhu users).
|
||||
sequence.append(KeyComboAction("Left"))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
|
@ -18,7 +18,7 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("<Control>Tab"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"1. Push button initial focus",
|
||||
["KNOWN ISSUE: The widgets on the toolbar no longer have accessible names, so Orca cannot present them.",
|
||||
["KNOWN ISSUE: The widgets on the toolbar no longer have accessible names, so Cthulhu cannot present them.",
|
||||
"BRAILLE LINE: 'gtk3-demo-application application Application Class frame push button'",
|
||||
" VISIBLE: 'push button', cursor=1",
|
||||
"SPEECH OUTPUT: 'push button'"]))
|
||||
|
@ -100,7 +100,7 @@
|
||||
],
|
||||
"enableMagCursor": true,
|
||||
"speechRequiredStateString": "required",
|
||||
"quitOrcaNoConfirmation": false,
|
||||
"quitCthulhuNoConfirmation": false,
|
||||
"skipBlankCells": false,
|
||||
"magCursorColor": "#000000",
|
||||
"enablePositionSpeaking": false,
|
||||
|
Reference in New Issue
Block a user