• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-87,43585,129

doc/H18-Aug-2020-687606

gtkdatabox/H18-Aug-2020-8,6545,475

m4/H18-Aug-2020-9,3408,441

po/H18-Aug-2020-50,79540,733

src/H18-Aug-2020-13,36110,179

ABOUT-NLSH A D31-Jan-201991.8 KiB1,3801,341

AUTHORSH A D01-May-20171.2 KiB7653

COPYINGH A D24-Jul-201334.3 KiB675553

ChangeLogH A D18-Aug-202020.8 KiB703610

INSTALLH A D22-Sep-201315.4 KiB371289

Makefile.amH A D10-Feb-2019221 93

Makefile.inH A D18-Aug-202026.2 KiB856757

NEWSH A D30-May-20202.5 KiB9876

READMEH A D04-Jul-20192.9 KiB9874

TODOH A D01-Jun-20202.7 KiB2723

aclocal.m4H A D18-Aug-202053.2 KiB1,4811,342

ar-libH A D05-Jul-20205.7 KiB272211

compileH A D22-Sep-20137.2 KiB348258

config.guessH A D22-Sep-201344.2 KiB1,5591,352

config.h.inH A D18-Aug-20203 KiB12583

config.rpathH A D04-Jan-201418.3 KiB691594

config.subH A D22-Sep-201334.7 KiB1,7921,654

configureH A D03-May-2022639.1 KiB20,89517,683

configure.acH A D18-Aug-20202.5 KiB8570

depcompH A D22-Sep-201323 KiB792502

install-shH A D22-Sep-201313.7 KiB528351

ltmain.shH A D02-Mar-2020319.6 KiB11,2528,044

missingH A D22-Sep-20136.7 KiB216143

mkinstalldirsH A D22-Sep-20133.5 KiB163112

README

1Well, in a few words, I can say: launch the program and learn by
2using it. It is very simple and full of tips. Most of the buttons
3have some tip showing what they will do.
4
5If you have to compile, please read the INSTALL file.
6And also, specific libs you have to install (on Debian):
7- libgtk-3-dev
8- libcurl4-dev
9- intltool
10- libtool
11
12For compiling on Windows, you may use MSYS2, following instructions from GTK site.
13
14See also the web site:
15http://klavaro.sourceforge.net
16
17
18- COLORS
19
20Some colors may be configured through the file preferences.ini
21There you should create a session named [colors] and set some colors
22with the internet/html syntax (#RRGGBB). Example:
23
24[colors]
25key_fg=#332200
26key_1=#112233
27key_9=#213243
28text_intro_fg=#222222
29char_untouched_bg=#fffaf8
30char_wrong_fg=#880000
31char_correct_fg=#009900
32char_retouched_fg=#bbbbaa
33cursor_blink_bg=#ff88ff
34
35The preferences.ini file holds all the default key/value pairs, since the first time when
36 the application is run. But they are never overwritten after that, so direct edition should
37 be done by the user to change the colors.
38
39Besides the preferences.ini file, there is also the possibility to use an altcolor.ini file,
40 that holds alternative colors, for example, to enable a dark mode.
41
42Here is the complete list of keywords to set colors:
43
44Background and foreground for the tutor introductory texts:
45text_intro_bg
46text_intro_fg
47
48Background and foreground for the tutor texts before they be typed out:
49char_untouched_bg
50char_untouched_fg
51
52The same for the tutor texts after they be correcty typed out:
53char_correct_bg
54char_correct_fg
55
56Same for tutor texts after they be wrongly typed:
57char_wrong_bg
58char_wrong_fg
59
60Same for tutor texts after they be correcty retyped, correcting errors (only in fluidity module):
61char_retouched_bg
62char_retouched_fg
63
64Blinking color of the block cursor in the tutor tests:
65cursor_blink_bg
66cursor_blink_fg
67
68Foreground of keys in the virtual keyboard:
69key_fg
70
71Background of keys, according to the finger responsible for it, from left to right (key_5 is valid
72 for both thumbs, it is the space key):
73key_1
74key_2
75key_3
76key_4
77key_5
78key_6
79key_7
80key_8
81key_9
82
83
84- GOALS
85
86And also, the goals for touch typing skill may be configured in preferences.ini file. They give the
87 limits for each tutor module, so the user is told when he/she should go to the next level. They also
88 appear as horizontal lines in the progress charts.
89The default key/value pairs used in the application show up after the first time one runs and close
90 it gracefully, take a look at your preferences.ini file.
91
92- LEVELS
93
94These are similar to the goals above, but they are used only to distinguish the comments done by the
95 tutor after each practicing session, along all the modules. With them, the program knows how the user
96 is doing with his training, and then suggests more directions to take. As with GOALS, see your
97 preferences.ini file, after launching and using the application for at least one time.
98