Skip to content

Commit 34c62f5

Browse files
committed
fix typos
1 parent 894be6d commit 34c62f5

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@ could achieve 45 WPM."
1515
## The Visual Key Map
1616

1717
<img src="https://raw.githubusercontent.com/rich-murphey/twidor/master/web.assets/Twidor_SCC.png"
18-
width="40%" align="right">Twidor shows a visual keymap and lesson text. Text entered by the user is shown below, in grey or red for correct or incorrect text, respectively.
18+
width="40%" align="right">Twidor shows a visual key-map and lesson text. Text entered by the user is shown below, in grey or red for correct or incorrect text, respectively.
1919

2020
Twidor show highlighted "hints" in green: the next letter of the lesson text and the buttons that send that letter.
2121

2222
By default, Twidor loads the the
23-
[Backspice keymap](https://raw.githubusercontent.com/AlexBravo/Twiddler/master/Backspice2%20cheat%20sheet.txt).
24-
Users may select the Default, TabSpace, or Typemax layouts in the <kbd>Keymaps</kbd> menu, or may load a custom keymap generated by the
23+
[Backspice key-map](https://raw.githubusercontent.com/AlexBravo/Twiddler/master/Backspice2%20cheat%20sheet.txt).
24+
Users may select the Default, TabSpace, or Typemax layouts in the <kbd>Keymaps</kbd> menu, or may load a custom key-map generated by the
2525
the [Twiddler Tuner](https://twiddler.tekgear.com/tuner/edit.xhtml).
2626

2727
The 4x3 array of buttons is composed of horizontal rows, for index finger on top, then middle, ring and pinky finger. Green, blue and red columns correspond to left, middle and right buttons on the Twiddler. Each large box shows the letter sent by a single button press.
2828

29-
The keymap shows the letters sent by each button. Some letters require only a single button press, shown by the large boxes. Other letters reqire several buttons pressed simultaneously,
29+
The key-map shows the letters sent by each button. Some letters require only a single button press, shown by the large boxes. Other letters require several buttons pressed simultaneously,
3030

3131
<img src="https://raw.githubusercontent.com/rich-murphey/twidor/master/web.assets/Twidor_screenshot.png"
3232
width="40%" align="right">
3333
## 2-Button Chords
3434

3535
A "chord" is a keystroke using two or more buttons pressed simultaneously, like playing a "chord" on a piano. To display labels for chords, shown on the right, select <kbd>View | Show chords</kbd>.
3636

37-
Each 4x3 sub-array shows letters sent by two buttons pressed simultaneously. Button layout of the sub-arrray is the same: one row for each finger, and green/blue/red for left/middle/right columns.
37+
Each 4x3 sub-array shows letters sent by two buttons pressed simultaneously. Button layout of the sub-array is the same: one row for each finger, and green/blue/red for left/middle/right columns.
3838

3939
The first button of the chord is the large box. The location of the first button is relative to the larger 4x3 array.
4040

@@ -49,26 +49,26 @@ width="25%" align="right">Here are some two-button chords whose first button is
4949

5050
## Multiple Character Chords (MCCs)
5151

52-
Some chords send more than one letter, such as "is", "in" and "it" in the keymap above. These are called a multiple character chords (MCCs).
52+
Some chords send more than one letter, such as "is", "in" and "it" in the key-map above. These are called a multiple character chords (MCCs).
5353

5454
Twidor can optionally show hints for multiple character chords if you enable it. However, by default Twidor shows green highlights only for chords that send a single character, as shown for the highlighted letter "d", above. This is intended to make learning easier initially.
5555

5656
If you wish to learn all available chords, un-check the box <kbd>View | Hint single letters only</kbd>. This will show green highlighted buttons for the longest matching multiple character chord. For example, given the text, "the", Twidor will highlight the chord that sends "the", rather than "th" or "t".
5757

58-
Note that this affects only the green highlighted "hints". The twiddler itself is capable of sending MCCs, and Twidor will accept MCCs as input, and score input text correspondingly regardless.
58+
Note that this affects only the green highlighted "hints". The Twiddler itself is capable of sending MCCs, and Twidor will accept MCCs as input, and score input text correspondingly regardless.
5959

6060
## Other Usage
6161

6262
Hit <kbd>ENTER</kbd> at the end of a line to go to the next sentence. This also updates statistics for the session, including words per minute (WPM) and average error rate (AER).
6363

6464
Menu options include:
65-
* <kbd>File | Load Keymap</kbd> imports a CSV keymap exported by the [Twiddler Tuner](https://twiddler.tekgear.com/tuner/).
65+
* <kbd>File | Load Keymap</kbd> imports a CSV key-map exported by the [Twiddler Tuner](https://twiddler.tekgear.com/tuner/).
6666
* <kbd>File | Load Lesson</kbd> imports training text from a file.
6767
* <kbd>Keyboard | Show..</kbd> toggles show/hide key labels and flips right-to-left orientation.
6868
* <kbd>Hints | Highlight...</kbd> toggles show/hide which keys to press to send the next chord of the lesson.
69-
* <kbd>Keymaps</kbd> loads certain keymaps: Backspice, Default_V5, TabSpace, or Typemax.
69+
* <kbd>Keymaps</kbd> loads certain key-maps: Backspice, Default_V5, TabSpace, or Typemax.
7070

71-
To load a custom keymap, users may:
71+
To load a custom key-map, users may:
7272

7373
* open https://twiddler.tekgear.com/tuner/edit.xhtml,
7474
* import a keymap.cfg if not already present there.
@@ -97,7 +97,7 @@ welcome [here](https://github.com/rich-murphey/twidor/issues).
9797

9898
## Limitations
9999

100-
* Keymap labels for are shortened to the first three letters, which is sufficient for all of the popular keymaps.
100+
* Key-Map labels for are shortened to the first three letters, which is sufficient for all of the popular key-maps.
101101
* The visual keymap does not show the mouse buttons.
102102

103103
## How to Build
@@ -120,17 +120,17 @@ written in Java.
120120

121121
[twiddler_layout](https://github.com/ben-horner/twiddler_layout) is a command line tool for editing Twiddler keyboard layouts, also written in Java.
122122

123-
The [Backspice keymap](https://github.com/AlexBravo/Twiddler) by [Alex Bravo](https://plus.google.com/+AlexBravo).
123+
The [Backspice key-map](https://github.com/AlexBravo/Twiddler) by [Alex Bravo](https://plus.google.com/+AlexBravo).
124124

125-
The [TabSpace 3 layout](http://ivanwfr.github.io/Twiddler3-Layout/) discusses a range of layout issues, including ngram occurrence frequency and ranking the dexterity required for various multi-key chords.
125+
The [TabSpace 3 layout](http://ivanwfr.github.io/Twiddler3-Layout/) discusses a range of layout issues, including n-gram occurrence frequency and ranking the dexterity required for various multi-key chords.
126126

127127
The [Typemax layout](https://github.com/lancegatlin/typemax)
128-
maximizes typing speed by emphasizing efficent single character
128+
maximizes typing speed by emphasizing efficient single character
129129
chord transitions (stride). The Typemax github repo has discussions of
130130
[Basic Layout Design](https://github.com/lancegatlin/typemax/blob/master/basic_layout_design.md),
131-
including issues of stride and ngram clustering, stutter,
131+
including issues of stride and n-gram clustering, stutter,
132132
separation of vowels and consonants on separate fingers, using
133-
mouse buttons as letter keys, and many other desing issues.
133+
mouse buttons as letter keys, and many other design issues.
134134

135135
The [Twiddler 3 Google Group](https://groups.google.com/forum/?hl=en#!forum/twiddler-3) has links to various resources.
136136

@@ -176,5 +176,5 @@ the source code available on github.
176176
to load [Twiddler v3 keyboard layouts](https://twiddler.tekgear.com/tuner/edit.xhtml),
177177
released a simplified windows installer, added build files and
178178
documentation, rewrote keypad display, rewrote layout to support
179-
macros and alternate keymaps, and added options such as thumbpad
180-
orientation and thumbpad labels visibility.
179+
macros and alternate key-maps, and added options such as thumb pad
180+
orientation and thumb pad labels visibility.

0 commit comments

Comments
 (0)