Skip to content

Commit ddafa49

Browse files
committed
Merge branch 'master' of github.com:rich-murphey/twidor
2 parents 9258bb8 + 341d398 commit ddafa49

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ Here are some of the two-button chords on the left column of buttons:
6060

6161
A chord on the Twiddler can send several letters such as "ed" or "ing". These are called multiple character chords (MCCs).
6262

63-
By default, Twidor does not highlight MCCs, but rather only highlights single letters as shown above in "Getting Started". This default is intended to help users who are just beginning. Lyons [2,3] has shown that learning is faster when the incremental amount of learning material smaller.
63+
By default, Twidor does not highlight multiple character chords, but rather only highlights single letters as shown above in "Getting Started". This default is intended to help users who are just beginning. Lyons [2,3] has shown that learning is faster when the incremental amount of learning material smaller.
6464

6565
When <kbd>View | Show multiple character chords</kbd> is selected, Twidor highlights MCCs.
6666

67-
<img src="https://raw.githubusercontent.com/rich-murphey/twidor/master/web.assets/Twidor_MCC.png" width="30%" align="right"> For example, given the text "ed", shown on the right, with this enabled, Twidor highlights the chord that sends "ed", rather than just "e". Note that this is different from the layout shown above in "Getting Started", where the option was not enabled and only "e" is highlighted.
67+
<img src="https://raw.githubusercontent.com/rich-murphey/twidor/master/web.assets/Twidor_MCC.png" width="30%" align="right"> For example, given the text "ed", shown on the right, Twidor will highlight the chord that sends "ed", rather than just "e". Note that this is different from the layout shown above in "Getting Started", where the option was not enabled and only "e" is highlighted.
6868

6969
If you wish to learn all available chords, select this option. Twidor will show red highlighted buttons for the longest matching chord. For example, given the text, "the", Twidor will highlight the chord that sends "the", rather than "th" or "t".
7070

7171
When you enable both "show chords" and "show multiple character chords", it further expands the keyboard layout to include labels for multiple character 2-button chords.
7272

73-
Note that this option affects only the red highlighted "hints". Regardless of this setting, the Twiddler can send MCCs, and Twidor will accept MCCs as input.
73+
Note that this option affects only the red highlighted "hints". Regardless of this setting, the Twiddler can send multiple character chords, and Twidor will accept MCCs as input.
7474

7575
## Keymaps | Backspice, TabSpace, Typemax
7676

@@ -113,16 +113,16 @@ Download the releases from here:
113113

114114
On windows, download and run the Twidor-setup.exe installer.
115115

116-
On Debian or Ubuntu, download the twidor-x.x.deb. To install and run it one may use:
116+
On Debian or Ubuntu, download the twidor-x.x.deb and install it. For example:
117117

118-
wget https://github.com/rich-murphey/twidor/releases/download/vX.X/twidor-X.X.deb
119-
dpkg -i twidor-X.X.deb
118+
wget https://github.com/rich-murphey/twidor/releases/download/v2.5/twidor-2.5.deb
119+
dpkg -i twidor-2.5.deb
120120
twidor
121121

122-
On other Linux, OSX, and Unix variants, download Twidor.jar from the above link,
123-
install openjdk-8-jre, and invoke the application using:
122+
On other Linux, OSX, and Unix variants, install openjdk-8-jre, download Twidor.jar
123+
and invoke it, using, for example:
124124

125-
wget https://github.com/rich-murphey/twidor/releases/download/vX.X/Twidor.jar
125+
wget https://github.com/rich-murphey/twidor/releases/download/v2.5/Twidor.jar
126126
java -jar Twidor.jar
127127

128128
Feedback and reports of issues are

0 commit comments

Comments
 (0)