keyboard: uniform title syntax
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 27 Dec 2023 18:13:59 +0000 (19:13 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 28 Dec 2023 07:19:58 +0000 (08:19 +0100)
Capitalisation and specific suffix name similar to other pages.

keyboard.plp
keyboard/altgr/macos-abc.eng.inc.pl
keyboard/altgr/macos.eng.inc.pl
keyboard/altgr/windows.eng.inc.pl

index e4ba72da23a61720a847b547989228d404f9dd0b..a2c2f2e95e3afcbd51abc87c96425e5a7ecf46d4 100644 (file)
@@ -43,7 +43,7 @@ Html({
        '404 request not found',
 );
 
-say "<h1>$mode cheat sheet</h1>";
+say "<h1>$mode keyboard</h1>";
 say "<p>$_</p>" for $info->{intro} // ();
 say "<h2>", $info->{mode}->{''}, " (default)</h2>"
        if $info->{mode} and %{ $info->{mode} } > 1;
index 8e79740f4feb83d9e337d9d5a8b149964e704b4d..110008a5912f13c6175ce67e2a0ab3c62fdecf2e 100644 (file)
@@ -200,7 +200,7 @@ $groups->{flag}->{g1} = ['mode' => "switch to an alternate set of keys"];
 +{
        %{$groups},
        version => '1.0',
-       title => 'abc option',
+       title => 'ABC option',
        intro => join("\n",
                'Resulting <a href="/unicode">selection</a> of <a href="/charset">Unicode</a> characters',
                "while pressing ⌥ Option (Alt) with Apple's ABC Extended",
index ea31116619168e98e3a121ea54e4fb529c7e1984..f4aba446db46d81f6a7c10e65de6d800c1843093 100644 (file)
@@ -101,7 +101,7 @@ our %rows = (
 +{
        %{ do 'keyboard/altgr/groups.inc.pl' },
        version => '1.3',
-       title => 'option key',
+       title => 'US option',
        intro => join("\n",
                'Resulting <a href="/unicode">selection</a> of <a href="/charset">Unicode</a> characters',
                "while pressing ⌥ Option (Alt) with Apple's US (or US International) layout",
index 54d3d9800a1ab17a27f19caa25bcbc407abefcbd..fe1438bf1c72d5ec7e77fd1648f9de325b420660 100644 (file)
@@ -13,7 +13,7 @@ our %rows = map {
 
 +{
        %{ do 'keyboard/altgr/groups.inc.pl' },
-       title => 'altgr',
+       title => 'Windows AltGr',
        version => '1.3',
        intro => join("\n",
                'Resulting <a href="/unicode">selection</a> of <a href="/charset">Unicode</a> characters',