Skip to content

Commit

Permalink
细节优化
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan committed Mar 31, 2021
1 parent 69e9097 commit 05784f9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 36 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ conf:
keys/+:
- width: 100 #底部留白开关,0为关,1~100开
height: 6 #底部留白
__patch: 单静.patch.无障碍:/main?
key_height_last: # 第4行 按键高度
height: 50
__patch: 单静无障碍补丁:/key_height_last?
__patch: 单静.patch.无障碍:/key_height_last?
# 数字、编辑、功能键盘配置
num:
height: 60 #按键高度
Expand Down Expand Up @@ -101,6 +102,7 @@ conf:
# 添加数字行
num_line:
height: 39 # 数字行按键高度
__patch: 单静.patch.无障碍:/num_line?
# line: 33
Expand Down
7 changes: 2 additions & 5 deletions 单静+.trime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ conf:
# 添加数字行
num_line:
height: 39 # 数字行按键高度
__patch: 单静.patch.无障碍:/num_line?
plus:
'keys/@4/hint': ' '
'keys/@7/hint': ' '
'keys/@0/':
click: num1
__patch:
- conf/num_line
- 单静无障碍补丁:/num_line?
'keys/@0/': {click: num1, __include: conf/num_line}
'keys/@after 0/': { click: num2 }
'keys/@after 1/': { click: num3 }
'keys/@after 2/': { click: num4 }
Expand Down
32 changes: 6 additions & 26 deletions 单静.cherry.trime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,32 +89,12 @@ conf:
key_press_offset_y: 21

preset_keyboards:
__include: danjing:/kbs

default:
__include: 单静.trime:/preset_keyboards/default
__patch: conf/main

letter:
__include: 单静.trime:/preset_keyboards/letter
__patch: conf/main

qwertys:
__include: 单静.trime:/preset_keyboards/qwertys
__patch: conf/main

qwerty_:
__include: 单静.trime:/preset_keyboards/qwerty_
__patch: conf/main

number:
__include: 单静.trime:/preset_keyboards/number

edit:
__include: 单静.trime:/preset_keyboards/edit

func:
__include: 单静.trime:/preset_keyboards/func
__include: 单静.trime:/preset_keyboards
__patch:
default/+: { __include: conf/main }
letter/+: { __include: conf/main }
qwertys/+: { __include: conf/main }
qwerty_/+: { __include: conf/main }

android_keys:
__include: trime:/android_keys
Expand Down
7 changes: 3 additions & 4 deletions 单静.trime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,10 @@ conf:
keys/+:
- width: 100 #底部留白开关,0为关,1~100开
height: 6 #底部留白
__patch: 单静.patch.无障碍:/main?
key_height_last: # 第4行 按键高度
height: 50
__patch: 单静无障碍补丁:/key_height_last?
__patch: 单静.patch.无障碍:/key_height_last?
# 数字、编辑、功能键盘配置
num:
height: 60 #按键高度
Expand Down Expand Up @@ -433,9 +434,7 @@ preset_keyboards:
label_transform: uppercase
lock: true
width: 10
__patch:
- conf/main
- 单静无障碍补丁:/main?
__patch: conf/main
keys:
# 第 1 行
- { width: 0 } #备用
Expand Down
File renamed without changes.

0 comments on commit 05784f9

Please sign in to comment.