diff options
Diffstat (limited to 'lulua/data/report')
-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> |