forked from extern/Unexpected-Keyboard
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
|
|||
|
"અ": "આ",
|
|||
|
"ઇ": "ઈ",
|
|||
|
"િ": "ી",
|
|||
|
"ઉ": "ઊ",
|
|||
|
"ુ": "ૂ",
|
|||
|
"એ": "ઐ",
|
|||
|
"ે": "ૈ",
|
|||
|
"ઓ": "ઔ",
|
|||
|
"ો": "ૌ",
|
|||
|
"ક": "ખ",
|
|||
|
"ગ": "ઘ",
|
|||
|
"ચ": "છ",
|
|||
|
"જ": "ઝ",
|
|||
|
"ટ": "ઠ",
|
|||
|
"ડ": "ઢ",
|
|||
|
"ન": "ણ",
|
|||
|
"ત": "થ",
|
|||
|
"દ": "ધ",
|
|||
|
"પ": "ફ",
|
|||
|
"બ": "ભ",
|
|||
|
"મ": "ં",
|
|||
|
"લ": "ળ",
|
|||
|
"સ": "શ",
|
|||
|
"હ": "ઃ"
|
|||
|
}
|