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.'",
|
||||
|
Reference in New Issue
Block a user