1KLAVARO(1) Klavaro - Manual KLAVARO(1)
2
3
4
6 Klavaro - Flexible touch typing tutor using GTK+3
7
9 klavaro
10
12 Klavaro is a program that teachs you to touch type and/or helps you to
13 improve your skills with the keyboard.
14
15 There is some more information at:
16
17 https://klavaro.sourceforge.io/
18
20 Besides those related to GTK, a few options are available.
21 -h, --help: see some help at command line.
22 -v, --version: see the program version.
23 -x, --velotxt: forces the speed module to use complete texts with para‐
24 graphs, just like the fluidity one.
25
27 Some colors may be configured through the file "preferences.ini". It's
28 commonly placed at: $HOME/.config/klavaro/
29 There you should create a session named [colors] and set some colors
30 with the internet/html syntax (#RRGGBB). For example:
31
32 [colors]
33 key_fg=#332200
34 key_1=#112233
35 key_9=#213243
36 text_intro_fg=#222222
37 char_untouched_bg=#fffaf8
38 char_wrong_fg=#880000
39 char_correct_fg=#009900
40 char_retouched_fg=#bbbbaa
41 cursor_blink_bg=#ff88ff
42
43 And also, an alternative file can be defined, for toggling all those
44 colors: "altcolor.ini", besides the "preferences.ini" file.
45
46 Here follows the complete list of keywords to set colors.
47
48 Background and foreground for the tutor introductory texts:
49 text_intro_bg
50 text_intro_fg
51
52 Background and foreground for the tutor texts before they be typed out:
53 char_untouched_bg
54 char_untouched_fg
55
56 The same for the tutor texts after they be correcty typed out:
57 char_correct_bg
58 char_correct_fg
59
60 Same for tutor texts after they be wrongly typed:
61 char_wrong_bg
62 char_wrong_fg
63
64 Same for tutor texts after they be correcty retyped, correcting errors
65 (only in fluidity module):
66 char_retouched_bg
67 char_retouched_fg
68
69 Blinking color of the block cursor in the tutor tests:
70 cursor_blink_bg
71 cursor_blink_fg
72
73 Foreground of keys in the virtual keyboard:
74 key_fg
75
76 Background of keys, according to the finger responsible for it, from
77 left to right (key_5 is valid for both thumbs, it is the space key):
78 key_1
79 key_2
80 key_3
81 key_4
82 key_5
83 key_6
84 key_7
85 key_8
86 key_9
87
89 Klavaro was written by Felipe E. F. de Castro.
90
91 e-mail: <fefcas.at.gmail.com>
92
93GNU 2021-06-06 KLAVARO(1)