source: highlight perl signatures as Type instead of Error
[sheet.git] / keyboard.plp
index 2ecfa8b9fa0c00bfe32091cd7862e03cc3dc221e..f4ede94171db59de4c6ee80f2cdfbb585af74cb3 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'keyboard cheat sheet',
-       version => '1.1',
+       version => '1.2',
        description => [
                "Windows US international keyboard layout table",
                "with the AltGr modifier key.",
@@ -61,12 +61,12 @@ my $keys = Shiar_Sheet::Keyboard->new({
                } @usint
        },
        flag => {
-               g1 => ['unaltered'],
-               g2 => ['accented'],
-               g4 => ['latin'],
-               g5 => ['similar'],
-               g7 => ['other'],
-               g8 => ['combining'],
+               g1 => ['unaltered', "same results as without modifier"],
+               g2 => ['accented', "decomposes to the original letter with a combining accent"],
+               g4 => ['latin', "a different (accented) latin letter"],
+               g5 => ['similar', "transliterates (mostly) into the unmodified letter"],
+               g7 => ['other', "symbol not directly deducible from key"],
+               g8 => ['combining', "diacritical mark to be combined with a following character"],
        },
 });
 $keys->map($get{map}) or undef $get{map};