home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
- ;
- ; WRITING ASSISTANT Pop-up Menu Configuration
- ;
- Comment ("Configured for WRITING ASSISTANT WITH")
- Comment ("EPSON PRINTER by Mark D. Doiron and")
- Comment ("Carlos M. Arnaldo")
-
- ;
- ; Parameters
- ;
- Sensitivity (15,18) ; (Xinc, Yinc)
- Hysteresis (6,6) ; (AutoX, AutoY)
- ReverseVideo (Yes) ; Menu is displayed in reverse video
- FixedMenu (No) ; Menu is floating (centered on cursor)
- EnableBeep (No) ; Enables menu switching rather than beep
- ExpertMode (Yes) ; Enables expert mode, disables exit pop-up menu
-
- ;
- ; Cursor Definitions
- ;
- ArrowKeys: Cursor
- (
- Left ([Left])
- Right ([Right])
- Up ([Up])
- Down ([Down])
- )
-
- ;
- ; Button Definitions
- ;
- LBE: Button (Menu(Edit)) ; Left button, Edit Menu
- LBM: Button (Menu(Main)) ; Left button, Main Menu
- LBT: Button (Menu(Motion)) ; Left button, Travel/Motion Menu
- LBS: Button (Menu(Spelling)) ; Left button, Spelling Menu
- LBH: Button (Menu(Enhance)) ; Left button, Enhance Menu
- MB: Button (Keys([F10])) ; Middle button, Continue
- RB: Button (Keys([Esc])) ; Right button, Cancel
-
-
- ;
- ; Menu Definitions
- ;
- Main: Menu
- (
- Title ("MAIN")
- Item ("Edit Pop-up", Menu(Edit), Button(LBE))
- Item ("Motion Pop-up", Menu(Motion), Button(LBT))
- Item ("Enhance Pop-up", Menu(Enhance), Button(LBH))
- Item ("Check Spelling", Keys([c-Home]), Keys([F2]), Button(LBS))
- Item ("Use Thesaurus", Keys([c-F6]))
- Item ("Set/Clear Tabs", Keys([F4]))
- Item ("Change Color", Keys([s-F3]))
- )
-
-
-
-
-
-
-
-
-
-
-
-
-
- Edit: Menu
- (
- Title ("EDIT")
- Item ("Move Block", Keys([F7]))
- Item ("Delete Block", Keys([s-F7]))
- Item ("Copy Block", Keys([F8]))
- Item ("Reuse Block", Keys([s-F8]))
- Item ("Erase Line", Keys([s-F6]))
- Item ("Append", Keys([s-F5]))
- Item ("Adjust", Keys([F3]))
- Item ("Search & Replace", Keys([F9]))
- Item ("Go To New Page", Keys("*" "NEW PAGE*"))
- Item ("Enhance Pop-up", Menu(Enhance), Button(LBH))
- Item ("Motion Pop-up", Menu(Motion), Button(LBT))
- Item ("Main Pop-up", Menu(Main), Button(LBM))
- )
-
- Motion: Menu
- (
- Title ("MOTION")
- Item ("Top of Document", Keys([c-Home]))
- Item ("End of Document", Keys([c-End]))
- Item ("Page Up", Keys([PgUp]))
- Item ("Page Down", Keys([PgDn]))
- Item ("Enhance Pop-up", Menu(Enhance), Button(LBH))
- Item ("Edit Pop-up", Menu(Edit), Button(LBE))
- Item ("Main Pop-up", Menu(Main), Button(LBM))
- )
-
- Spelling: Menu
- (
- Title ("SPELLING CHECKER")
- Item ("1-List Possible Spellings", Keys("1"))
- Item ("2-Ignore Word, Continue", Keys("2"))
- Item ("3-Save Word, Continue", Keys("3"))
- Item ("4-Save Word, Escape", Keys("4"))
- Item ("Main Pop-up", Menu(Main), Button(LBM))
- )
-
- Enhance: Menu
- (
- Title ("ENHANCE PRINT")
- Item ("Emphasize Function", Keys([F5]))
- Item ("Reset", Keys("*" "P 27,64*"))
- Item ("Near Letter Quality", Keys("*" "P 27,120,1*"))
- Item ("Proportional Spacing", Keys("*" "P 27,112,1*"))
- Item ("Superscript On", Keys("*" "P 27,83,0*"))
- Item ("Subscript On", Keys("*" "P 27,83,1*"))
- Item ("Super/Subscript Off", Keys("*" "P 27,84*"))
- Item ("Italics On", Keys("*" "P 27,52*"))
- Item ("Italics Off", Keys("*" "P 27,53*"))
- Item ("Expanded Mode On", Keys("*" "P 27,87,49*"))
- Item ("Expanded Mode Off", Keys("*" "P 27,87,48*"))
-
-
-
-
-
-
-
-
-
-
-
-
- Item ("Motion Pop-up", Menu(Motion), Button(LBT))
- Item ("Edit Pop-up", Menu(Edit), Button(LBE))
- Item ("Main Pop-up", Menu(Main), Button(LBM))
- )
-
- ;
- ; Mouse Definition
- ;
- Mouse
- (
- Left(LBM) ; Left Button: Main menu
- Middle(MB) ; Middle Button: Continue
- Right(RB) ; Right Button: Cancel
- Cursor(ArrowKeys)
- )
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-