mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
!refactor(symbols): 非夹注由 vfj 改为 vfjz (#1073)
BREAKING CHANGE: 将中文标点符号中非夹类的快捷键从 vfj 改为 vfjz,避免双拼重码 close #1073
This commit is contained in:
@@ -248,9 +248,9 @@ symbols:
|
|||||||
'Vhwh': [ ㈀, ㈁, ㈂, ㈃, ㈄, ㈅, ㈆, ㈇, ㈈, ㈉, ㈊, ㈋, ㈌, ㈍, ㈎, ㈏, ㈐, ㈑, ㈒, ㈓, ㈔, ㈕, ㈖, ㈗, ㈘, ㈙, ㈚, ㈛, ㈜, ㈝, ㈞ ]
|
'Vhwh': [ ㈀, ㈁, ㈂, ㈃, ㈄, ㈅, ㈆, ㈇, ㈈, ㈉, ㈊, ㈋, ㈌, ㈍, ㈎, ㈏, ㈐, ㈑, ㈒, ㈓, ㈔, ㈕, ㈖, ㈗, ㈘, ㈙, ㈚, ㈛, ㈜, ㈝, ㈞ ]
|
||||||
|
|
||||||
# 中文标点符号表,来自 https://www.w3.org/TR/clreq/#tables_of_chinese_punctuation_marks
|
# 中文标点符号表,来自 https://www.w3.org/TR/clreq/#tables_of_chinese_punctuation_marks
|
||||||
# 将点号、非夹、夹注、行间四个类别放在不同的列表中
|
# 将点号、非夹注、夹注、行间四个类别放在不同的列表中
|
||||||
'Vdh': [。, ., ,, 、, :, ;, !, ‼, ?, ⁇]
|
'Vdh': [。, ., ,, 、, :, ;, !, ‼, ?, ⁇]
|
||||||
'Vfj': [⸺, ——, ……, ⋯⋯, ~, -, –, —, ·, ・, ‧, /, /]
|
'Vfjz': [ ⸺, ——, ……, ⋯⋯, ~, -, –, —, ·, ・, ‧, /, / ]
|
||||||
'Vjz': [「, 」, 『, 』, “, ”, ‘, ’, (, ), 《, 》, 〈, 〉, 【, 】, 〖, 〗, 〔, 〕, [, ], {, }]
|
'Vjz': [「, 」, 『, 』, “, ”, ‘, ’, (, ), 《, 》, 〈, 〉, 【, 】, 〖, 〗, 〔, 〕, [, ], {, }]
|
||||||
'Vhj': [_, ﹏, ●, •]
|
'Vhj': [_, ﹏, ●, •]
|
||||||
# Unicode General Punctuation https://www.unicode.org/charts/PDF/U2000.pdf
|
# Unicode General Punctuation https://www.unicode.org/charts/PDF/U2000.pdf
|
||||||
|
|||||||
@@ -250,9 +250,9 @@ symbols:
|
|||||||
'vhwh': [ ㈀, ㈁, ㈂, ㈃, ㈄, ㈅, ㈆, ㈇, ㈈, ㈉, ㈊, ㈋, ㈌, ㈍, ㈎, ㈏, ㈐, ㈑, ㈒, ㈓, ㈔, ㈕, ㈖, ㈗, ㈘, ㈙, ㈚, ㈛, ㈜, ㈝, ㈞ ]
|
'vhwh': [ ㈀, ㈁, ㈂, ㈃, ㈄, ㈅, ㈆, ㈇, ㈈, ㈉, ㈊, ㈋, ㈌, ㈍, ㈎, ㈏, ㈐, ㈑, ㈒, ㈓, ㈔, ㈕, ㈖, ㈗, ㈘, ㈙, ㈚, ㈛, ㈜, ㈝, ㈞ ]
|
||||||
|
|
||||||
# 中文标点符号表,来自 https://www.w3.org/TR/clreq/#tables_of_chinese_punctuation_marks
|
# 中文标点符号表,来自 https://www.w3.org/TR/clreq/#tables_of_chinese_punctuation_marks
|
||||||
# 将点号、非夹、夹注、行间四个类别放在不同的列表中
|
# 将点号、非夹注、夹注、行间四个类别放在不同的列表中
|
||||||
'vdh': [。, ., ,, 、, :, ;, !, ‼, ?, ⁇]
|
'vdh': [。, ., ,, 、, :, ;, !, ‼, ?, ⁇]
|
||||||
'vfj': [⸺, ——, ……, ⋯⋯, ~, -, –, —, ·, ・, ‧, /, /]
|
'vfjz': [ ⸺, ——, ……, ⋯⋯, ~, -, –, —, ·, ・, ‧, /, / ]
|
||||||
'vjz': [「, 」, 『, 』, “, ”, ‘, ’, (, ), 《, 》, 〈, 〉, 【, 】, 〖, 〗, 〔, 〕, [, ], {, }]
|
'vjz': [「, 」, 『, 』, “, ”, ‘, ’, (, ), 《, 》, 〈, 〉, 【, 】, 〖, 〗, 〔, 〕, [, ], {, }]
|
||||||
'vhj': [_, ﹏, ●, •]
|
'vhj': [_, ﹏, ●, •]
|
||||||
# Unicode General Punctuation https://www.unicode.org/charts/PDF/U2000.pdf
|
# Unicode General Punctuation https://www.unicode.org/charts/PDF/U2000.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user