@@ -20,7 +20,8 @@ previously covered):
20
20
` ! @ # $ % ^ & * ( ) ? / " ' : `
21
21
22
22
and it introduces the following keys:
23
- ` + - _ = > < { } ] [ \ ` ~ \ |`
23
+
24
+ `` + - _ = > < { } ] [ ` ~ \ | ``
24
25
25
26
The first two lessons are review; the next six introduce the new keys,
26
27
and the final three provide long-form practice. Where possible, the
@@ -35,20 +36,20 @@ At the moment, the programming samples are biased towards languages with
35
36
C-like syntax—please feel free to submit a pull request if you would
36
37
like other languages to be featured more prominently.
37
38
38
- I submitted this lesson as a patch to the gtypist mailing list and recived
39
+ I submitted this lesson as a patch to the gtypist mailing list and received
39
40
positive feedback; it is possible that it will be included in the base
40
41
installation at some point. However, gtypist is not under extremely
41
- active developmet , so I decided to post it here in the meantime.
42
+ active development , so I decided to post it here in the meantime.
42
43
43
44
# Installation
44
- Running this lesson requires gtypist, which is avalible from nearly all
45
+ Running this lesson requires gtypist, which is available from nearly all
45
46
package managers of directly from the [ gtypist website] ( https://www.gnu.org/software/gtypist/ )
46
47
47
48
After installing gtypist, you can run this file by following gtypist's
48
- directions for running an external typing script. Specfically , download
49
+ directions for running an external typing script. Specifically , download
49
50
the ` p.typ ` file to a directory of your choice and then add
50
51
the path to the file as a final argument to gtypist. If you would
51
- perfer not to type the full path to the script file, you can copy it
52
+ prefer not to type the full path to the script file, you can copy it
52
53
to the same directory that holds gtypist's other lessons (usually
53
54
` /usr/share/gtypist ` or ` /usr/local/share/gtypist ` ). After doing so,
54
55
you can run the lesson by supplying just the filename as a final argument
0 commit comments