home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / flip416.zip / MESSAGES.COM / REVIEW.FLS < prev    next >
Text File  |  1994-05-26  |  39KB  |  1,679 lines

  1. {line_mess  EQU 1}
  2. ;flipper says this followed by the line number
  3. ;when you turn on read line numbers
  4. line
  5. ;
  6. {mark_mess   EQU 2}
  7. ;this is what flipper says when it sets a mark on the screen
  8. mark
  9. ;
  10. {mess_y_or_n  EQU 3}
  11. yes or no
  12. ;
  13. {mess_which_cursor_to_create EQU 4}
  14. which cursor would you create for this enhancement?
  15. one for the primary, on up to cursor number 10
  16. ;
  17. {mess_anounce_that_cursor_was_created EQU 5}
  18. cursor created for enhancement number
  19. ;
  20. {mess_cursor_type_is_forced_dos EQU 6}
  21. currently using the forced dos cursor
  22. ;
  23. {mess_no_valid_cursor_found EQU 7}
  24. no valid cursor was found
  25. ;
  26. {mess_cursor_is_number EQU 8}
  27. flipper is using cursor number
  28. ;
  29. {mess_enhancement_number  EQU 9}
  30. enhancement number
  31. ;
  32. {mess_voice_mode_name_table_1  EQU 10}
  33. command
  34. ;
  35. {mess_voice_mode_name_table_2 EQU 11}
  36. keyboard
  37. ;
  38. {mess_voice_mode_name_table_3   EQU 12}
  39. automatic output
  40. ;
  41. {mess_voice_parameter_name_table_1   EQU 13}
  42. voice speed
  43. ;
  44. {mess_voice_parameter_name_table_2   EQU 14}
  45. volume
  46. ;
  47. {mess_voice_parameter_name_table_3   EQU 15}
  48. inflection
  49. ;
  50. {mess_voice_parameter_name_table_4   EQU 16}
  51. filter
  52. ;
  53. {mess_voice_parameter_name_table_5   EQU 17}
  54. auxiliary voice parameter
  55. ;
  56. {mess_voice_out  EQU 18}
  57. leaving voice control
  58. ;
  59. {change_voice_mess  EQU 19}
  60. voice control
  61. ;
  62. {mess_bad_voice_toggle  EQU 20}
  63. press return to leave, or press the
  64. function keys with
  65. shift or alt to change the voices
  66. ;
  67. ;
  68. {mess_no_documentation_available   EQU 21}
  69. documentation file was not loaded
  70. ;
  71. {external_replaced_mess  EQU 22}
  72. external replaced
  73. ;
  74. {mess_end_of_line  EQU 23}
  75. ;search string item for end of line
  76. end of line
  77. ;
  78. {mess_digit  EQU 24}
  79. ;search string item for an unknown digit
  80. digit
  81. ;
  82. {mess_letter  EQU 25}
  83. ;search string item for an unknown letter
  84. letter
  85. ;
  86. {mess_any_symbol  EQU 26}
  87. ;search string item for an unknown symbol-- not letter or digit
  88. any symbol
  89. ;
  90. {mess_anything  EQU 27}
  91. ;search string item for any character
  92. anything
  93. ;
  94. {mess_inverse_video  EQU 28}
  95. ;search string item
  96. inverse video
  97. ;
  98. {mess_underline  EQU 29}
  99. ;search string item
  100. underline
  101. ;
  102. {mess_high_intensity_video  EQU 30}
  103. ;search string item
  104. high intensity video
  105. ;
  106. {mess_blinking  EQU 31}
  107. ;search string item
  108. blinking
  109. ;
  110. {mess_enhancement_change  EQU 32}
  111. ;search string item
  112. enhancement change
  113. ;
  114. {mess_capital  EQU 33}
  115. ;search string item
  116. capital letter
  117. ;
  118. {mess_no_enhancement  EQU 34}
  119. ;search string item
  120. no enhancement
  121. ;
  122. {mess_form  EQU 35}
  123. ;search string item
  124. any form symbol
  125. ;
  126. {mess_upper_left  EQU 36}
  127. ;search string item
  128. upper left corner form symbol
  129. ;
  130. {mess_lower_right  EQU 37}
  131. ;search string item
  132. lower right corner form symbol
  133. ;
  134. {mess_search_pattern_entered  EQU 38}
  135. search pattern defined
  136. ;
  137. {mess_alt_in_search  EQU 39}
  138. you are entering a search pattern
  139. press return or alt space bar to
  140. get out
  141. ;
  142. {mess_say_box_not_found  EQU 40}
  143. say box not found if described box can not be found
  144. ;
  145. ;
  146. {mess_press_q_def_key  EQU 41}
  147. type the number for the quiet window
  148. that you want to change
  149. ;
  150. {mess_disable_quiet_windows EQU 42}
  151. disable all quiet windows
  152. ;
  153. {mess_disable_this_quiet_window   EQU 43}
  154. disable this quiet window
  155. ;
  156. {mess_which_window_define EQU 44}
  157. which window do you want to define?
  158. ;
  159. ;
  160. {mess_p_window_from_review_only  EQU 45}
  161. this is the window red by the p key from review
  162. ;
  163. {mess_whole_left_to_right  EQU 46}
  164. should the area extend from the left edge
  165. of the screen to the right edge
  166. ;
  167. {mess_whole_top_to_bottom  EQU 47}
  168. should the area extend from
  169. the top of the screen to the bottom
  170. ;
  171. {mess_start_col_relative  EQU 48}
  172. define the left edge relative to the cursor
  173. ;
  174. {mess_give_start_col_rel  EQU 49}
  175. enter the displacement of the left edge from the cursor,
  176. negative if it is to the left
  177. ;
  178. {mess_give_start_col  EQU 50}
  179. type the desired starting
  180. or left column for the block
  181. ;
  182. {mess_ending_col_relative  EQU 51}
  183. define the right edge relative to the cursor
  184. ;
  185. {mess_give_ending_col_rel  EQU 52}
  186. enter the displacement of the right edge from the cursor,
  187. negative if it is to the left
  188. ;
  189. {mess_give_ending_col  EQU 53}
  190. type ending or right column
  191. ;
  192. {mess_start_row_relative  EQU 54}
  193. define the top edge relative to the cursor
  194. ;
  195. {mess_start_and_end_col_by_enhancements  EQU 55}
  196. use enhancement changes to define the left and right edge
  197. ;
  198. {mess_give_start_col_by_enhancement_changes  EQU 56}
  199. give the displacement to the left edge in enhancement changes
  200. ;
  201. {mess_use_data_row_instead_of_cursor_row  EQU 57}
  202. do you want to use the ones on a line other that the cursor line
  203. ;
  204. {mess_give_end_col_by_enhancement_changes  EQU 58}
  205. give the displacement to the right edge in enhancement changes
  206. ;
  207. {mess_start_and_end_col_by_form_symbols  EQU 59}
  208. use form symbols to define the left and right edge
  209. ;
  210. {mess_give_start_col_by_form_symbols  EQU 60}
  211. give the displacement to the left edge in form symbols
  212. ;
  213. {mess_give_end_col_by_form_symbols  EQU 61}
  214. give the displacement to the right edge in form symbols
  215. ;
  216. {MESS_THE_CURRENT_POSITION  EQU 62}
  217. the current position
  218. ;
  219. {MESS_GIVE_START_ROW_REL  EQU 63}
  220. enter the displacement of the top edge from the cursor,
  221. negative if it is above the cursor
  222. ;
  223. {mess_give_start_row  EQU 64}
  224. type desired first line
  225. ;
  226. {mess_ending_row_relative  EQU 65}
  227. define the bottom edge relative to the cursor
  228. ;
  229. {mess_give_ending_row_rel  EQU 66}
  230. enter the displacement of the bottom edge from the cursor,
  231. negative if it is above the cursor
  232. ;
  233. {mess_give_ending_row  EQU 67}
  234. type the last line
  235. ;
  236. {mess_window_defined  EQU 68}
  237. window is now defined
  238. ;
  239. {mess_not_digit  EQU 69}
  240. that key is not a digit, press alt space bar to abort
  241. ;
  242. {mess_backspace  EQU 70}
  243. backspace
  244. ;
  245. {mess_too_big  EQU 71}
  246. number is too big
  247. ;
  248. {mess_time_is  EQU 72}
  249. the time is
  250. ;
  251. {mess_oclock  EQU 73}
  252. oclock
  253. ;
  254. {mess_am  EQU 74}
  255. a m
  256. ;
  257. {mess_pm  EQU 75}
  258. p m
  259. ;
  260. {mess_o  EQU 76}
  261. o
  262. ;
  263. {mess_add_to_grab_buffer  EQU 77}
  264. ;picking up text into the grab buffer using the g command
  265. delete the text already in the buffer
  266. {mess_grab  EQU 78}
  267. grab
  268. ;
  269. {mess_grab_too_long  EQU 79}
  270. ;the distance from the mark is too long to fit into the grab buffer
  271. the grab buffer is full
  272. ;
  273. {mess_empty  EQU 80}
  274. ;the grab buffer is empty
  275. empty
  276. ;
  277. {mess_not_defined  EQU 81}
  278. not defined
  279. ;
  280. {mess_symbol_is_on  EQU 82}
  281. on
  282. ;
  283. {mess_symbol_is_off  EQU 83}
  284. off
  285. ;
  286. {mess_and_symbol_is_direct EQU 84}
  287. and send direct to synthesizer
  288. ;
  289. {mess_y_to_add_etc  EQU 85}
  290. after a symbol is named, press y to select it,
  291. n to turn it off, s to send it directly to the synthesizer,
  292. space bar to leave it the same,
  293. backspace to go back to the previous symbol,
  294. or return to leave
  295. ;
  296. {mess_forms_on   EQU 86}
  297. form symbols on
  298. {mess_forms_off   EQU 87}
  299. no form symbols
  300. {mess_decorative_on   EQU 88}
  301. decorative symbols on
  302. {mess_decorative_off   EQU 89}
  303. turn off decorative symbols
  304. {mess_accents_on   EQU 90}
  305. foreign and accented symbols on
  306. {mess_accents_off   EQU 91}
  307. turn off foreign and accented symbols
  308. ;
  309. {mess_math_on   EQU 92}
  310. math symbols on
  311. {mess_math_off   EQU 93}
  312. turn off math symbols
  313. ;
  314. {mess_do_quote  EQU 94}
  315. type characters to send to synthesizer, then
  316. press the end key
  317. ;
  318. {mess_leave_symbol  EQU 95}
  319. leaving symbol choosing
  320. ;
  321. {mess_alt_in_symbol  EQU 96}
  322. press return or alt space bar to leave
  323. ;
  324. {inserted_mess  EQU 97}
  325. added
  326. ;
  327. {mess_press_symbol_add  EQU 98}
  328. type the symbols that you want to
  329. select or turn on,
  330. press return when done
  331. ;
  332. {deleted_mess  EQU 99}
  333. deleted
  334. ;
  335. {sent_direct_to_synthesizer_mess  EQU 100}
  336. sent direct to synthesizer
  337. ;
  338. {not_sent_direct_to_synthesizer_mess EQU 101}
  339. processed by flipper
  340. ;
  341. {mess_press_symbol_to_send_direct EQU 102}
  342. type the symbols that you want to
  343. send directly to the synthesizer,
  344. press return when done
  345. ;
  346. {mess_press_symbol_not_to_send_direct EQU 103}
  347. type the symbols that you want flipper
  348. to process instead of being sent
  349. directly to the synthesizer,
  350. press return when done
  351. ;
  352. {mess_press_symbol_delete  EQU 104}
  353. type the symbols that you want to
  354. turn off or d select,
  355. press return when done
  356. ;
  357. {mess_enter_search_pattern  EQU 105}
  358. enter search pattern
  359. ;
  360. {mess_enter_ascii_code  EQU 106}
  361. enter the ascii code for the symbol
  362. or press return to select an enhancement
  363. ;
  364. {mess_enter_enhancement_number  EQU 107}
  365. enter the enhancement number
  366. ;
  367. {bad_num_mess  EQU 108}
  368. off screen
  369. ;
  370. {duplicate_mess  EQU 109}
  371. duplicated
  372. ;
  373. {autokey_end_mess  EQU 110}
  374. end of
  375. ;
  376. {autokey_start_mess  EQU 111}
  377. auto key mode
  378. ;
  379. {mess_no_command  EQU 112}
  380. not a review command
  381. ;
  382. {mess_yes  EQU 113}
  383. yes
  384. ;
  385. {mess_no  EQU 114}
  386. no
  387. ;
  388. {mess_def_by_form_sym  EQU 115}
  389. is this a form symbol box
  390. ;
  391. {mess_def_wind_cursor_inside  EQU 116}
  392. do you want this to be the box with the cursor
  393. ;
  394. {mess_number_boxes_from_bottom  EQU 117}
  395. count pop up boxes
  396. starting from the bottom
  397. ;
  398. {mess_how_many_from_top  EQU 118}
  399. counting from the top, how many boxes down
  400. ;
  401. {mess_any_relative   EQU 119}
  402. define any of the edges of this window
  403. relative to the cursor
  404. ;
  405. {mess_how_many_from_bottom  EQU 120}
  406. counting from the bottom, how many boxes up
  407. ;
  408. {mess_only_enhanced  EQU 121}
  409. reed only enhanced text
  410. ;
  411. {mess_enhancement_to_include  EQU 122}
  412. give the number for the enhancement
  413. ;
  414. {mess_exclude_enhanced  EQU 123}
  415. exclude enhanced text
  416. ;
  417. {mess_enhancement_to_exclude  EQU 124}
  418. give the number for the enhancement
  419. you want excluded
  420. ;
  421. {mess_read_cursor  EQU 125}
  422. announce the cursor
  423. ;
  424. {mess_obey_margins  EQU 126}
  425. limit this window to within the current margins
  426. ;
  427. {mess_read_enhancement_changes  EQU 127}
  428. reed off enhancement changes
  429. ;
  430. {mess_count_spaces  EQU 128}
  431. count multiple spaces
  432. ;
  433. {mess_say_blank  EQU 129}
  434. say blank for blank lines
  435. ;
  436. {mess_say_line_numbers  EQU 130}
  437. reed the line number for each line
  438. ;
  439. {mess_say_return  EQU 131}
  440. say return after every line
  441. ;
  442. {mess_say_if_nothing   EQU 132}
  443. say so if the area has nothing in it
  444. ;
  445. {mess_type_reaction_zone  EQU 133}
  446. type the number for the reaction zone that you want to change
  447. ;
  448. {mess_deactivate_zone  EQU 134}
  449. deactivate this zone
  450. ;
  451. {mess_clear_zone  EQU 135}
  452. completely clear this zone
  453. ;
  454. {mess_react_to_enhancement  EQU 136}
  455. react only to enhanced text
  456. ;
  457. {mess_exclude_react_to_enhancement   EQU 137}
  458. exclude reactions to an enhancement
  459. ;
  460. {reaction_type_menu EQU 138}
  461. when do you want to react?
  462. press
  463. ;
  464. {reaction_type_menu_line_1  EQU 139}
  465. c to react to any change in the zone.
  466. ;
  467. {reaction_type_menu_line_2  EQU 140}
  468. m react only if the area matches.
  469. ;
  470. {reaction_type_menu_line_3  EQU 141}
  471. d to react only if the area looks different.
  472. ;
  473. {reaction_type_menu_line_4  EQU 142}
  474. a to react only if the area is changing away from a match.
  475. ;
  476. {reaction_type_menu_line_5  EQU 143}
  477. p to react to a change in pop up windows.
  478. ;
  479. {reaction_type_menu_line_6  EQU 144}
  480. i to react to an increase in the number of pop up windows.
  481. ;
  482. {mess_screen_is_correct_now EQU 145}
  483. does the screen look the way you want right now
  484. ;
  485. ;
  486. {mess_type_key_combo  EQU 146}
  487. type the key or key combination
  488. ;
  489. {mess_define_escape EQU 147}
  490. define the escape key
  491. ;
  492. {mess_defining EQU 148}
  493. defining
  494. ;
  495. {mess_double EQU 149}
  496. a second press of
  497. ;
  498. {mess_prefix_2 EQU 150}
  499. prefix two
  500. ;
  501. {mess_prefix_1 EQU 151}
  502. prefix one
  503. ;
  504. {mess_shift EQU 152}
  505. shifted
  506. ;
  507. {mess_alt EQU 153}
  508. alt
  509. ;
  510. {mess_control EQU 154}
  511. control
  512. ;
  513. {mess_echo_key  EQU 155}
  514. echo this key
  515. ;
  516. {mess_clear_key  EQU 156}
  517. clear any flipper function from this key
  518. ;
  519. {mess_top_to_bottom  EQU 157}
  520. search for the cursor top to bottom
  521. ;
  522. {mess_right_to_left  EQU 158}
  523. search for the cursor right to left
  524. ;
  525. {mess_looks_like_cursor   EQU 159}
  526. should flipper make sure the enhanced area looks like a cursor,
  527. ignoring whole lines in this enhancement, for example
  528. ;
  529. {mess_more_than_one_ok   EQU 160}
  530. more than one on a line ok
  531. ;
  532. {mess_must_be_in_box EQU 161}
  533. is this cursor always in a box
  534. ;
  535. {mess_limit_cursor  EQU 162}
  536. limit this cursor to a certain area of the screen
  537. ;
  538. {mess_displaced  EQU 163}
  539. shift the cursor in some direction
  540. ;
  541. {mess_displaced_left_or_right  EQU 164}
  542. shift to the left or right
  543. ;
  544. {mess_give_start_margins_col  EQU 165}
  545. enter the left margin
  546. ;
  547. {mess_margins_defined  EQU 166}
  548. the margins are now defined
  549. ;
  550. {mess_change_timing  EQU 167}
  551. enter the timing factor, higher numbers to make flipper
  552. faster and lower numbers to wait longer.
  553. ;
  554. ;
  555. ;
  556. ;
  557. {mess_automatic_lightbar_function  EQU 168}
  558. do different things depending on
  559. whether the cursor is a lightbar
  560. ;
  561. {mess_what_action_if_lightbar  EQU 169}
  562. when the cursor is a lightbar
  563. ;
  564. {mess_what_action_if_not_lightbar  EQU 170}
  565. when the cursor is not a lightbar
  566. ;
  567. {mess_action EQU 171}
  568. action
  569. {mess_first EQU 172}
  570. first
  571. {mess_second EQU 173}
  572. second
  573. {mess_third EQU 174}
  574. third
  575. {mess_fourth EQU 175}
  576. fourth
  577. {mess_fifth EQU 176}
  578. fifth
  579. {mess_sixth EQU 177}
  580. sixth
  581. {mess_seventh EQU 178}
  582. seventh
  583. {mess_eighth EQU 179}
  584. eighth
  585. {mess_ninth EQU 180}
  586. ninth
  587. {mess_tenth EQU 181}
  588. tenth
  589. {mess_what_action  EQU 182}
  590. select what you want flipper to do
  591. :
  592. ;
  593. ;
  594. {mess_start_with_primary  EQU 183}
  595. start with the primary cursor
  596. {mess_ask_which_cursor  EQU 184}
  597. which cursor do you want to start with?
  598. ;
  599. {mess_do_another   EQU 185}
  600. change another cursor
  601. ;
  602. {mess_margins_abort  EQU 186}
  603. aborting margin setting
  604. ;
  605. {mess_set_bell  EQU 187}
  606. set the right margin bell to what column?
  607. ;
  608. {mess_cursor_need_to_be_visible EQU 188}
  609. is it still a cursor if it disappears or does not blink
  610. ;
  611. {mess_cursor_specific_enhancement EQU 189}
  612. only use this cursor when it is on a specific enhancement
  613. ;
  614. ;
  615. {mess_give_character  EQU 190}
  616. type the number for the character or press
  617. c if the review cursor is on it
  618. ;
  619. {mess_give_row  EQU 191}
  620. type the line number
  621. ;
  622. {mess_give_column  EQU 192}
  623. type the column number
  624. ;
  625. {mess_give_enhancement  EQU 193}
  626. type the number for the enhancement or press
  627. c if the review cursor is on it
  628. ;
  629. {mess_which_item_to_read  EQU 194}
  630. what do you want to reed
  631. ;
  632. {mess_which_item_to_spell  EQU 195}
  633. what do you want to spell
  634. ;
  635. {mess_which_item_to_read_and_spell  EQU 196}
  636. what do you want to reed and spell
  637. ;
  638. {mess_which_item_to_braille  EQU 197}
  639. what do you want to braille
  640. ;
  641. {mess_cursor_functions_menu EQU 198}
  642. cursor functions menu.
  643. press
  644. {mess_cursor_functions_menu_line_1 EQU 199}
  645. p to read the position of the cursor.
  646. {mess_cursor_functions_menu_line_2 EQU 200}
  647. d to deactivate a cursor.
  648. {mess_cursor_functions_menu_line_3 EQU 201}
  649. a to activate a cursor.
  650. {mess_cursor_functions_menu_line_4 EQU 202}
  651. m to move the reed cursor away from the system cursor.
  652. {mess_cursor_functions_menu_line_5 EQU 203}
  653. r to route the system cursor to here
  654. {mess_cursor_functions_menu_line_6 EQU 204}
  655. g to go to a cursor
  656. {mess_cursor_functions_menu_line_7 EQU 205}
  657. m to go to a mark
  658. {mess_cursor_functions_menu_line_8 EQU 206}
  659. x to set a mark
  660. {mess_cursor_functions_menu_line_9 EQU 207}
  661. c to move to a character or enhancement
  662. {mess_cursor_functions_menu_line_10 EQU 208}
  663. s to search using the search buffer
  664. {mess_cursor_functions_menu_line_11 EQU 209}
  665. t to trigger the action for the current cursor
  666. ;
  667. {mess_which_cursor_to_turn_off EQU 210}
  668. which cursor do you want to turn off
  669. {mess_which_cursor_to_turn_on EQU 211}
  670. which cursor do you want to turn on
  671. ;
  672. {mess_how_to_move_read_cursor EQU 212}
  673. how do you want to move the read cursor
  674. ;
  675. {mess_which_cursor_to_jump_to   EQU 213}
  676. which cursor do you want to jump to, zero for the current cursor
  677.  
  678. {mess_which_mark_to_jump_to   EQU 214}
  679. which mark do you want to jump to, zero for the default mark
  680.  
  681. {mess_which_mark_to_set   EQU 215}
  682. which mark do you want to set, zero for the default mark
  683.  
  684. {mess_search_for_enhancement  EQU 216}
  685. search for enhancement
  686.  
  687. {mess_search_vertically   EQU 217}
  688. look for the character vertically
  689.  
  690. {mess_search_upwards   EQU 218}
  691. look for the character upwards
  692.  
  693. {mess_search_backwards   EQU 219}
  694. look for the character to the left
  695.  
  696. {mess_search_backwards_using_buffer   EQU 220}
  697. search backwards
  698. ;
  699. {mess_which_enhancement_to_search_for EQU 221}
  700. enter the enhancement that you want to move to
  701. ;
  702. {mess_which_char_to_search_for EQU 222}
  703. enter the number for the symbol that you want to move to
  704. ;
  705. {MESS_WHICH_MARK_TO_USE   EQU 223}
  706. which mark do you want to read from, zero for the default mark
  707. ;
  708. {mess_send_to_app  EQU 224}
  709. send the key to the application
  710. ;
  711. {mess_flipper_do_first  EQU 225}
  712. do the action before the application
  713. ;
  714. {mess_suppress_automatic  EQU 226}
  715. allow automatic output during this action
  716. ;
  717. {mess_toggle_or_set EQU 227}
  718. toggle it instead of setting it
  719. ;
  720. {mess_which_window  EQU 228}
  721. which window do you want to reed?
  722. ;
  723. {mess_which_external  EQU 229}
  724. which external configuration do you want to load?
  725. ;
  726. {put_only_one_line  EQU 230}
  727. put only the first line from the grab buffer
  728. ;
  729. {clear_buffer_after_put  EQU 231}
  730. clear the buffer after putting it
  731. ;
  732. {mess_line_for_spreadsheed_label  EQU 232}
  733. which line is the label on?
  734. ;
  735. {mess_describe_distance_input_1  EQU 233}
  736. ; the next four messages are pieced together to form a message like this:
  737. ;
  738. ;what is the displacement to the item you want?
  739. ;zero for the current one,
  740. ;negative 1 for the previous one,
  741. ;1 for the next one, et cetra.
  742. ;
  743. what is the displacement to the
  744. ; word, character, line
  745. ;
  746. {mess_describe_distance_input_2  EQU 234}
  747. you want?
  748. zero for the current
  749. ; word, character, line
  750. ;
  751. {mess_describe_distance_input_3  EQU 235}
  752. negative 1 for the previous
  753. ; word, character, line
  754. ;
  755. {mess_describe_distance_input_4  EQU 236}
  756. 1 for the next,
  757. and so on.
  758. you can also press plus followed by a number
  759. to count from the edge of the screen, instead
  760. of counting from the cursor location.
  761. ;
  762. ;
  763. ;
  764. {mess_all_zones_enable   EQU 237}
  765. enable all reaction zones that have been set up
  766. ;
  767. {mess_all_zones_disable   EQU 238}
  768. disable all reaction zones
  769. ;
  770. {mess_all_zones_toggle   EQU 239}
  771. toggle all reaction zones
  772. ;
  773. ;
  774. {mess_which_zone  EQU 240}
  775. which zone?
  776. ;
  777. ;
  778. ;
  779. {mess_absolute_row  EQU 241}
  780. which line, counting from the top
  781. ;
  782. {mess_absolute_item  EQU 242}
  783. which item, counting from the left edge
  784. ;
  785. ;
  786. {mess_character  EQU 243}
  787. symbol number
  788. ;
  789. {mess_enhancement  EQU 244}
  790. enhancement number
  791. ;
  792. {mess_must_be_between  EQU 245}
  793. the number must be in between
  794. ;
  795. {mess_negative  EQU 246}
  796. negative
  797. ;
  798. {mess_and  EQU 247}
  799. and
  800. ;
  801. {mess_re_enter_number  EQU 248}
  802. please re enter the number
  803. ;
  804. ;
  805. {mess_which_sound_to_make   EQU 249}
  806. give a number for the sound you want to make, on a chromatic scale,
  807. higher numbers for higher notes
  808. ;
  809. {mess_what_sound_duration   EQU 250}
  810. what duration do you want?
  811. ;
  812. {mess_is_that_the_desired_sound   EQU 251}
  813. is that the sound that you want
  814. ;
  815. {mess_how_long_to_wait  EQU 252}
  816. how long do you want to wait?
  817. ;
  818. {mess_set_double EQU 253}
  819. set the second key of a double keypress
  820. ;
  821. {mess_set_first_prefix EQU 254}
  822. set prefix one
  823. ;
  824. {mess_set_second_prefix EQU 255}
  825. set prefix two
  826. ;
  827. {mess_which_prefix  EQU 256}
  828. there are two different prefixes that you can use.
  829. which prefix do you want to use?
  830. ;
  831. {mess_how_long_to_prefix  EQU 257}
  832. how long do you want the prefix to last, in eighteenths of a second,
  833. zero for no time limit?
  834. ;
  835. {mess_should_be_first_action  EQU 258}
  836. this function should be the first action on a key
  837. ;
  838. {mess_read_by_pagedown EQU 259}
  839. read by whole pages instead of line by line
  840. ;
  841. {mess_braille_instead_of_speak_message EQU 260}
  842. braille the message instead of speaking it
  843. ;
  844. {mess_expect_cursor_to_move  EQU 261}
  845. do you expect the cursor to move after this key
  846. ;
  847. {the_current_mess  EQU 262}
  848. the current
  849. ;
  850. ;
  851. {row_mess EQU 263}
  852. line
  853. ;
  854. {rows_mess EQU 264}
  855. lines
  856. ;
  857. {col_mess EQU 265}
  858. column
  859. ;
  860. {cols_mess EQU 266}
  861. columns
  862. ;
  863. {word_mess  EQU 267}
  864. word
  865. ;
  866. {words_mess  EQU 268}
  867. words
  868. ;
  869. {enhanced_patch_mess  EQU 269}
  870. enhanced patch
  871. ;
  872. {enhanced_patches_mess  EQU 270}
  873. enhanced patches
  874. ;
  875. {field_mess  EQU 271}
  876. field
  877. ;
  878. {fields_mess  EQU 272}
  879. fields
  880. ;
  881. {enhancement_change_mess  EQU 273}
  882. enhancement change
  883. ;
  884. {enhancement_changes_mess  EQU 274}
  885. enhancement changes
  886. ;
  887. {form_symbol_mess  EQU 275}
  888. field
  889. ;
  890. {form_symbols_mess  EQU 276}
  891. fields
  892. ;
  893. {the_number_mess  EQU 277}
  894. the number
  895. ;
  896. {back_mess  EQU 278}
  897. back
  898. ;
  899. {forward_mess  EQU 279}
  900. forward
  901. ;
  902. {mess_position  EQU 280}
  903. position
  904. ;
  905. {mess_not_on_menu  EQU 281}
  906. choose one of the items by typing the key given, or by moving to
  907. the desired entry using the arrow keys and then pressing enter.
  908. press escape to go back to the previous menu, space bar to find out
  909. the previous value, backspace to re reed the menu, or
  910. alt space bar to leave.
  911. ;
  912. {mess_previous_choice_was  EQU 282}
  913. the previous choice was
  914. ;
  915. {mess_previous_answer_was  EQU 283}
  916. the previous or default answer was
  917. ;
  918. ;
  919. {mess_definition_finished  EQU 284}
  920. definition done
  921. ;
  922. {mess_abort_definition EQU 285}
  923. ; this is what flipper says if you abort out of the define menu
  924. abort definition
  925. ;
  926. {mess_all_actions_in_use  EQU 286}
  927. no room for any more definitions
  928. ;
  929. {mess_define_another_action  EQU 287}
  930. do you want to do anything else
  931. ;
  932. {MESS_MESSAGE_EDITING  EQU 288}
  933. message editing
  934. ;
  935. {MESS_ENTER_OR_PICK_MESSAGE_WANTED EQU 289}
  936. pick and or edit the message you want,
  937. or press end for a new message, enter the message,
  938. and then press return
  939. ;
  940. {MESS_EXPLAIN_HOW_TO_EDIT_MESSAGES EQU 290}
  941. press
  942. up or down to move through the messages,
  943. or move left or right in the current message.
  944. press home to reed the current message,
  945. end to go to the first unused message.
  946. backspace and delete work.
  947. press return when done.
  948. ;
  949. {MESS_MESSAGE EQU 291}
  950. message
  951. ;
  952. {MESS_MESSAGE_STRINGS_FULL EQU 292}
  953. there is no more string space left, delete some to make room.
  954. ;
  955. {MESS_NOT_GOOD_KEY EQU 293}
  956. that is not a defined key
  957. ;
  958. {define_menu  EQU 294}
  959. this is the menu to define flippers functions.
  960. press
  961. ;
  962. {define_menu_line_1  EQU 295}
  963. k to define key functions.
  964. ;
  965. {define_menu_line_2  EQU 296}
  966. p to define prefixed key functions.
  967. ;
  968. {define_menu_line_3  EQU 297}
  969. c for cursor type.
  970. ;
  971. {define_menu_line_4  EQU 298}
  972. w for windows.
  973. ;
  974. {define_menu_line_5  EQU 299}
  975. q for quiet windows.
  976. ;
  977. {define_menu_line_6  EQU 300}
  978. m to define the margins.
  979. ;
  980. {define_menu_line_7  EQU 301}
  981. b to select the right margin bell column.
  982. ;
  983. {define_menu_line_8  EQU 302}
  984. z to create a reaction zone.
  985. ;
  986. {define_menu_line_9  EQU 303}
  987. e to edit messages.
  988. ;
  989. {define_menu_line_10  EQU 304}
  990. t to change flippers timing.
  991. ;
  992. ;
  993. {pop_up_window_menu EQU 305}
  994. which part of the window do you want to reed?
  995. press
  996. {pop_up_window_menu_line_1 EQU 306}
  997. c to reed the contents of the window.
  998. {pop_up_window_menu_line_2 EQU 307}
  999. t to reed the top edge of the window.
  1000. {pop_up_window_menu_line_3 EQU 308}
  1001. b to reed the bottom edge of the window.
  1002. {pop_up_window_menu_line_4 EQU 309}
  1003. w to reed whole window, including the boarders.
  1004. ;
  1005. ;
  1006. {lightbar_status_menu  EQU 310}
  1007. is this cursor a lightbar?
  1008. press
  1009. {lightbar_status_menu_line_1  EQU 311}
  1010. n if it is never a light bar.
  1011. {lightbar_status_menu_line_2  EQU 312}
  1012. a if it is always a lightbar.
  1013. {lightbar_status_menu_line_3 EQU 313}
  1014. f if it is a light bar if the for ground is black.
  1015. {lightbar_status_menu_line_4 EQU 314}
  1016. b if it is a light bar if the back ground is not black.
  1017. ;
  1018. ;
  1019. {cursor_action_menu EQU 315}
  1020. do something when this cursor is selected?
  1021. press
  1022. {cursor_action_menu_line_1 EQU 316}
  1023. n for no action
  1024. {cursor_action_menu_line_2 EQU 317}
  1025. c for action when cursor moves by more than one character spacing.
  1026. {cursor_action_menu_line_3 EQU 318}
  1027. m for action for all cursor moves.
  1028. {cursor_action_menu_line_4 EQU 319}
  1029. s for action when cursor is first selected.
  1030. {cursor_action_menu_line_5 EQU 320}
  1031. a to do the action only when requested from another action, a key for example
  1032. ;
  1033. ;
  1034. {action_menu  EQU 321}
  1035. press
  1036. ;
  1037. {action_menu_line_1  EQU 322}
  1038. r to reed an item.
  1039. ;
  1040. {action_menu_line_2  EQU 323}
  1041. s to spell an item.
  1042. ;
  1043. {action_menu_line_3  EQU 324}
  1044. b to both reed and spell an item.
  1045. ;
  1046. {action_menu_line_4  EQU 325}
  1047. w to reed a window.
  1048. ;
  1049. {action_menu_line_5  EQU 326}
  1050. f to flip in another configuration.
  1051. ;
  1052. {action_menu_line_6  EQU 327}
  1053. l to load an external configuration
  1054. ;
  1055. {action_menu_line_7  EQU 328}
  1056. p to put a grabbed line.
  1057. ;
  1058. {action_menu_line_8  EQU 329}
  1059. d to describe the current enhancement or character.
  1060. ;
  1061. {action_menu_line_9   EQU 330}
  1062. t to set one of the function key toggles.
  1063. ;
  1064. {action_menu_line_10 EQU 331}
  1065. c to do a cursor function.
  1066. ;
  1067. {action_menu_line_11 EQU 332}
  1068. m for more functions.
  1069. ;
  1070. {action_menu_line_12  EQU 333}
  1071. n to do nothing.
  1072. ;
  1073. ;
  1074. {more_functions_menu  EQU 334}
  1075. more functions menu.
  1076. press
  1077. ;
  1078. {more_functions_menu_line_1  EQU 335}
  1079. c to reed continuously.
  1080. ;
  1081. {more_functions_menu_line_2  EQU 336}
  1082. m to speak a message.
  1083. ;
  1084. {more_functions_menu_line_3  EQU 337}
  1085. l to reed a label area for spreadsheets.
  1086. ;
  1087. {more_functions_menu_line_4  EQU 338}
  1088. b to braille an item.
  1089. ;
  1090. {more_functions_menu_line_5  EQU 339}
  1091. r to start the review mode.
  1092. ;
  1093. {more_functions_menu_line_6  EQU 340}
  1094. h to enter the help mode.
  1095. ;
  1096. {more_functions_menu_line_7  EQU 341}
  1097. s to make a sound with the computers speaker.
  1098. ;
  1099. {more_functions_menu_line_8  EQU 342}
  1100. z to change the reaction zones.
  1101. ;
  1102. {more_functions_menu_line_9  EQU 343}
  1103. w to wait before doing the next action.
  1104. ;
  1105. {more_functions_menu_line_10  EQU 344}
  1106. n to treat the next key normally, as though it was not defined.
  1107. ;
  1108. {more_functions_menu_line_11 EQU 345}
  1109. p to prefix the next keystroke.
  1110. ;
  1111. {more_functions_menu_line_12  EQU 346}
  1112. d to reed a deleted character.
  1113. ;
  1114. {more_functions_menu_line_13 EQU 347}
  1115. j to say jump or no if the cursor jumps or does not move.
  1116. ;
  1117. {mess_read_cursor_menu  EQU 348}
  1118. select what you want red. press
  1119. ;
  1120. {read_cursor_menu_line_1  EQU 349}
  1121. b to reed both the cursor line and column.
  1122. ;
  1123. {read_cursor_menu_line_2  EQU 350}
  1124. c to reed the cursor column.
  1125. ;
  1126. {read_cursor_menu_line_3  EQU 351}
  1127. l to reed the cursor line.
  1128. ;
  1129. {mess_say_line_or_column  EQU 352}
  1130. should flipper say line or column as well as the numbers
  1131. ;
  1132. {edit_cursor_menu EQU 353}
  1133. press
  1134. ;
  1135. {edit_cursor_menu_line_1 EQU 354}
  1136. e to edit this cursor discription.
  1137. ;
  1138. {edit_cursor_menu_line_2 EQU 355}
  1139. d to deactivate this cursor type
  1140. ;
  1141. {edit_cursor_menu_line_3 EQU 356}
  1142. r to remove this cursor type.
  1143. ;
  1144. {edit_cursor_menu_line_4 EQU 357}
  1145. i to insert a new cursor type here.
  1146. ;
  1147. {describe_enhancement_menu  EQU 358}
  1148. what would you like do have described.
  1149. press
  1150. {describe_enhancement_menu_line_1 EQU 359}
  1151. e for the full enhancement description
  1152. {describe_enhancement_menu_line_2 EQU 360}
  1153. f for for ground color 
  1154. {describe_enhancement_menu_line_3 EQU 361}
  1155. b for background color
  1156. {describe_enhancement_menu_line_4 EQU 362}
  1157. m for the enhancement on a monochrome moniter
  1158. {describe_enhancement_menu_line_5 EQU 363}
  1159. n for the enhancement number
  1160. {describe_enhancement_menu_line_6 EQU 364}
  1161. a for the ascii code for the character
  1162. {describe_enhancement_menu_line_7 EQU 365}
  1163. w for the military word for the character, if alphabetic
  1164.  
  1165. {cursor_menu  EQU 366}
  1166. what kind of cursor do you want this to be?
  1167. press
  1168. ;
  1169. {cursor_menu_line_1  EQU 367}
  1170. d for the dos cursor.
  1171. ;
  1172. {cursor_menu_line_2  EQU 368}
  1173. h for the hardware cursor.
  1174. ;
  1175. {cursor_menu_line_3  EQU 369}
  1176. e for an enhancement cursor.
  1177. ;
  1178. {cursor_menu_line_4  EQU 370}
  1179. c for a specific character.
  1180. ;
  1181. {cursor_menu_line_5  EQU 371}
  1182. l for a particular location.
  1183. ;
  1184. {cursor_menu_line_6  EQU 372}
  1185. m for an exact match of character and enhancement.
  1186. ;
  1187. {cursor_menu_line_7  EQU 373}
  1188. n for none.
  1189. ;
  1190. ;
  1191. {enhancement_cursor_menu  EQU 374}
  1192. select the appearance of the
  1193. enhancement cursor you want.
  1194. press
  1195. ;
  1196. {enhancement_cursor_menu_line_1  EQU 375}
  1197. s for a specific enhancement.
  1198. ;
  1199. {enhancement_cursor_menu_line_2  EQU 376}
  1200. b for a particular background color.
  1201. ;
  1202. {enhancement_cursor_menu_line_3  EQU 377}
  1203. f for a particular foreground color.
  1204. ;
  1205. {enhancement_cursor_menu_line_4  EQU 378}
  1206. i for inverse video cursor.
  1207. ;
  1208. {enhancement_cursor_menu_line_5  EQU 379}
  1209. a to have flipper automatically choose the enhancement type.
  1210. ;
  1211. {enhancement_cursor_menu_line_6  EQU 380}
  1212. c for any color background except black.
  1213. ;
  1214. {enhancement_cursor_menu_line_7  EQU 381}
  1215. u for underlined text.
  1216. ;
  1217. ;
  1218. {mess_item_menu  EQU 382}
  1219. press
  1220. ;
  1221. {mess_item_menu_line_1  EQU 383}
  1222. c for character,
  1223. ;
  1224. {mess_item_menu_line_2  EQU 384}
  1225. w for word,
  1226. ;
  1227. {mess_item_menu_line_3  EQU 385}
  1228. l for line,
  1229. ;
  1230. {mess_item_menu_line_4  EQU 386}
  1231. s for sentence,
  1232. ;
  1233. {mess_item_menu_line_5  EQU 387}
  1234. p for paragraph,
  1235. ;
  1236. {mess_item_menu_line_6  EQU 388}
  1237. e to reed an enhanced area.
  1238. ;
  1239. {mess_item_menu_line_7  EQU 389}
  1240. f to reed a field delimited with forms symbols.
  1241. ;
  1242. ;
  1243. {mess_prev_curr_or_next_menu  EQU 390}
  1244. press
  1245. ;
  1246. {mess_prev_curr_or_next_menu_line_1  EQU 391}
  1247. p for the previous one.
  1248. ;
  1249. {mess_prev_curr_or_next_menu_line_2  EQU 392}
  1250. c for the current one.
  1251. ;
  1252. {mess_prev_curr_or_next_menu_line_3  EQU 393}
  1253. n for the next one.
  1254. ;
  1255. ;
  1256. {mess_zone_menu  EQU 394}
  1257. press
  1258. ;
  1259. {mess_zone_menu_line_1  EQU 395}
  1260. e to enable reaction zones.
  1261. ;
  1262. {mess_zone_menu_line_2  EQU 396}
  1263. d to disable reaction zones.
  1264. ;
  1265. {mess_zone_menu_line_3  EQU 397}
  1266. t to toggle reaction zones.
  1267. ;
  1268. ;
  1269. {window_function_menu  EQU 398}
  1270. how do you want this window red.
  1271. press
  1272. ;
  1273. {window_function_menu_line_1  EQU 399}
  1274. r to just reed this window.
  1275. ;
  1276. {window_function_menu_line_2  EQU 400}
  1277. s to spell the window.
  1278. ;
  1279. {window_function_menu_line_3  EQU 401}
  1280. b to both reed and spell the window.
  1281. ;
  1282. {window_function_menu_line_4  EQU 402}
  1283. m to spell using the military alphabet and ascii codes.
  1284. ;
  1285. {window_function_menu_line_5  EQU 403}
  1286. a to reed all symbols whether they are turned on or not.
  1287. ;
  1288. {window_function_menu_line_6  EQU 404}
  1289. p to send the window to a braille printer.
  1290. ;
  1291. {window_function_menu_line_7  EQU 405}
  1292. i to reed while including spaces between the words.
  1293. ;
  1294. {window_function_menu_line_8  EQU 406}
  1295. e to reed everything, including spaces and all symbols.
  1296. ;
  1297. {window_function_menu_line_9  EQU 407}
  1298. c to read only capitalized letters.
  1299. ;
  1300. ;
  1301. ;
  1302. ;               THE FOLLOWING ARE THE MESSAGES FOR THE TOGGLES
  1303. ;               WHICH ARE ON THE FUNCTION KEYS DURING THE REVIEW MODE
  1304. ;
  1305. ;
  1306. ;
  1307. {toggle_list   EQU 408}
  1308. select the toggle you want with the arrow keys and press return.
  1309. they are in the same order as the function keys, unshifted, with control,
  1310. with alt, with both control and alt, and finally with the shift key.
  1311. ;
  1312. ;function key 1
  1313. ;
  1314. {biosspeak_on_mess   EQU 409}
  1315. automatic output on
  1316. {biosspeak_off_mess   EQU 410}
  1317. no automatic output
  1318. ;
  1319. ;function key 2
  1320. ;
  1321. {mess_extended_automatic_output_on   EQU 411}
  1322. extended automatic output method
  1323. {mess_extended_automatic_output_off   EQU 412}
  1324. normal automatic output
  1325. ;
  1326. ;function key 3
  1327. ;
  1328. {non_stop_review_on_mess   EQU 413}
  1329. non stop review mode
  1330. {non_stop_review_off_mess   EQU 414}
  1331. freeze screen and application during review mode
  1332. ;
  1333. ;function key 4
  1334. ;
  1335. {mess_disable_autoload_configurations   EQU 415}
  1336. do not automatically load configurations.
  1337. {mess_not_disable_autoload_configurations   EQU 416}
  1338. allow configurations to be automatically loaded.
  1339. ;
  1340. ;function key 5
  1341. ;
  1342. {mess_override_symbols   EQU 417}
  1343. over ride all symbols on
  1344. {mess_override_symbols_off   EQU 418}
  1345. say only selected symbols
  1346. ;
  1347. ;function key 6
  1348. ;
  1349. {mess_force_dos_cursor EQU 419}
  1350. dos cursor used if it is on the screen.
  1351. {mess_do_not_force_dos_cursor EQU 420}
  1352. use the cursor defined in the cursor menu.
  1353. ;
  1354. ;function key 7
  1355. ;
  1356. {mess_use_margins   EQU 421}
  1357. use margins set using the w key, when reeding lines or the whole page
  1358. {mess_no_margins   EQU 422}
  1359. do not use margins, reed to edge of screen on both sides
  1360. ;
  1361. ;function key 8
  1362. ;
  1363. {mess_slow_auto_on   EQU 423}
  1364. delayed time out for listening to remote typing
  1365. {mess_slow_auto_off   EQU 424}
  1366. normal automatic output response
  1367. ;
  1368. ;function key 9
  1369. ;
  1370. {mess_kbd_echo   EQU 425}
  1371. keyboard echo on
  1372. {mess_kbd_no_echo   EQU 426}
  1373. turn off keyboard echo
  1374. ;
  1375. ;function key 10
  1376. ;
  1377. {word_echo_on_mess   EQU 427}
  1378. echo keystrokes as words
  1379. {word_echo_off_mess   EQU 428}
  1380. fast single key echo
  1381. ;
  1382. ;control function key 1
  1383. ;
  1384. {mess_periods_proper_off   EQU 429}
  1385. always say period, comma, apostrophe and question mark if they are on
  1386. {mess_periods_proper_on   EQU 430}
  1387. if the period, comma, apostrophe, and question mark
  1388. are on say them only if they are not in their proper places
  1389. ;
  1390. ;control function key 2
  1391. ;
  1392. {mess_ignore_repeated_symbols_on EQU 431}
  1393. ignore repeated symbols
  1394. ;
  1395. {mess_ignore_repeated_symbols_off EQU 432}
  1396. count and speak repeated symbols
  1397. ;
  1398. ;control function key 3
  1399. ;
  1400. {spell_all_on_mess   EQU 433}
  1401. spell everything
  1402. {spell_all_off_mess   EQU 434}
  1403. do not spell everything
  1404. ;
  1405. ;control function key 4
  1406. ;
  1407. {mess_spell_bios_output EQU 435}
  1408. spell automatic output
  1409. {mess_spell_bios_output_off EQU 436}
  1410. do not spell automatic output
  1411. ;
  1412. ;control function key 5
  1413. ;
  1414. {count_line_spaces_on_mess   EQU 437}
  1415. spaces are counted when reeding lines
  1416. {count_line_spaces_off_mess   EQU 438}
  1417. do not count spaces when reeding lines
  1418. ;
  1419. ;control function key 6
  1420. ;
  1421. {count_word_spaces_on_mess   EQU 439}
  1422. spaces are counted when reeding words
  1423. {count_word_spaces_off_mess   EQU 440}
  1424. do not count spaces when reeding words
  1425. ;
  1426. ;
  1427. ;control function key 7
  1428. ;
  1429. {mess_foreground_colors_on   EQU 441}
  1430. fore ground color enhancements on
  1431. {mess_foreground_colors_off   EQU 442}
  1432. turn off fore ground colors mode
  1433. ;
  1434. ;control function key 8
  1435. ;
  1436. {mess_background_colors_on   EQU 443}
  1437. back ground color enhancements on
  1438. {mess_background_colors_off   EQU 444}
  1439. turn off back ground colors mode
  1440. ;
  1441. ;control function key 9
  1442. ;
  1443. {inverse_is_color_background_on_mess   EQU 445}
  1444. inverse is any back ground color except black
  1445. {inverse_is_color_background_off_mess   EQU 446}
  1446. black for ground symbols are defined as inverse
  1447. ;
  1448. ;control function key 10
  1449. ;
  1450. {mess_read_enhancements   EQU 447}
  1451. enhancement changes are now being spoken for lines and words
  1452. {mess_not_reading_enhancements   EQU 448}
  1453. no enhancement changes are spoken for lines and words
  1454. ;
  1455. ;alt function key 1
  1456. ;
  1457. {inactivity_beep_on_mess   EQU 449}
  1458. beep when the computer stops after alt key.
  1459. {inactivity_beep_off_mess   EQU 450}
  1460. turn off beep after alt key.
  1461. ;
  1462. ;alt function key 2
  1463. ;
  1464. {mess_activity_beep_on   EQU 451}
  1465. click when something changes on screen
  1466. {mess_activity_beep_off   EQU 452}
  1467. do not click when the screen changes
  1468. ;
  1469. ;alt function key 3
  1470. ;
  1471. {cursor_beep_on_mess   EQU 453}
  1472. cursor beeps on
  1473. {cursor_beep_off_mess   EQU 454}
  1474. turn off cursor beeps
  1475. ;
  1476. ;alt function key 4
  1477. ;
  1478. {click_during_disk_access_on_mess EQU 455}
  1479. click during disk access
  1480. {click_during_disk_access_off_mess EQU 456}
  1481. do not click for disk access
  1482. ;
  1483. ;alt function key 5
  1484. ;
  1485. {sounds_on EQU 457}
  1486. turn off sound effects
  1487. {sounds_off EQU 458}
  1488. beeps and clicks on
  1489. ;
  1490. ;alt function key 6
  1491. ;
  1492. {not_used_on_3 EQU 459}
  1493. not used
  1494. {not_used_off_3 EQU 460}
  1495. not used
  1496. ;
  1497. ;alt function key 7
  1498. ;
  1499. {search_case_on_mess   EQU 461}
  1500. capital and small letters match in a search
  1501. {search_case_off_mess   EQU 462}
  1502. capital letters do not match small letters during a search
  1503. ;
  1504. ;alt function key 8
  1505. ;
  1506. {mess_move_back_to_prev_location_after_current_paragraph   EQU 463}
  1507. move back to previous location after aborting current paragraph
  1508. {mess_dont_back_to_prev_location_after_current_paragraph   EQU 464}
  1509. stay where reading was stopped when reeding current paragraph
  1510. ;
  1511. ;alt function key 9
  1512. ;
  1513. {mess_shift_echo_on   EQU 465}
  1514. echo shift, alt, and control
  1515. {mess_shift_echo_off   EQU 466}
  1516. do not echo shift, alt and control
  1517. ;
  1518. ;alt function key 10
  1519. ;
  1520. {suppress_lock_key_messages_on_mess   EQU 467}
  1521. turn off caps lock message
  1522. {suppress_lock_key_messages_off_mess   EQU 468}
  1523. say caps lock on or off
  1524. ;
  1525. ;alt+control function key 1
  1526. ;
  1527. {mess_autokey_interactive_on   EQU 469}
  1528. auto key interactive mode
  1529. {mess_autokey_interactive_off   EQU 470}
  1530. silent auto key
  1531. ;
  1532. ;alt+control function key 2
  1533. ;
  1534. {protect_keyboard_on_mess   EQU 471}
  1535. keyboard protection on.
  1536. {protect_keyboard_off_mess   EQU 472}
  1537. no keyboard recapture.
  1538. ;
  1539. ;alt+control function key 3
  1540. ;
  1541. {highlight_whole_phrase_on_mess EQU 473}
  1542. highlight what flipper reads in review
  1543. {highlight_whole_phrase_off_mess EQU 474}
  1544. mark review cursor position only in review
  1545. ;
  1546. ;alt+control function key 4
  1547. ;
  1548. {distinguish_extended_keys_on_mess EQU 475}
  1549. keys on both keypads defined separately
  1550. {distinguish_extended_keys_off_mess EQU 476}
  1551. numeric keypad and extended keypad define together
  1552. ;
  1553. ;alt+control function key 5
  1554. ;
  1555. {not_used_on_5 EQU 477}
  1556. not used
  1557. {not_used_off_5 EQU 478}
  1558. not used
  1559. ;
  1560. ;alt+control function key 6
  1561. ;
  1562. {not_used_on_6 EQU 479}
  1563. not used
  1564. {not_used_off_6 EQU 480}
  1565. not used
  1566. ;
  1567. ;
  1568. ;alt+control function key 7
  1569. ;
  1570. {not_used_on_7 EQU 481}
  1571. not used
  1572. {not_used_off_7 EQU 482}
  1573. not used
  1574. ;
  1575. ;
  1576. ;alt+control function key 8
  1577. ;
  1578. {not_used_on_8 EQU 483}
  1579. not used
  1580. {not_used_off_8 EQU 484}
  1581. not used
  1582. ;
  1583. ;
  1584. ;alt+control function key 9
  1585. ;
  1586. {not_used_on_9 EQU 485}
  1587. not used
  1588. {not_used_off_9 EQU 486}
  1589. not used
  1590. ;
  1591. ;
  1592. ;alt+control function key 10
  1593. ;
  1594. {not_used_on_10 EQU 487}
  1595. not used
  1596. {not_used_off_10 EQU 488}
  1597. not used
  1598. ;
  1599. ;
  1600. ;shift function key 1
  1601. ;
  1602. ;faster        
  1603. {mess_faster EQU 489}
  1604. faster
  1605. {mess_faster_a EQU 490}
  1606. automatic output faster
  1607. ;
  1608. ;shift function key 2
  1609. ;
  1610. ;slower
  1611. {mess_slower EQU 491}
  1612. slower
  1613. {mess_slower_a EQU 492}
  1614. automatic output slower
  1615. ;
  1616. ;shift function key 3
  1617. ;
  1618. {mess_say_blank_on   EQU 493}
  1619. say blank for blank lines
  1620. {mess_say_blank_off   EQU 494}
  1621. do not say blank for blank lines
  1622. ;
  1623. ;
  1624. ;shift function key 4
  1625. ;
  1626. {say_line_numbers_in_review  EQU 495}
  1627. reed line numbers in review
  1628. {do_not_say_line_numbers_in_review  EQU 496}
  1629. do not say line numbers in review.
  1630. ;
  1631. ;shift function key 5
  1632. ;
  1633. {mess_say_capital   EQU 497}
  1634. say cap before capital letters
  1635. {mess_not_say_capital   EQU 498}
  1636. do not say cap before capital letters except when spelling
  1637. ;
  1638. ;
  1639. ;shift function key 6
  1640. ;
  1641. {mess_not_say_capital_spell   EQU 499}
  1642. change pitch for capital letters in spell mode
  1643. {mess_say_capital_spell   EQU 500}
  1644. say cap before capital letters in spell mode
  1645. ;
  1646. ;shift function key 7
  1647. ;
  1648. {mess_spell_part_numbers_on   EQU 501}
  1649. spell part numbers which contain letters and digits
  1650. {mess_spell_part_numbers_off   EQU 502}
  1651. reed words with embedded numbers as words
  1652. ;
  1653. ;shift function key 8
  1654. ;
  1655. {mess_char_crunch_off   EQU 503}
  1656. pass through all ascii characters to synthesizer
  1657. {mess_char_crunch_on   EQU 504}
  1658. process characters normally
  1659. ;
  1660. ;shift function key 9
  1661. ;
  1662. {mess_digits_as_numbers   EQU 505}
  1663. now reeding digit strings as numbers
  1664. {mess_digits_separate   EQU 506}
  1665. now reeding off digits separately
  1666. ;
  1667. ;shift function key 10
  1668. ;
  1669. {send_numbers_directly_to_synthesizers  EQU 507}
  1670. send numbers to the synthesizer without interpretation.
  1671. ;
  1672. {do_not_send_numbers_directly_to_synthesizers  EQU 508}
  1673. have flipper interpret numbers into spoken english
  1674. before sending to synthesizer.
  1675. ;
  1676. ;
  1677. {end_of_review_table  EQU 509}
  1678. .
  1679.