Skip to content

Commit 1c8c0d4

Browse files
Re-order table.
1 parent 79685c5 commit 1c8c0d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ output directly).
1212

1313
| Name | No. Keys | Description | Link |
1414
| ---------------------------------------------------- | -------- | ------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- |
15-
| [`Azerty`](./src/layouts/azerty.rs) | 102/105 | Typically used in French locales | [Uncyclopedia](https://en.wikipedia.org/wiki/AZERTY) |
1615
| [`Us104`](./src/layouts/us104.rs) | 101/104 | North American standard English | [Uncyclopedia](https://en.wikipedia.org/wiki/QWERTY#United_States) |
1716
| [`Uk105`](./src/layouts/uk105.rs) | 102/105 | United Kingdom standard English | [Uncyclopedia](https://en.wikipedia.org/wiki/QWERTY#United_Kingdom) |
18-
| [`Colemak`](./src/layouts/colemak.rs) | 101/104 | A keyboard layout designed to make typing more efficient and comfortable | [Uncyclopedia](https://en.wikipedia.org/wiki/Colemak) |
17+
| [`Azerty`](./src/layouts/azerty.rs) | 102/105 | Typically used in French locales | [Uncyclopedia](https://en.wikipedia.org/wiki/AZERTY) |
1918
| [`De104`](./src/layouts/de104.rs) | 102/105 | German layout | [Uncyclopedia](https://en.wikipedia.org/wiki/QWERTZ) |
2019
| [`Jis109`](./src/layouts/jis109.rs) | 106/109 | JIS 109-key layout (Latin chars only) | [Uncyclopedia](https://en.wikipedia.org/wiki/Japanese_input_method#Japanese_keyboards) |
20+
| [`Colemak`](./src/layouts/colemak.rs) | 101/104 | A keyboard layout designed to make typing more efficient and comfortable | [Uncyclopedia](https://en.wikipedia.org/wiki/Colemak) |
2121
| [`Dvorak104Key`](./src/layouts/dvorak104.rs) | 101/104 | The more 'ergonomic' alternative to QWERTY | [Uncyclopedia](https://en.wikipedia.org/wiki/Dvorak_keyboard_layout) |
2222
| [`DVP104Key`](./src/layouts/dvorak_programmer104.rs) | 101/104 | Dvorak for Programmers | [Uncyclopedia](https://en.wikipedia.org/wiki/Dvorak_keyboard_layout#Programmer_Dvorak) |
2323

2424
101/104 keys is ANSI layout (wide Enter key) and 102/105 keys is ISO layout
2525
(tall Enter key). The difference between 101 and 104 (and between 102 and
26-
105) comes from the two Windows keys and the Menu key that were added when
26+
1) comes from the two Windows keys and the Menu key that were added when
2727
Windows 95 came out. JIS keyboards have extra keys, added by making the
2828
space-bar and backspace keys shorter.
2929

0 commit comments

Comments
 (0)