More renaming. Hopefully fixed version number.
This commit is contained in:
@ -22,7 +22,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 '",
|
||||
@ -34,7 +34,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.'",
|
||||
@ -46,7 +46,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.'",
|
||||
|
@ -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