abouttreesummaryrefslogcommitdiff
path: root/srcs/compose/shift.json
blob: 3c520249a165b7407eced0a8810d8147aa32f008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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
  "અ": "આ",
  "ઇ": "ઈ",
  "િ": "ી",
  "ઉ": "ઊ",
  "ુ": "ૂ",
  "એ": "ઐ",
  "ે": "ૈ",
  "ઓ": "ઔ",
  "ો": "ૌ",
  "ક": "ખ",
  "ગ": "ઘ",
  "ચ": "છ",
  "જ": "ઝ",
  "ટ": "ઠ",
  "ડ": "ઢ",
  "ન": "ણ",
  "ત": "થ",
  "દ": "ધ",
  "પ": "ફ",
  "બ": "ભ",
  "મ": "ં",
  "લ": "ળ",
  "સ": "શ",
  "હ": "ઃ"
}