Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

klavaro(1) [debian man page]

KLAVARO(1)							 Klavaro - Manual							KLAVARO(1)

NAME
Klavaro - Flexible touch typing tutor using GTK+2 SYNOPSIS
klavaro DESCRIPTION
Klavaro is a program that teachs you to touch type and/or helps you to improve your skills with the keyboard. There is some more information at: http://klavaro.sourceforge.net OPTIONS
Besides the version option, only those related to GTK are available. -h, --help: see some help at command line. -v, --version: see the program version. COLORS
Some colors may be configured through the file "preferences.ini" There you should create a session named [colors] and set some colors with the internet/html syntax (#RRGGBB). For example: [colors] key_fg=#332200 key_1=#112233 key_9=#213243 text_intro_fg=#222222 char_untouched_bg=#fffaf8 char_wrong_fg=#880000 char_correct_fg=#009900 char_retouched_fg=#bbbbaa cursor_blink_bg=#ff88ff Here follows the complete list of keywords to set colors. Background and foreground for the tutor introductory texts: text_intro_bg text_intro_fg Background and foreground for the tutor texts before they be typed out: char_untouched_bg char_untouched_fg The same for the tutor texts after they be correcty typed out: char_correct_bg char_correct_fg Same for tutor texts after they be wrongly typed: char_wrong_bg char_wrong_fg Same for tutor texts after they be correcty retyped, correcting errors (only in fluidity module): char_retouched_bg char_retouched_fg Blinking color of the block cursor in the tutor tests: cursor_blink_bg cursor_blink_fg Foreground of keys in the virtual keyboard: key_fg Background of keys, according to the finger responsible for it, from left to right (key_5 is valid for both thumbs, it is the space key): key_1 key_2 key_3 key_4 key_5 key_6 key_7 key_8 key_9 AUTHOR
Klavaro was written by Felipe E. F. de Castro. e-mail: <fefcas@gmail.com> GNU
2012-01-14 KLAVARO(1)

Check Out this Related Man Page

VIMTUTOR(1)                                                   General Commands Manual                                                  VIMTUTOR(1)

NAME
vimtutor - the Vim tutor SYNOPSIS
vimtutor [-g] [language] DESCRIPTION
Vimtutor starts the Vim tutor. It copies the tutor file first, so that it can be modified without changing the original file. The Vimtutor is useful for people that want to learn their first Vim commands. The optional argument -g starts vimtutor with gvim rather than vim, if the GUI version of vim is available, or falls back to Vim if gvim is not found. The optional [language] argument is the two-letter name of a language, like "it" or "es". If the [language] argument is missing, the lan- guage of the current locale will be used. If a tutor in this language is available, it will be used. Otherwise the English version will be used. Vim is always started in Vi compatible mode. FILES
/usr/share/vim/vim80/tutor/tutor[.language] The Vimtutor text file(s). /usr/share/vim/vim80/tutor/tutor.vim The Vim script used to copy the Vimtutor text file. AUTHOR
The Vimtutor was originally written for Vi by Michael C. Pierce and Robert K. Ware, Colorado School of Mines using ideas supplied by Charles Smith, Colorado State University. E-mail: bware@mines.colorado.edu. It was modified for Vim by Bram Moolenaar. For the names of the translators see the tutor files. SEE ALSO
vim(1) 2001 April 2 VIMTUTOR(1)
Man Page