
##################################################################
##
## System-wide VITtk settings
##
## Below find default values.  Any of these can be changed here or
## by adding them to your ~/.vittkrc file.  Comments must be in 
## column zero.
##
##

##########################################
## Default view...

#report=ls

##########################################
## Colors... 

#color.background=#000000
#color.foreground=#00cd00
#color.header.foreground=#d7d700
#color.footer.foreground=#d7d700
#color.selection.background=#303030
## this is a percentage...
#color.selection.foreground.brightness=20

##########################################
## Fonts... 

#font=TkFixedFont
#line.padding=0

## a personal favorite...
#font=-*-lucidatypewriter-*-r-*-*-12-*-*-*-*-*-*-*
#line.padding=1

##########################################
## Function keys... these along with...
##   'P' for projects 
##   'b' for blocked
##   'r' for recurring
##   'w' for wait
## ...cover almost all the task reports... 

## FIXME some bindings below do not work perfectly yet...
## FIXME refer to the Reports file for more information...

bind.f1=help
bind.f2=ls priority:l
bind.f3=ls priority:m
bind.f4=ls priority:h

bind.f5=active
bind.f6=burndown
bind.f7=calendar
bind.f8=completed 

bind.f9=ghistory
bind.f10=overdue
bind.f11=stats
bind.f12=summary

