keyboard/altgr: integrate css overiddes in common stylesheet
[sheet.git] / Shiar_Sheet / KeyboardChars.pm
index c5b0a09f4502f7fd1928ca49c6ec09de2993a287..4a28f11cf6af900e9e086b522532a66152d21781 100644 (file)
@@ -15,7 +15,10 @@ our @EXPORT = qw( kbchars kbmodes );
 my $uc = Shiar_Sheet::FormatChar->new;
 
 our %unaccent = qw(
-       ⍺ a  ⍵ w  ∊ E  ⍷ E  ⍴ r  ⍳ i  ⍸ i  ○ O  ⍥ O  ⌿ /  ⍟ (*)
+       ⍺ a  ⍵ w  ∊ E  ⍷ E  ⍴ r  ⍳ i  ⍸ i  ○ O  ⍥ O  ⌿ /  ⍟ (*) ⊕ (+)
+       Ʊ U  ǝ e  Ǝ E  ʌ v  χ X  ɥ h  ʘ O  ɰ mw ɯ mw Ɯ MW ə @ae Ə @AE
+       ɸ PF ʎ yl ɔ co Ɔ CO ɛ 3E ƣ q  Ƣ Q  ∀ A  ∃ E  ∪ u  ∩ n   ≠ !=
+       ≈ =~ ∅ /0 ∘ o  ⋅ .  ∫ s  ≝ =d ″ "  ≤ <  ≥ >  √ rV ∛ 3V  ∜ 4V
 );
 
 sub unidecode {
@@ -29,6 +32,7 @@ sub kbchars ($rows) {
 sub kbmodes ($modes) {
        my %g; # present group classes
        my %info = (
+               tableclass => 'keys big',
                rows => [1, 0],
        );
        for my $lead (keys %{$modes}) {