mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-22 07:13:13 +01:00
53 lines
984 B
JSON
53 lines
984 B
JSON
{
|
||
"↙": "⇙",
|
||
"↓": "⇓",
|
||
"↘": "⇘",
|
||
"←": "⇐",
|
||
"→": "⇒",
|
||
"↖": "⇖",
|
||
"↑": "⇑",
|
||
"↗": "⇗",
|
||
"└": "╚",
|
||
"┴": "╩",
|
||
"┘": "╝",
|
||
"├": "╠",
|
||
"┼": "╬",
|
||
"┤": "╣",
|
||
"┌": "╔",
|
||
"┬": "╦",
|
||
"┐": "╗",
|
||
"─": "═",
|
||
"│": "║",
|
||
"ß": "ẞ",
|
||
// In Turkish, upper case of 'iı' is 'İI' but Java's toUpperCase will
|
||
// return 'II'. To make 'İ' accessible, make it the shift of 'ı'. This
|
||
// has the inconvenient of swapping i and ı on the keyboard.
|
||
"ı": "İ",
|
||
"₹": "₨",
|
||
// Gujarati alternate characters
|
||
"અ": "આ",
|
||
"ઇ": "ઈ",
|
||
"િ": "ી",
|
||
"ઉ": "ઊ",
|
||
"ુ": "ૂ",
|
||
"એ": "ઐ",
|
||
"ે": "ૈ",
|
||
"ઓ": "ઔ",
|
||
"ો": "ૌ",
|
||
"ક": "ખ",
|
||
"ગ": "ઘ",
|
||
"ચ": "છ",
|
||
"જ": "ઝ",
|
||
"ટ": "ઠ",
|
||
"ડ": "ઢ",
|
||
"ન": "ણ",
|
||
"ત": "થ",
|
||
"દ": "ધ",
|
||
"પ": "ફ",
|
||
"બ": "ભ",
|
||
"મ": "ં",
|
||
"લ": "ળ",
|
||
"સ": "શ",
|
||
"હ": "ઃ"
|
||
}
|