diff options
Diffstat (limited to 'srcs/compose')
| -rw-r--r-- | srcs/compose/shift.json | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/srcs/compose/shift.json b/srcs/compose/shift.json new file mode 100644 index 0000000..3c52024 --- /dev/null +++ b/srcs/compose/shift.json @@ -0,0 +1,52 @@ +{ + "↙": "⇙", + "↓": "⇓", + "↘": "⇘", + "←": "⇐", + "→": "⇒", + "↖": "⇖", + "↑": "⇑", + "↗": "⇗", + "└": "╚", + "┴": "╩", + "┘": "╝", + "├": "╠", + "┼": "╬", + "┤": "╣", + "┌": "╔", + "┬": "╦", + "┐": "╗", + "─": "═", + "│": "║", + "ß": "ẞ", + // 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 + "અ": "આ", + "ઇ": "ઈ", + "િ": "ી", + "ઉ": "ઊ", + "ુ": "ૂ", + "એ": "ઐ", + "ે": "ૈ", + "ઓ": "ઔ", + "ો": "ૌ", + "ક": "ખ", + "ગ": "ઘ", + "ચ": "છ", + "જ": "ઝ", + "ટ": "ઠ", + "ડ": "ઢ", + "ન": "ણ", + "ત": "થ", + "દ": "ધ", + "પ": "ફ", + "બ": "ભ", + "મ": "ં", + "લ": "ળ", + "સ": "શ", + "હ": "ઃ" +} |
