mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-22 18:02:42 +00:00
321 lines
5.5 KiB
JavaScript
321 lines
5.5 KiB
JavaScript
const data = {
|
||
name: "CP-1252",
|
||
description: "CP-1252 Charset",
|
||
actions: {
|
||
128: {
|
||
id: "€",
|
||
title: "Uppercase cedilla"
|
||
},
|
||
129: { title: "HOP (High Octet Preset)" },
|
||
130: {
|
||
id: "‚",
|
||
title: "Single Low-9 Quotation Mark"
|
||
},
|
||
131: {
|
||
id: "ƒ",
|
||
title: "Latin Small Letter f with Hook; Florin"
|
||
},
|
||
132: {
|
||
id: "„",
|
||
title: "Double Low-9 Quotation Mark"
|
||
},
|
||
133: {
|
||
id: "…",
|
||
title: "Horizontal Ellipsis"
|
||
},
|
||
134: {
|
||
id: "†",
|
||
title: "Dagger"
|
||
},
|
||
135: {
|
||
id: "‡",
|
||
title: "Double Dagger"
|
||
},
|
||
136: {
|
||
id: "ˆ",
|
||
title: "Circumflex"
|
||
},
|
||
137: {
|
||
id: "‰",
|
||
title: "Per Mile"
|
||
},
|
||
138: {
|
||
id: "Š",
|
||
title: "Captial S Caron"
|
||
},
|
||
139: {
|
||
id: "‹",
|
||
title: "Left Guillemet"
|
||
},
|
||
140: {
|
||
id: "Œ",
|
||
title: "Captial Ligature OE"
|
||
},
|
||
141: { title: "RI (Reverse Index)" },
|
||
142: {
|
||
id: "Ž",
|
||
title: "Captial Z Caron"
|
||
},
|
||
143: { title: "SS3 (Single-Shift G3)" },
|
||
144: { title: "DCS (Device Control String)" },
|
||
145: {
|
||
id: "‘",
|
||
title: "Single Quote Left"
|
||
},
|
||
146: {
|
||
id: "’",
|
||
title: "Single Quote Right"
|
||
},
|
||
147: {
|
||
id: "“",
|
||
title: "Double Quote Left"
|
||
},
|
||
148: {
|
||
id: "”",
|
||
title: "Double Quote Right"
|
||
},
|
||
149: {
|
||
id: "•",
|
||
title: "Bullet"
|
||
},
|
||
150: {
|
||
id: "–",
|
||
title: "En Dash"
|
||
},
|
||
151: {
|
||
id: "—",
|
||
title: "Em Dash"
|
||
},
|
||
152: {
|
||
id: "˜",
|
||
title: "Small Tilde"
|
||
},
|
||
153: {
|
||
id: "™",
|
||
title: "Trademark"
|
||
},
|
||
154: {
|
||
id: "š",
|
||
title: "Small s Carson"
|
||
},
|
||
155: {
|
||
id: "›",
|
||
title: "Right Guillement"
|
||
},
|
||
156: {
|
||
id: "œ",
|
||
title: "Small Ligature oe"
|
||
},
|
||
157: { title: "Operating System Command" },
|
||
158: {
|
||
id: "ž",
|
||
title: "Small Z Caron"
|
||
},
|
||
159: {
|
||
id: "Ÿ",
|
||
title: "Capital Y Diaresis"
|
||
},
|
||
160: {
|
||
id: " ",
|
||
title: "No Break Space"
|
||
},
|
||
161: {
|
||
id: "¡",
|
||
title: "Inverted Exclamation"
|
||
},
|
||
162: {
|
||
id: "¢",
|
||
title: "Cent"
|
||
},
|
||
163: {
|
||
id: "£",
|
||
title: "Pound"
|
||
},
|
||
164: {
|
||
id: "¤",
|
||
title: "Currency"
|
||
},
|
||
165: {
|
||
id: "¥",
|
||
title: "Yen"
|
||
},
|
||
166: {
|
||
id: "¦",
|
||
title: "Broken Bar"
|
||
},
|
||
167: {
|
||
id: "§",
|
||
title: "Section"
|
||
},
|
||
168: {
|
||
id: "¨",
|
||
title: "Diaresis"
|
||
},
|
||
169: {
|
||
id: "©",
|
||
title: "Copyright"
|
||
},
|
||
170: {
|
||
id: "ª",
|
||
title: "Feminine Ordinal"
|
||
},
|
||
171: {
|
||
id: "«",
|
||
title: "Double Left Guillement"
|
||
},
|
||
172: {
|
||
id: "¬",
|
||
title: "Not"
|
||
},
|
||
173: {
|
||
id: "",
|
||
title: "Soft Hyphen"
|
||
},
|
||
174: {
|
||
id: "®",
|
||
title: "Registered"
|
||
},
|
||
175: {
|
||
id: "¯",
|
||
title: "Macron"
|
||
},
|
||
176: {
|
||
id: "°",
|
||
title: "Degree"
|
||
},
|
||
177: {
|
||
id: "±",
|
||
title: "Plus Minus"
|
||
},
|
||
178: {
|
||
id: "²",
|
||
title: "Superscript Two"
|
||
},
|
||
179: {
|
||
id: "³",
|
||
title: "Superscript Three"
|
||
},
|
||
180: {
|
||
id: "´",
|
||
title: "Acute"
|
||
},
|
||
181: {
|
||
id: "µ",
|
||
title: "Micro"
|
||
},
|
||
182: {
|
||
id: "¶",
|
||
title: "Pilcrow"
|
||
},
|
||
183: {
|
||
id: "·",
|
||
title: "Middle Dot"
|
||
},
|
||
184: {
|
||
id: "¸",
|
||
title: "Cedilla"
|
||
},
|
||
185: {
|
||
id: "¹",
|
||
title: "Superscript One"
|
||
},
|
||
186: {
|
||
id: "º",
|
||
title: "Masculine Ordinal"
|
||
},
|
||
187: {
|
||
id: "»",
|
||
title: "Double Right Guillement"
|
||
},
|
||
188: {
|
||
id: "¼",
|
||
title: "One Quarter Fraction"
|
||
},
|
||
189: {
|
||
id: "½",
|
||
title: "One Half Fraction"
|
||
},
|
||
190: {
|
||
id: "¾",
|
||
title: "Three Quarters Fraction"
|
||
},
|
||
191: {
|
||
id: "¿",
|
||
title: "Inverted Question"
|
||
},
|
||
192: {
|
||
id: "À",
|
||
title: "Captial A Grave"
|
||
},
|
||
193: { id: "Á" },
|
||
194: { id: "Â" },
|
||
195: { id: "Ã" },
|
||
196: { id: "Ä" },
|
||
197: { id: "Å" },
|
||
198: { id: "Æ" },
|
||
199: { id: "Ç" },
|
||
200: { id: "È" },
|
||
201: { id: "É" },
|
||
202: { id: "Ê" },
|
||
203: { id: "Ë" },
|
||
204: { id: "Ì" },
|
||
205: { id: "Í" },
|
||
206: { id: "Î" },
|
||
207: { id: "Ï" },
|
||
208: { id: "Ð" },
|
||
209: { id: "Ñ" },
|
||
210: { id: "Ò" },
|
||
211: { id: "Ó" },
|
||
212: { id: "Ô" },
|
||
213: { id: "Õ" },
|
||
214: { id: "Ö" },
|
||
215: { id: "×" },
|
||
216: { id: "Ø" },
|
||
217: { id: "Ù" },
|
||
218: { id: "Ú" },
|
||
219: { id: "Û" },
|
||
220: { id: "Ü" },
|
||
221: { id: "Ý" },
|
||
222: { id: "Þ" },
|
||
223: { id: "ß" },
|
||
224: { id: "à" },
|
||
225: { id: "á" },
|
||
226: { id: "â" },
|
||
227: { id: "ã" },
|
||
228: { id: "ä" },
|
||
229: { id: "å" },
|
||
230: { id: "æ" },
|
||
231: { id: "ç" },
|
||
232: { id: "è" },
|
||
233: { id: "é" },
|
||
234: { id: "ê" },
|
||
235: { id: "ë" },
|
||
236: { id: "ì" },
|
||
237: { id: "í" },
|
||
238: { id: "î" },
|
||
239: { id: "ï" },
|
||
240: { id: "ð" },
|
||
241: { id: "ñ" },
|
||
242: { id: "ò" },
|
||
243: { id: "ó" },
|
||
244: { id: "ô" },
|
||
245: { id: "õ" },
|
||
246: { id: "ö" },
|
||
247: { id: "÷" },
|
||
248: { id: "ø" },
|
||
249: { id: "ù" },
|
||
250: { id: "ú" },
|
||
251: { id: "û" },
|
||
252: { id: "ü" },
|
||
253: { id: "ý" },
|
||
254: { id: "þ" },
|
||
255: {
|
||
id: "ÿ",
|
||
title: "Small y Diaeresis"
|
||
}
|
||
}
|
||
};
|
||
export {
|
||
data as default
|
||
};
|