X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/25c42c7d1649e85339b165f205e620b8eadf6e7b..d1bf245dac9f5a1401ac536b5a19fff9aa39b72f:/altgr-macos.eng.inc.pl diff --git a/altgr-macos.eng.inc.pl b/altgr-macos.eng.inc.pl deleted file mode 100644 index 4321d1b..0000000 --- a/altgr-macos.eng.inc.pl +++ /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 characters', - "when pressing ⌥ Option (Alt) with Apple's US (or US International) layout", - 'on macOS.', - q{Not to be confused with Windows' AltGr keys.}, - ), - description => [ - "Apple US International keyboard layout table", - "with the Option modifier key.", - ], -}