Skip to content

Commit

Permalink
Merge pull request ueno#2 from reasonset/new_kana_map
Browse files Browse the repository at this point in the history
Modify Kana rules for ignoring moored shift key.
  • Loading branch information
ueno committed Mar 17, 2016
2 parents 41f2c81 + 46b02ad commit 4a35e1e
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions data/rules/kana/rom-kana/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,59 +29,101 @@
"^@": ["", ""],
"^[": ["", ""],
"q": ["", "", "", "", ""],
"Q": ["", "", "", "", ""],
"q@": ["", ""],
"Q@": ["", ""],
"w": ["", "", "", "", ""],
"W": ["", "", "", "", ""],
"w@": ["", ""],
"W@": ["", ""],
"e": ["", ""],
"E": ["", ""],
"r": ["", "", "", "", ""],
"R": ["", "", "", "", ""],
"r@": ["", ""],
"R@": ["", ""],
"t": ["", "", "", "", ""],
"T": ["", "", "", "", ""],
"t@": ["", ""],
"T@": ["", ""],
"y": ["", ""],
"Y": ["", ""],
"u": ["", ""],
"U": ["", ""],
"i": ["", ""],
"I": ["", ""],
"o": ["", ""],
"O": ["", ""],
"p": ["", "", "", "", ""],
"P": ["", "", "", "", ""],
"p@": ["", ""],
"P@": ["", ""],
"@": ["", ""],
"[": ["", ""],
"{": ["", ""],
"a": ["", "", "", "", ""],
"A": ["", "", "", "", ""],
"a@": ["", ""],
"A@": ["", ""],
"s": ["", "", "", "", ""],
"S": ["", "", "", "", ""],
"s@": ["", ""],
"S@": ["", ""],
"d": ["", "", "", "", ""],
"D": ["", "", "", "", ""],
"d@": ["", ""],
"D@": ["", ""],
"f": ["", "", "", "", ""],
"F": ["", "", "", "", ""],
"f@": ["", ""],
"F@": ["", ""],
"f[": ["", ""],
"F[": ["", ""],
"g": ["", "", "", "", ""],
"G": ["", "", "", "", ""],
"g@": ["", ""],
"G@": ["", ""],
"h": ["", "", "", "", ""],
"H": ["", "", "", "", ""],
"h@": ["", ""],
"H@": ["", ""],
"j": ["", ""],
"J": ["", ""],
"k": ["", ""],
"K": ["", ""],
"l": ["", ""],
"L": ["", ""],
";": ["", ""],
":": ["", "", "", "", ""],
":@": ["", ""],
"]": ["", ""],
"}": ["", ""],
"z": ["", "", "", "", ""],
"z@": ["", ""],
"Z@": ["", ""],
"Z": ["", ""],
"x": ["", "", "", "", ""],
"X": ["", "", "", "", ""],
"x@": ["", ""],
"X@": ["", ""],
"c": ["", "", "", "", ""],
"C": ["", "", "", "", ""],
"c@": ["", ""],
"C@": ["", ""],
"v": ["", "", "", "", ""],
"V": ["", "", "", "", ""],
"v@": ["", ""],
"V@": ["", ""],
"v[": ["", ""],
"V[": ["", ""],
"b": ["", "", "", "", ""],
"B": ["", "", "", "", ""],
"b@": ["", ""],
"B@": ["", ""],
"n": ["", ""],
"N": ["", ""],
"m": ["", ""],
"M": ["", ""],
",": ["", ""],
"<": ["", ""],
".": ["", ""],
Expand Down

0 comments on commit 4a35e1e

Please sign in to comment.