File: KDrill.ad-dist

package info (click to toggle)
kdrill 6.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 904 kB
  • ctags: 974
  • sloc: ansic: 7,605; makefile: 702
file content (100 lines) | stat: -rw-r--r-- 3,126 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
! resource file for "kdrill"
! if this file is installed,
!    ALL ENTRIES MUST BE INCLUDED!!!
! otherwise, there is a chance the program will crash



! This is to override people doing
!  *international: True
! which, oddly enough, stops xaw from displaying kanji properly
KDrill*international:	False

! popupx, popupy: position of popup windows
! *relative*to*kdrill*main*window*
!
KDrill.options_popupx:		0
KDrill.options_popupy:		-200
KDrill.search_popupx:		400
KDrill.search_popupy:		0


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Colors section
!
! This is where to set nifty background colors.
!
! To modify the MAIN window backgrounds, use these
KDrill*kdrill.background:		grey
KDrill*buttonform.background:		grey
KDrill*englishform.background:		grey50
KDrill*kanjiform.background:		grey
KDrill*kanjiform.missedlabel.background: grey
! For the miscellaneous other windows...
KDrill*optionsform.background:		grey
KDrill*kanjiinputform.background:	grey
KDrill*kanainputform.background:	grey
KDrill*multikanjiform.background:	grey
KDrill*skipinputform.background:	grey
KDrill*strokeinputform.background:	grey
KDrill*radicalinputform.background:	grey
KDrill*searchform.background:		grey
KDrill*searchform.searchinputform.background:		darkgrey
KDrill*searchform.searchoptsform.background:		darkgrey
KDrill*searchform*kanjilarge.background:		black
KDrill*searchform*kanjilarge.foreground:		white
KDrill*searchform*searchkanji.background:		lightgreen
KDrill*searchform*searchenglishlabel.background:	grey
KDrill*searchform*searchoptslabel.background:		grey
KDrill*learnform.background:		grey
!



!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


! allow imperfect distionary entries, if true
KDrill.notallT:		false
! run with no Beep, if true
KDrill.noBell:		false

! ignore existing usefile at startup, if true
KDrill.nousefile:	false
! usefile specifies abridgement dictionary
KDrill.usefile:         .kanjiusefile

! What dictionaries to use.
! this is usually /usr/local/lib/edict.gz
KDrill.edictfile:        EDICTLOCATION
! this is usually /usr/local/lib/kanjidic.gz
KDrill.kdictfile:        KDICTLOCATION
! this is usually /usr/local/lib/radkfile
KDrill.radkfile:        RADLOCATION
! What is the logfile name
KDrill.logfile:		kdrill.log

! font for single, large kanji at top
KDrill.kanjifont:       -jis-*--24*jisx0208*
! this is actually the font for the kana readins of the kanji
KDrill.smallkanji:      -jis-*--16*jisx0208*
!and the english button font
KDrill.englishfont:     fixed

!gradelevel can be a string containing any or all of "123456+"
! "0" actually means all are enabled. Otherwise, only the grades
! specified will be used.
KDrill.gradelevel:      0

! the following are to chage the type of guess expected on startup
KDrill.showkana:        false
KDrill.guessmode:       english
KDrill.questionmode:    kanji

! lowfrequency and/or highfrequency limits may be placed here instead of
! the command line. "0" means no limit.
KDrill.lowfrequency:	0
KDrill.highfrequency:	0

! When timer is enabled, number of seconds user is given to guess answer
KDrill.timersec:	5