Update readme and tweak spec rationale
This commit is contained in:
parent
e58ab59f5a
commit
42813324ac
2 changed files with 10 additions and 9 deletions
|
@ -2,11 +2,11 @@
|
||||||
============
|
============
|
||||||
|
|
||||||
This is my custom keyboard layout. For the full spec, rationale, and images,
|
This is my custom keyboard layout. For the full spec, rationale, and images,
|
||||||
please see the spec file at the URL below:
|
please see the spec.html file in the repo or at the URL below:
|
||||||
|
|
||||||
https://acperkins.github.io/keyboard/spec.html
|
https://acperkins.com/acp/keyboard/src/branch/main/spec.html
|
||||||
|
|
||||||
To download the Windows AutoHotKey build, see the GitHub Releases page at the
|
To download the Windows AutoHotKey build, see the GitHub Releases page at the
|
||||||
URL below:
|
URL below:
|
||||||
|
|
||||||
https://github.com/acperkins/keyboard/releases
|
https://acperkins.com/acp/keyboard/releases/latest
|
||||||
|
|
13
spec.html
13
spec.html
|
@ -61,13 +61,14 @@
|
||||||
<h2 id="rationale">Rationale</h2>
|
<h2 id="rationale">Rationale</h2>
|
||||||
|
|
||||||
<p>There are thousands of keyboard layouts around. Why make a new one?
|
<p>There are thousands of keyboard layouts around. Why make a new one?
|
||||||
Simply: none of them worked for me. They either had too many symbols,
|
Simply: none of them worked for me. They either had too many symbols, not
|
||||||
not enough symbols, or the layout was wrong. <a
|
enough symbols, or the layout was wrong. <a
|
||||||
href="https://bepo.fr/wiki/Accueil">BÉPO</a> came the closest to having the
|
href="https://bepo.fr/wiki/Accueil">BÉPO</a> came the closest to having the
|
||||||
main symbols I wanted, but I couldn’t get over the non-QWERTY layout; and
|
main symbols I wanted, but I couldn’t get over the non-QWERTY
|
||||||
the <a href="https://kbdlayout.info/kbdcan">Canadian Multilingual
|
layout; and the <a href="https://kbdlayout.info/kbdcan">Canadian
|
||||||
Standard</a> layout had the symbols I wanted, but they were spread across
|
Multilingual Standard</a> layout had the symbols I wanted, but they were
|
||||||
six levels (AltGr and Right Ctrl both act as level selectors).
|
spread across six levels (AltGr and Right Ctrl both act as level
|
||||||
|
selectors).
|
||||||
|
|
||||||
<p>So I made my own. There were a number of requirements for me:</p>
|
<p>So I made my own. There were a number of requirements for me:</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue