Skip to content

Commit

Permalink
Extend intonation keys for Starlight arrange. (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikiSuen authored Jul 28, 2022
1 parent fc46f8c commit c4a9c5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tekkon/Tekkon.hh
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,8 @@ inline static std::map<std::string, std::string> mapStarlightStaticKeys = {
{"k", ""}, {"l", ""}, {"m", ""}, {"n", ""}, {"o", ""},
{"p", ""}, {"q", ""}, {"r", ""}, {"s", ""}, {"t", ""},
{"u", ""}, {"v", ""}, {"w", ""}, {"x", ""}, {"y", ""},
{"z", ""}, {" ", " "}, {"6", " "}, {"7", "ˊ"}, {"8", "ˇ"},
{"z", ""}, {" ", " "}, {"1", " "}, {"2", "ˊ"}, {"3", "ˇ"},
{"4", "ˋ"}, {"5", "˙"}, {"6", " "}, {"7", "ˊ"}, {"8", "ˇ"},
{"9", "ˋ"}, {"0", "˙"}};

/// 倚天忘形排列預處理專用陣列,但未包含全部的映射內容。
Expand Down

0 comments on commit c4a9c5f

Please sign in to comment.