home *** CD-ROM | disk | FTP | other *** search
- ;
- ; PFS:WRITE Pop-up Menu Configuration
- ;
- Comment ("Configured for Blackbeard")
-
- ;
- ; Parameters
- ;
- Sensitivity (5, 8) ; (Xinc, Yinc)
- Hysteresis (4, 3) ; (AutoX, AutoY)
- ReverseVideo (Yes) ; Menu is displayed in reverse video
- FixedMenu (No) ; Menu is floating (centered on cursor)
- EnableBeep (Yes) ; Allows menu switching rather than beep
-
- ;
- ; Cursor Definitions
- ;
- ArrowKeys: Cursor
- (
- Left ([Left])
- Right ([Right])
- Up ([Up])
- Down ([Down])
- )
-
- ;
- ; Button Definitions
- ;
- LB: Button (Keys([Enter])) ; Left button, Edit Menu
-
- MB: Button (Keys([a-E])) ; Middle button: Continue
-
- RB: Button (Keys([Esc])) ; Right button: Cancel
-
- ;
- ; Mouse Definition
- ;
- Mouse
- (
- Left (LB) ; Left Button: Main menu
- Middle (MB) ; Middle Button: Continue
- LeftRight(MB) ; Left Right Chord: Continue
- Right (RB) ; Right Button: Cancel
- Cursor (ArrowKeys)
- )