Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / google_input_tools / src / chrome / os / inputview / config / de-neo_data.js
1 // Copyright 2014 The ChromeOS IME Authors. All Rights Reserved.
2 // limitations under the License.
3 // See the License for the specific language governing permissions and
4 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5 // distributed under the License is distributed on an "AS-IS" BASIS,
6 // Unless required by applicable law or agreed to in writing, software
7 //
8 //      http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // You may obtain a copy of the License at
11 // you may not use this file except in compliance with the License.
12 // Licensed under the Apache License, Version 2.0 (the "License");
13 //
14 goog.require('i18n.input.chrome.inputview.content.util');
15
16 (function() {
17   var viewIdPrefix_ = '101kbd-k-';
18
19   var keyCharacters = [
20     ['\u0302', '\u030c', '\u21bb', '\u02de'], // TLDE
21     ['\u0031', '\u00b0', '\u00b9', '\u2081'], // AE01
22     ['\u0032', '\u00a7', '\u00b2', '\u2082'], // AE02
23     ['\u0033', '\u2113', '\u00b3', '\u2083'], // AE03
24     ['\u0034', '\u00bb', '\u203a', '\u2640'], // AE04
25     ['\u0035', '\u00ab', '\u2039', '\u2642'], // AE05
26     ['\u0036', '\u0024', '\u00a2', '\u26a5'], // AE06
27     ['\u0037', '\u20ac', '\u00a5', '\u03f0'], // AE07
28     ['\u0038', '\u201e', '\u201a', '\u27e8'], // AE08
29     ['\u0039', '\u201c', '\u2018', '\u27e9'], // AE09
30     ['\u0030', '\u201d', '\u2019', '\u2080'], // AE10
31     ['\u002d', '\u2014', '\u0000', '\u2011'], // AE11
32     ['\u0300', '\u0327', '\u030a', '\u0000'], // AE12
33     ['\u0078', '\u0058', '\u2026', '\u03be'], // AD01
34     ['\u0076', '\u0056', '\u005f', '\u0000'], // AD02
35     ['\u006c', '\u004c', '\u005b', '\u03bb'], // AD03
36     ['\u0063', '\u0043', '\u005d', '\u03c7'], // AD04
37     ['\u0077', '\u0057', '\u005e', '\u03c9'], // AD05
38     ['\u006b', '\u004b', '\u0021', '\u03ba'], // AD06
39     ['\u0068', '\u0048', '\u003c', '\u03c8'], // AD07
40     ['\u0067', '\u0047', '\u003e', '\u03b3'], // AD08
41     ['\u0066', '\u0046', '\u003d', '\u03c6'], // AD09
42     ['\u0071', '\u0051', '\u0026', '\u03d5'], // AD10
43     ['\u00df', '\u1e9e', '\u017f', '\u03c2'], // AD11
44     ['\u0301', '\u0303', '\u0000', '\u0000'], // AD12
45     ['\u005c', '\u007c'], // BKSL
46     ['\u0075', '\u0055', '\u005c', '\u0000'], // AC01
47     ['\u0069', '\u0049', '\u002f', '\u03b9'], // AC02
48     ['\u0061', '\u0041', '\u007b', '\u03b1'], // AC03
49     ['\u0065', '\u0045', '\u007d', '\u03b5'], // AC04
50     ['\u006f', '\u004f', '\u002a', '\u03bf'], // AC05
51     ['\u0073', '\u0053', '\u003f', '\u03c3'], // AC06
52     ['\u006e', '\u004e', '\u0028', '\u03bd'], // AC07
53     ['\u0072', '\u0052', '\u0029', '\u03c1'], // AC08
54     ['\u0074', '\u0054', '\u002d', '\u03c4'], // AC09
55     ['\u0064', '\u0044', '\u003a', '\u03b4'], // AC10
56     ['\u0079', '\u0059', '\u0040', '\u03c5'], // AC11
57     ['\u00fc', '\u00dc', '\u0023', '\u0000'], // AB01
58     ['\u00f6', '\u00d6', '\u0024', '\u03f5'], // AB02
59     ['\u00e4', '\u00c4', '\u007c', '\u03b7'], // AB03
60     ['\u0070', '\u0050', '\u007e', '\u03c0'], // AB04
61     ['\u007a', '\u005a', '\u0060', '\u03b6'], // AB05
62     ['\u0062', '\u0042', '\u002b', '\u03b2'], // AB06
63     ['\u006d', '\u004d', '\u0025', '\u03bc'], // AB07
64     ['\u002c', '\u2013', '\u0022', '\u03f1'], // AB08
65     ['\u002e', '\u2022', '\u0027', '\u03d1'], // AB09
66     ['\u006a', '\u004a', '\u003b', '\u03b8'], // AB10
67     ['\u0020', '\u0020', '\u0020', '\u00a0'] // SPCE
68   ]; // WARNING: de-neo layout is 102 keyboard, but key count is 47!
69
70   var keyCodes = [
71     0xDC, // TLDE
72     0x31, // AE01
73     0x32, // AE02
74     0x33, // AE03
75     0x34, // AE04
76     0x35, // AE05
77     0x36, // AE06
78     0x37, // AE07
79     0x38, // AE08
80     0x39, // AE09
81     0x30, // AE10
82     0xDB, // AE11
83     0xDD, // AE12
84     0x51, // AD01
85     0x57, // AD02
86     0x45, // AD03
87     0x52, // AD04
88     0x54, // AD05
89     0x5A, // AD06
90     0x55, // AD07
91     0x49, // AD08
92     0x4F, // AD09
93     0x50, // AD10
94     0xBA, // AD11
95     0xBB, // AD12
96     0xBF, // BKSL
97     0x41, // AC01
98     0x53, // AC02
99     0x44, // AC03
100     0x46, // AC04
101     0x47, // AC05
102     0x48, // AC06
103     0x4A, // AC07
104     0x4B, // AC08
105     0x4C, // AC09
106     0xC0, // AC10
107     0xDE, // AC11
108     0x59, // AB01
109     0x58, // AB02
110     0x43, // AB03
111     0x56, // AB04
112     0x42, // AB05
113     0x4E, // AB06
114     0x4D, // AB07
115     0xBC, // AB08
116     0xBE, // AB09
117     0xBD, // AB10
118     0x20  // SPCE
119   ];
120
121   var data = i18n.input.chrome.inputview.content.util.createData(
122       keyCharacters, viewIdPrefix_, false, true, keyCodes);
123   data['id'] = 'de-neo';
124   google.ime.chrome.inputview.onConfigLoaded(data);
125 }) ();