@@ -89,6 +89,15 @@ style:
89
89
long_text_font : comment.ttf # 剪贴板等可能包含大段文本使用的字体
90
90
# background_folder: #背景图保存在background目录下的哪个子目录
91
91
key_long_text_border : 1
92
+ action_label_type : never # 是否使用App的ActionLabel内容作为Enter键的文本 only | first | last | never
93
+ enter_labels : # 定义Enter键的文本
94
+ go : 前往
95
+ done : 完成
96
+ next : 下个
97
+ pre : 上个
98
+ search : 搜索
99
+ send : 发送
100
+ default : Enter # 定义默认Enter键的文本
92
101
93
102
fallback_colors :
94
103
candidate_text_color : text_color
@@ -893,7 +902,8 @@ preset_keys:
893
902
VOLUME_MUTE : {label: 靜音, send: VOLUME_MUTE}
894
903
# 編輯
895
904
Shift_L : {label: Shift, send: Shift_L, shift_lock: ascii_long}
896
- Return : {label: Enter, send: Return}
905
+ Return : {label: enter_labels, send: Return}
906
+ Return1 : {label: Enter, send: Return }
897
907
Hide : {label: 隱藏, send: BACK}
898
908
BackSpace : {label: 退格, repeatable: true, send: BackSpace}
899
909
space : {repeatable: false, functional: false, send: space}
@@ -1036,7 +1046,7 @@ preset_keyboards:
1036
1046
- {click: space, width: 30}
1037
1047
- {click: "'", long_click: '"'}
1038
1048
- {click: BackSpace, width: 15}
1039
- - {click: Return, long_click: CommitComment, width: 15}
1049
+ - {click: Return, composing: Return1, long_click: CommitComment, width: 15}
1040
1050
letter :
1041
1051
__include : /preset_keyboards/default
1042
1052
ascii_mode : 1
@@ -1097,7 +1107,7 @@ preset_keyboards:
1097
1107
- {click: space, width: 30}
1098
1108
- {click: '.', long_click: '>'}
1099
1109
- {click: '/', long_click: '?'}
1100
- - {click: Return, long_click: CommitComment, width: 15}
1110
+ - {click: Return, composing: Return1, long_click: CommitComment, width: 15}
1101
1111
qwerty_ :
1102
1112
name : 預設30鍵
1103
1113
author : " osfans <waxaca@163.com>"
@@ -1141,7 +1151,7 @@ preset_keyboards:
1141
1151
- {click: Mode_switch, long_click: Menu}
1142
1152
- {click: space, width: 40}
1143
1153
- {click: BackSpace, width: 15}
1144
- - {click: Return, long_click: CommitComment, width: 15}
1154
+ - {click: Return, composing: Return1, long_click: CommitComment, width: 15}
1145
1155
qwerty :
1146
1156
name : 預設26鍵
1147
1157
author : " osfans <waxaca@163.com>"
@@ -1195,7 +1205,7 @@ preset_keyboards:
1195
1205
- {click: space, width: 30}
1196
1206
- {click: '.', long_click: '>'}
1197
1207
- {click: '/', long_click: '?'}
1198
- - {click: Return, long_click: CommitComment, width: 15}
1208
+ - {click: Return, composing: Return1, long_click: CommitComment, width: 15}
1199
1209
us_intl :
1200
1210
name : 美式國際
1201
1211
author : " Terry Tsang <archerindigo@gmail.com>"
@@ -1390,7 +1400,7 @@ preset_keyboards:
1390
1400
- {label: 'ㄦ', long_click: '"', click: "-"}
1391
1401
- {long_click: '。', click: ','}
1392
1402
- {click: BackSpace, long_click: Escape, width: 10}
1393
- - {click: Return, long_click: CommitComment, width: 10}
1403
+ - {click: Return, composing: Return1, long_click: CommitComment, width: 10}
1394
1404
cangjie5 :
1395
1405
name : 倉頡五代鍵盤
1396
1406
author : " 皛筱晓小笨鱼"
@@ -1434,7 +1444,7 @@ preset_keyboards:
1434
1444
- {click: space, width: 40}
1435
1445
- {click: Mode_switch, long_click: Menu}
1436
1446
- {long_click: '>', click: '.'}
1437
- - {click: Return, long_click: CommitComment, width: 10}
1447
+ - {click: Return, composing: Return1, long_click: CommitComment, width: 10}
1438
1448
cangjie6 :
1439
1449
ascii_mode : 0
1440
1450
name : 倉頡六代
@@ -1492,7 +1502,7 @@ preset_keyboards:
1492
1502
- {click: ",", long_click: .}
1493
1503
- {click: space, width: 25}
1494
1504
- {click: "'", long_click: "?"}
1495
- - {click: Return, long_click: CommitComment, width: 25.5}
1505
+ - {click: Return, composing: Return1, long_click: CommitComment, width: 25.5}
1496
1506
scj6 :
1497
1507
__include : /preset_keyboards/cangjie5
1498
1508
stroke :
@@ -1517,7 +1527,7 @@ preset_keyboards:
1517
1527
- {click: Keyboard_symbols, long_click: Keyboard_number, width: 10}
1518
1528
- {click: space, width: 40}
1519
1529
- {click: Keyboard_letter, long_click: Menu, width: 10}
1520
- - {click: Return, long_click: CommitComment, width: 20}
1530
+ - {click: Return, composing: Return1, long_click: CommitComment, width: 20}
1521
1531
telegraph :
1522
1532
name : 電碼
1523
1533
author : 熊貓阿Bo
@@ -1546,7 +1556,7 @@ preset_keyboards:
1546
1556
- {click: BackSpace}
1547
1557
- {click: Keyboard_letter, long_click: Menu}
1548
1558
- {click: space, width: 60}
1549
- - {click: Return}
1559
+ - {click: Return, composing: Return1 }
1550
1560
terra_pinyin :
1551
1561
name : 地球拼音鍵盤
1552
1562
author : 默默ㄇㄛˋ
@@ -1590,7 +1600,7 @@ preset_keyboards:
1590
1600
- {click: space, width: 40}
1591
1601
- {click: ".", long_click: '"'}
1592
1602
- {click: '\', long_click: '.', composing: 'ˋ', send_bindings: false} # 四聲
1593
- - {click: Return, long_click: CommitComment}
1603
+ - {click: Return, composing: Return1, long_click: CommitComment}
1594
1604
array30 :
1595
1605
name : 行列30配美式國際
1596
1606
author : " Terry Tsang <archerindigo@gmail.com>"
0 commit comments