keyboard/altgr: omit unaltered keys
[sheet.git] / keyboard / altgr / groups.inc.pl
index 4b72d088a50f91b615af2bf9c03563c111b38274..92cbb0305dc28e810d7f8fe26746786339a4b551 100644 (file)
@@ -6,7 +6,7 @@ use Text::Unidecode qw( unidecode );
 our %rows;
 my %g; # present group classes
 {
-       rows => [0, 1],
+       rows => [1, 0],
        def => {
                '' => {
                        map {
@@ -28,7 +28,6 @@ my %g; # present group classes
        },
        key => \%rows,
        flag => {
-               g1 => ['unaltered', "same results as without modifier"],
                g2 => ['accented', "decomposes to the original letter with a combining accent"],
                g4 => ['similar', "transliterates (mostly) into the unmodified letter"],
                g5 => ['latin', "a different (accented) latin letter"],