fix: iRime 九宫格部署无效的问题
This commit is contained in:
parent
b8646ea3c5
commit
87b5dddacb
@ -4,15 +4,18 @@
|
||||
|
||||
patch:
|
||||
|
||||
# 中文键盘空格键上会显示方案名称
|
||||
# (英文键盘的空格在主题的 `theme.yaml` 文件下的 `space: {label:` 处修改)
|
||||
schema/name: "rime-ice"
|
||||
|
||||
# 增加数字按键
|
||||
speller/alphabet: zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA1234567890
|
||||
|
||||
# 去掉电脑上打固顶字
|
||||
fixed: ~
|
||||
# 去掉电脑上的固顶字
|
||||
custom_phrase: ~
|
||||
|
||||
# 九宫格拼写映射,直接覆盖,放弃 26 键的纠错,否则重码太多了
|
||||
speller/algebra:
|
||||
- "xlit|12345|+_*^0|"
|
||||
- xlit/abcdefghijklmnopqrstuvwxyz/22233344455566677778889999/
|
||||
|
||||
# 让输入框从数字变成字母
|
||||
@ -23,39 +26,8 @@ patch:
|
||||
|
||||
# 重写了,因为需要 @ 和 # 的映射,否则键盘上那俩按钮不起作用。
|
||||
punctuator/half_shape:
|
||||
',' : { commit: , }
|
||||
'.' : { commit: 。 }
|
||||
'<' : [ 《, 〈, «, ‹ ]
|
||||
'>' : [ 》, 〉, », › ]
|
||||
'/' : [ 、, '/', /, ÷ ]
|
||||
'?' : { commit: ? }
|
||||
';' : { commit: ; }
|
||||
':' : { commit: : }
|
||||
'''' : { pair: [ '‘', '’' ] }
|
||||
'"' : { pair: [ '“', '”' ] }
|
||||
'\' : [ 、, '\', \ ]
|
||||
'|' : [ ·, '|', |, '§', '¦' ]
|
||||
'`' : '`'
|
||||
'~' : [ '~', ~ ]
|
||||
'!' : { commit: ! }
|
||||
# '@' : [ 1,@,.,/,:,_,- ]
|
||||
'@' : [ 1,'@',!,:,、,……,~, ]
|
||||
'#' : [ 0,'#','$','%','^','&','*','(',')' ]
|
||||
'%' : [ '%', %, '°', '℃' ]
|
||||
'$' : [ ¥, '$', '€', '£', '¥', '¢', '¤' ]
|
||||
'^' : { commit: …… }
|
||||
'&' : '&'
|
||||
'*' : [ '*', *, ·, ・, ×, ※, ❂ ]
|
||||
'(' : (
|
||||
')' : )
|
||||
'-' : '-'
|
||||
'_' : ——
|
||||
'+' : '+'
|
||||
'=' : '='
|
||||
'[' : [ 「, 【, 〔, [ ]
|
||||
']' : [ 」, 】, 〕, ] ]
|
||||
'{' : [ 『, 〖, { ]
|
||||
'}' : [ 』, 〗, } ]
|
||||
|
||||
sytle:
|
||||
theme_name: T9
|
||||
|
Loading…
x
Reference in New Issue
Block a user