# configuration file for cman.
# to install this one do  cp cmanrc ~/.cmanrc (your home directory)

# Specify your print command.
# PRINTERCMD lpr

PRINTERCMD lpr

# Specify your Web Browser command.
# WEBBROWSER <full path to binary>
# This is for sending a person to a web site or start an e-mailer w/ browser.
#
# Please specify <webbrowser_name>
#

WEBBROWSER /usr/local/netscape/netscape
WEBBROWSER_NAME netscape

# OVERRIDE WEBBROWSER EMAILER , IF it's defined this program will be
# called like: <application> <user@host.com>
#
# EMAILER elm


# Specify your Fax Software (command or shell script), 
# this option will pass the Fax Software a Fax Phone Number.
# 
# FAXSOFTWARE /usr/local/bin/fax
#

# Specify your cursor character.
# CURSOR_PROMPT >

CURSOR_PROMPT >

# If you like underline mode instead of reverse video in the application
# set this option to 'u' otherwise go with the default.
# VISUALMODE u

VISUALMODE r

# You can change the colors of the interface to your liking for  
# TITLE_COLOR		..Color for Title of screens and forms
# MAIN_MENU_COLOR	..Color for the Main Menu items
# HELP_COLOR		..Color for key short cuts on forms screens
# FIELD_COLOR		..Color for the fields/attributes on forms
# CURSOR COLOR		..Color for the cursor (defined by you >,%,etc)
# GROUP_LIST_COLOR	..Color for the Sites/Groups, etc.
# INFO_COLOR		..Color for informational text
# available colors  BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE

# format of color statment is  <ATTRIBUTE> <FOREGROUND> <BACKGROUND>
TITLE_COLOR WHITE BLUE
MAIN_MENU_COLOR CYAN BLUE
HELP_COLOR BLACK RED
FIELD_COLOR GREEN BLACK
CURSOR_COLOR BLACK CYAN
GROUP_LIST_COLOR GREEN BLUE
INFO_COLOR BLUE CYAN

# KEYBOARD MAPPINGS FOR CMAN
# format <KEY LABEL> <ACTUAL KEY TO USE> <DESCRIPTION OF COMMAND>
#
# Regular (plain) characters can be used, such as: A-Z
#
# To use the escape key <ESC> , specify ESC
#
# Functions keys are represented by F1-F12
# example: KEY_MENU_ADD F4 [ F4 ] Add a Contact
#
# Alt keys are represented by ALT-A .. ALT-Z
# example: KEY_MENU_SHOW ALT-S [ ALT-S ] Show a detailed information
#
# Ctrl keys are represented by CTRL-A .. CTRL-Z
# example: KEY_EDIT_SHOW CTRL-E [ CTRL-E ] Save and return to Main Menu
# Note: Be careful, this could terminate your session or cause weird 
#       things to happen.
#
# Misc. Keys that can be used (no examples, just short descriptions below.
# INSERT,DELETE,HOME,END,PAGE-UP,PAGE-DOWN
# KEY-DOWN,KEY-UP,KEY-LEFT,KEY-RIGHT
#


#
# BELOW IS AN EXAMPLE KEYBOARD LAYOUT FOR CMAN!
#
#
# KEYBOARD MAPPINGS FOR EDIT MODE
# format <KEY LABEL> <ACTUAL KEY TO USE> <TEXT FOR MENU>
#
KEY_EDIT_RIGHT KEY-RIGHT Right-Arrow Move forward in field
KEY_EDIT_LEFT KEY-LEFT Left-Arrow  Move backward in field
KEY_EDIT_SHOW CTRL-L Ctrl-l      Show group list in group field
KEY_EDIT_DONE1 CTRL-D Ctrl-d      To save/abort
KEY_EDIT_DONE2 CTRL-D Ctrl-d      To Execute Find/abort
KEY_EDIT_SHOWHELP F1 F1  Show Help Information
# 
# Toggle Overwrite/Insert Mode when editing
#
KEY_EDIT_MODE F2 F2          Toggle Insert/Overwrite Text
#
# Move to beginning of line
KEY_EDIT_HOME CTRL-A Ctrl-a      Move to beginning of line
# Move to end of line
KEY_EDIT_END CTRL-E Ctrl-e      Move to end of line
#
# Clear the field of all characters (start over)
KEY_EDIT_CLRFIELD CTRL-F Ctrl-f      Erase contents of Field
#
# or style KEY_EDIT_BACKSPACE KEY-DELETE
#
KEY_EDIT_BACKSPACE KEY-BACKSPACE
#
# MOVEMENT KEYS FOR UP AND DOWN (NEXT/PREVIOUS)
#
KEY_MOVE_UP KEY-UP Up-Arrow    Previous field
KEY_MOVE_DOWN KEY-DOWN Down-Arrow  Next field
#
#
# VIEW ONLY MODE KEYS.
# Note: It will use the movement keys from above.
#
KEY_VIEW_RUN CTRL-X Ctrl-x      Launch associated program (must be in field)
KEY_VIEW_DONE ESC <Esc>       Go Back To Group View
KEY_VIEW_HELP F1 F1          Go Back To Group View
KEY_VIEW_TOP CTRL-A Ctrl-a          Go To Top of Group View
KEY_VIEW_BOTTOM CTRL-E Ctrl-e          Go Back To Bottom of Group View
KEY_VIEW_PHONE SPACE Spacebar    Toggle View Phone by Home/Office
#
# Default view mode for Phone number shown
# VIEW_PHONE_MODE <Value>  , value can be 0 = Home, 1 = Office
#
VIEW_PHONE_MODE 1
#
# or for DOS style KEY_VIEW_ZOOM RETURN   Press Return   To Zoom in on person, press enter
#
KEY_VIEW_ZOOM ENTER Enter   To Zoom in on person, press enter

# KEYBOARD MAPPINGS FOR MAIN MENU
# format <KEY LABEL> <ACTUAL KEY TO USE> <TEXT FOR MENU>
#
KEY_MENU_ADD a [A] Add a contact
KEY_MENU_EDIT e [E] Edit a contact
KEY_MENU_DEL d [D] Del a contact
KEY_MENU_SHOW s [S] Show a contact
KEY_MENU_FIND f [F] Find a contact
KEY_MENU_GOTO g [G] Goto Screen
KEY_MENU_PRINT p [P] Print
KEY_MENU_SAVE w [W] Save
KEY_MENU_LOAD l [L] Load
KEY_MENU_HELP F1 [F1] Key Help/Version
KEY_MENU_QUIT q [Q] Quit

# end of cmanrc file
