keyboard: move includes to subdirectory
[sheet.git] / altgr-macos.eng.inc.pl
diff --git a/altgr-macos.eng.inc.pl b/altgr-macos.eng.inc.pl
deleted file mode 100644 (file)
index 4321d1b..0000000
+++ /dev/null
@@ -1,115 +0,0 @@
-use utf8;
-use strict;
-use warnings;
-our %rows = (
-       'A' => 'Å',
-       'a' => 'å',
-       'B' => 'ı',
-       'b' => '∫',
-       'C' => 'Ç',
-       'c' => 'ç',
-       'D' => 'Î',
-       'd' => '∂',
-       'E' => "\N{ACUTE ACCENT}",
-       'e' => "\N{COMBINING ACUTE ACCENT}",
-       'f' => 'ƒ',
-       'F' => 'Ï',
-       'G' => "\N{DOUBLE ACUTE ACCENT}",
-       'g' => '©',
-       'H' => 'Ó',
-       'h' => "\N{DOT ABOVE}",
-       'I' => "\N{MODIFIER LETTER CIRCUMFLEX ACCENT}",
-       'i' => "\N{COMBINING CIRCUMFLEX ACCENT}",
-       'J' => 'Ô',
-       'j' => '∆',
-       'K' => '',
-       'k' => '°',
-       'L' => 'Ò',
-       'l' => '¬',
-       'M' => 'Â',
-       'm' => 'µ',
-       'N' => "\N{SMALL TILDE}",
-       'n' => "\N{COMBINING TILDE}",
-       'O' => 'Ø',
-       'o' => 'ø',
-       'p' => 'π',
-       'P' => '∏',
-       'Q' => 'Œ',
-       'q' => 'œ',
-       'R' => '‰',
-       'r' => '®',
-       'S' => 'Í',
-       's' => 'ß',
-       'T' => "\N{CARON}",
-       't' => '†',
-       'U' => "\N{DIAERESIS}",
-       'u' => "\N{COMBINING DIAERESIS}",
-       'V' => '◊',
-       'v' => '√',
-       'W' => '„',
-       'w' => '∑',
-       'X' => "\N{OGONEK}",
-       'x' => '≈',
-       'Y' => 'Á',
-       'y' => '¥',
-       'Z' => "\N{CEDILLA}",
-       'z' => 'Ω',
-       '[' => "\N{LEFT DOUBLE QUOTATION MARK}",
-       '{' => "\N{RIGHT DOUBLE QUOTATION MARK}",
-       ']' => "\N{LEFT SINGLE QUOTATION MARK}",
-       '}' => "\N{RIGHT SINGLE QUOTATION MARK}",
-       ':' => 'Ú',
-       ';' => '…',
-       '"' => 'Æ',
-       "'" => 'æ',
-       '|' => '»',
-       '\\'=> '«',
-       '<' => "\N{MACRON}",
-       ',' => '≤',
-       '>' => "\N{BREVE}",
-       '.' => '≥',
-       '/' => '÷',
-       '?' => '¿',
-       '~' => "\N{GRAVE ACCENT}",
-       '`' => "\N{COMBINING GRAVE ACCENT}",
-       '1' => '¡',
-       '!' => '⁄',
-       '2' => '™',
-       '@' => '€',
-       '3' => '£',
-       '#' => '‹',
-       '4' => '¢',
-       '$' => '›',
-       '5' => '∞',
-       '%' => 'fi',
-       '6' => '§',
-       '^' => 'fl',
-       '7' => '¶',
-       '&' => '‡',
-       '8' => '•',
-       '*' => '°',
-       '9' => 'ª',
-       '(' => '·',
-       '0' => 'º',
-       ')' => '‚',
-       '-' => '–',
-       '_' => '—',
-       '+' => '±',
-       '=' => '≠',
-);
-
-+{
-       %{ do 'keyboard.eng.inc.pl' },
-       version => '1.3',
-       title => 'option key',
-       intro => join("\n",
-               'Special <a href="/unicode">characters</a>',
-               "when pressing ⌥ Option (Alt) with Apple's US (or US International) layout",
-               'on <abbr title="at least in Ventura 13.2">macOS</abbr>.',
-               q{Not to be confused with <a href="/keyboard/altgr">Windows'</a> AltGr keys.},
-       ),
-       description => [
-               "Apple US International keyboard layout table",
-               "with the Option modifier key.",
-       ],
-}