6ea44e2d8f07d190193f3c8e46c2fc83432491ef
[sheet.git] / keyboard / altgr / msx.eng.inc.pl
1 use utf8;
2 use strict;
3 use warnings;
4 our %rows = (
5         '!' => '¡',
6         '1' => 'ƒ',
7         '@' => '₧',
8         '2' => '‡',
9         '#' => '¶',
10         '3' => '§',
11         '$' => '£',
12         '4' => '¢',
13         '%' => '¥',
14         '5' => 'ÿ',
15         '6' => 'α',
16         '7' => 'ß',
17         '*' => 'Γ',
18         '8' => 'γ',
19         '(' => 'Ç',
20         '9' => 'ç',
21         ')' => 'Δ',
22         '0' => 'δ',
23         '-' => '∈',
24         '=' => 'ϴ',
25         '\\'=> '£',
26
27         'q' => 'â',
28         'w' => 'ê',
29         'e' => 'î',
30         'r' => 'ô',
31         't' => 'û',
32         'y' => 'á',
33         'U' => 'É',
34         'u' => 'é',
35         'i' => 'í',
36         'o' => 'ó',
37         'P' => 'Π',
38         'p' => 'ú',
39         '{' => 'Φ',
40         '[' => 'ø',
41         '}' => 'Ω',
42         ']' => 'ω',
43
44         'A' => 'Ä',
45         'a' => 'ä',
46         's' => 'ë',
47         'd' => 'ï',
48         'F' => 'Ö',
49         'f' => 'ö',
50         'G' => 'Ü',
51         'g' => 'ü',
52         'H' => 'Ã',
53         'h' => 'ã',
54         'J' => 'Æ',
55         'j' => 'æ',
56         'K' => 'Ĩ',
57         'k' => 'ĩ',
58         'L' => 'Õ',
59         'l' => 'õ',
60         ':' => 'Ũ',
61         ';' => 'ũ',
62         '"' => 'IJ',
63         "'" => 'ij',
64         '~' => 'Σ',
65         '`' => 'σ',
66
67         'z' => 'à',
68         'x' => 'è',
69         'c' => 'ì',
70         'v' => 'ò',
71         'b' => 'ù',
72         'N' => 'Ñ',
73         'n' => 'ñ',
74         'm' => 'μ',
75         '<' => 'Å',
76         ',' => 'å',
77         '.' => 'ª',
78         '?' => '¿',
79         '/' => 'º',
80 );
81
82 +{
83         %{ do 'keyboard/altgr/groups.inc.pl' },
84         version => '1.0',
85         title => 'msx code',
86         intro => join("\n",
87                 'Resulting <a href="/unicode">selection</a> of equivalent <a href="/charset">Unicode</a> characters',
88                 "when the <em>code</em> key is pressed on an MSX home computer",
89                 "(International model such as Toshiba HX10 or Phillips NMS 8245).",
90         ),
91         description => [
92                 "MSX keyboard layout table",
93                 "with the code modifier key.",
94         ],
95         image => 'keyboard/altgr/msxcode.jpg',
96 }