diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-10-12 15:05:02 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-10-27 15:36:39 +0200 |
commit | b42ab59f92b2f015b2b06cbd1bbbfc43ab11c506 (patch) | |
tree | 28652ea816498db53aa5e3fe994f523a69094f99 /lulua/data/report/index.html | |
parent | 67901c25470734107a9888402e8e12a2c8e0a25b (diff) | |
download | lulua-b42ab59f92b2f015b2b06cbd1bbbfc43ab11c506.tar.gz lulua-b42ab59f92b2f015b2b06cbd1bbbfc43ab11c506.tar.bz2 lulua-b42ab59f92b2f015b2b06cbd1bbbfc43ab11c506.zip |
layouts: Add ergoarabic
See https://github.com/darkstego/ergoarabic
Diffstat (limited to 'lulua/data/report/index.html')
-rw-r--r-- | lulua/data/report/index.html | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/lulua/data/report/index.html b/lulua/data/report/index.html index e35e08f..146b7f9 100644 --- a/lulua/data/report/index.html +++ b/lulua/data/report/index.html @@ -753,13 +753,42 @@ </div> </div> - <figure id="ar-osman"> + <figure> <div class="lbox"> <img src="ar-osman-heat.svg"> {{ fingerhandstats(layoutstats['ar-osman']) }} </div> </figure> + <div id="ar-ergoarabic" class="pure-g flexreverse"> + <div class="pure-u-1 pure-u-xl-1-2"> + </div> + <div class="pure-u-1 pure-u-xl-1-2" lang="en"> + <div class="lbox"> + <h3><a href="#ar-ergoarabic">Ergoarabic</a></h3> + <p> + Being first released in 2021 <a + href="https://github.com/darkstego/ergoarabic">Ergoarabic</a> is the + most recent optimized layout for Arabic. + <!-- --> + On the first layer it combines the positions of 17 keys from the <a + href="#ar-linux">standard PC layout</a> with brackets and punctuation + symbols from QWERTY, aiming to retain compatibility with both. + <!-- --> + The remaining keys have been re-arranged or moved to the shift layer by + hand for improved ergonomics. + </p> + </div> + </div> + </div> + + <figure id="ar-ergoarabic"> + <div class="lbox"> + <img src="ar-ergoarabic-heat.svg"> + {{ fingerhandstats(layoutstats['ar-ergoarabic']) }} + </div> + </figure> + <div id="ar-phonetic" class="pure-g flexreverse"> <div class="pure-u-1 pure-u-xl-1-2"> </div> |