More renaming. Hopefully fixed version number.

This commit is contained in:
storm
2024-10-17 10:33:20 -04:00
parent b669e9b5ae
commit 36f0ecb4e2
400 changed files with 55769 additions and 55769 deletions

View File

@ -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.'",

View File

@ -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())

View File

@ -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'"]))

View File

@ -100,7 +100,7 @@
],
"enableMagCursor": true,
"speechRequiredStateString": "required",
"quitOrcaNoConfirmation": false,
"quitCthulhuNoConfirmation": false,
"skipBlankCells": false,
"magCursorColor": "#000000",
"enablePositionSpeaking": false,