keyboard/altgr: prefix categories to prioritise index order
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 16 Feb 2024 21:59:35 +0000 (22:59 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 28 Feb 2024 23:40:02 +0000 (00:40 +0100)
Force more notorious windows and macos layouts on top.

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

index e936009c122f33e6431a1fded2c468e914af5faa..2c9f7297727ba4a43dc78d737080f9ef5826ee44 100644 (file)
@@ -196,7 +196,7 @@ my %rows = (
        },
        version => '1.0',
        title => 'ABC option',
-       category => 'latin/macos',
+       category => '2/latin/macos',
        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 88afe8233d98e8675ef42e7008bb3113bec096ae..15b0a7f67be42ab6a1671c4777424dc8fab6f368 100644 (file)
@@ -104,7 +104,7 @@ my %rows = (
        %{ kbchars(\%rows) },
        version => '1.3',
        title => 'US option',
-       category => 'latin/macos',
+       category => '2/latin/macos',
        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 66221ffb537c5573f5e9dcdcd24ed6f997628123..ccfd75f083b3ee34048a5ec31ecf6dda8ebb3c98 100644 (file)
@@ -68,7 +68,7 @@ $groups->{flag}{ext} = ['xkb', 'unofficial extensions added in Linux (Gnome, KDE
 +{
        %{$groups},
        title => 'Windows AltGr',
-       category => 'latin/windows/xorg',
+       category => '1/latin/windows/xorg',
        version => '1.4',
        intro => join("\n",
                'Resulting <a href="/unicode">selection</a> of <a href="/charset">Unicode</a> characters',