-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path三拼原始主题.trime.yaml
3447 lines (3379 loc) · 160 KB
/
三拼原始主题.trime.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Trime custom style settings
# encoding: utf-8
config_version: "4.0"
name: 三拼原始主题 #方案名稱
author: 阿森納裡 #作者資訊
# ────錨點標籤────
labels:
1: &lb_SLEEP 睡眠
1: &lb_SLEEP_ft 睡眠
2: &lb_VOICE_ASSIST 语音
2: &lb_VOICE_ASSIST_ft 語音
3: &lb_VOICE_ASSIST0 '🎤'
4: &lb_Shift_L Shift
5: &lb_Shift_L1 ⇪
6: &lb_Shift_L1c ☩
7: &lb_Caps_Lock Caps
8: &lb_Return Enter
9: &lb_Hide 隐藏
9: &lb_Hide_ft 隱藏
10: &lb_BackSpace ⌫
11: &lb_spacelskg ␣
12: &lb_Escape Esc
13: &lb_Escapecx 重输
13: &lb_Escapecx_ft 重輸
14: &lb_Home Home
15: &lb_Insert Ins
16: &lb_Delete Del
17: &lb_End End
18: &lb_Beginning ⏮
19: &lb_Ending ⏭
20: &lb_Page_Up PgUp
21: &lb_Page_Down PgDn
22: &lb_Left ←
23: &lb_Down ↓
24: &lb_Up ↑
25: &lb_Right →
26: &lb_LeftS ↞
27: &lb_RightS ↠
28: &lb_select_all ☑
29: &lb_Clear 全清
29: &lb_Clear_ft 全清
30: &lb_cut ✂
31: &lb_cut_all 全挪
31: &lb_cut_all_ft 全挪
32: &lb_copy ❐
33: &lb_copy_all 全誊
33: &lb_copy_all_ft 全謄
34: &lb_paste ▣
35: &lb_clip_board 剪切板
35: &lb_clip_board_ft 剪切板
36: &lb_paste_text 贴上文本
36: &lb_paste_text_ft 貼上文本
37: &lb_share_text 分享文本
37: &lb_share_text_ft 分享文本
38: &lb_undo ↶
39: &lb_redo ↷
40: &lb_delimiter 分词
40: &lb_delimiter_ft 分詞
41: &lb_lsjp_1x 首选
41: &lb_lsjp_1x_ft 首選
42: &lb_lsjp_2x 次选
42: &lb_lsjp_2x_ft 次選
43: &lb_lsjp_3x 三选
43: &lb_lsjp_3x_ft 三選
44: &lb_F4 方案菜单
44: &lb_F4_ft 方案菜單
45: &lb_BackToPreviousSyllable 删音节
45: &lb_BackToPreviousSyllable_ft 刪音節
46: &lb_BackToPreSyl '⇦'
47: &lb_BackToSentence 删句
47: &lb_BackToSentence_ft 刪句
48: &lb_CommitRawInput 语句流输入码
48: &lb_CommitRawInput_ft 語句流輸入碼
49: &lb_CommitScriptText 编辑器上屏码
49: &lb_CommitScriptText_ft 編輯器上屏碼
50: &lb_CommitComment 提示码
50: &lb_CommitComment_ft 提示碼
51: &lb_DeleteCandidate 删词
51: &lb_DeleteCandidate_ft 刪詞
52: &lb_IME_switch '🌐'
53: &lb_IME_last 上一输入法
53: &lb_IME_last_ft 上一輸入法
54: &lb_IME_next 下一输入法
54: &lb_IME_next_ft 下一輸入法
55: &lb_Keyboard_default 返回
55: &lb_Keyboard_default_ft 返回
56: &lb_Keyboard_switch 键盘
56: &lb_Keyboard_switch_ft 鍵盤
57: &lb_Keyboard_move ❖
58: &lb_Keyboard_next 前进
58: &lb_Keyboard_next_ft 前進
59: &lb_Keyboard_last 返回
59: &lb_Keyboard_last_ft 返回
60: &lb_Keyboard_symbols 符号
60: &lb_Keyboard_symbols_ft 符號
61: &lb_Keyboard_number 数字
61: &lb_Keyboard_number_ft 數字
62: &lb_Keyboard_letter 'abc'
63: &lb_Keyboard_emoji '😊'
64: &lb_Keyboard_symbolsyou '!?#'
65: &lb_Keyboard_numberyou '123'
66: &lb_Keyboard_lsedit '‹ɪ›'
67: &lb_Keyboard_ls15bz1bz 帮助
67: &lb_Keyboard_ls15bz1bz_ft 幫助
68: &lb_Keyboard_lsfc 反查
68: &lb_Keyboard_lsfc_ft 反查
69: &lb_Keyboard_ls15_Mode 英中
69: &lb_Keyboard_ls15_Mode_ft 英中
70: &lb_Keyboard_ls15qwerty_Mode 中英
70: &lb_Keyboard_ls15qwerty_Mode_ft 中英
71: &lb_Keyboard_ls15dtyjw 总览
71: &lb_Keyboard_ls15dtyjw_ft 總覽
72: &lb_Schema_switch 切换
72: &lb_Schema_switch_ft 切換
73: &lb_Color_switch 配色
73: &lb_Color_switch_ft 配色
74: &lb_Help 说明
74: &lb_Help_ft 說明
75: &lb_Info 关于
75: &lb_Info_ft 關於
76: &lb_Menu 菜单
76: &lb_Menu_ft 菜單
77: &lb_Settings 设置
77: &lb_Settings_ft 設置
78: &lb_Theme_settings 主题
78: &lb_Theme_settings_ft 主題
79: &lb_Schema_settings 方案
79: &lb_Schema_settings_ft 方案
80: &lb_Candidate_switch [ 有候选, 无候选]
80: &lb_Candidate_switch_ft [ 有候選, 無候選]
81: &lb_Comment_switch [ 有注释, 无注释]
81: &lb_Comment_switch_ft [ 有注釋, 無注釋]
82: &lb_Hint_switch [ 有助记, 无助记]
82: &lb_Hint_switch_ft [ 有助記, 無助記]
83: &lb_Hint_switch_1 有助记
83: &lb_Hint_switch_1_ft 有助記
84: &lb__Keyboard_edit 编辑
84: &lb__Keyboard_edit_ft 編輯
85: &lb__Keyboard_phrase 短语
85: &lb__Keyboard_phrase_ft 短語
86: &lb__Keyboard_candidate 候选
86: &lb__Keyboard_candidate_ft 候選
87: &lb__add_phrase 添加
87: &lb__add_phrase_ft 添加
88: &lb__Keyboard_script 脚本
88: &lb__Keyboard_script_ft 腳本
89: &lb_Date 日期
89: &lb_Date_ft 日期
90: &lb_ChineseDate 农历
90: &lb_ChineseDate_ft 農曆
91: &lb_Time 时间
91: &lb_Time_ft 時間
92: &lb_TrimeApp 同文
92: &lb_TrimeApp_ft 同文
93: &lb_TrimeCmp 同文设置
93: &lb_TrimeCmp_ft 同文設置
94: &lb_Homepage 同文主页
94: &lb_Homepage_ft 同文主頁
95: &lb_CommitHomepage 同文网址
95: &lb_CommitHomepage_ft 同文網址
96: &lb_Wiki 维基
96: &lb_Wiki_ft 維基
97: &lb_Google 谷歌
97: &lb_Google_ft 谷歌
98: &lb_MoeDict 萌典
98: &lb_MoeDict_ft 萌典
99: &lb_Baidu 百度搜索
99: &lb_Baidu_ft 百度搜索
100: &lb_Zdic 汉典
100: &lb_Zdic_ft 漢典
101: &lb_WebSearch 搜索网页
101: &lb_WebSearch_ft 搜索網頁
102: &lb_Search 搜索
102: &lb_Search_ft 搜索
103: &lb_Share 分享
103: &lb_Share_ft 分享
104: &lb_Deploy 部署
104: &lb_Deploy_ft 部署
105: &lb_Sync 同步
105: &lb_Sync_ft 同步
106: &lb_help_ls 详解
106: &lb_help_ls_ft 詳解
107: &lb_ls15dtshow 声母
107: &lb_ls15dtshow_ft 聲母
108: &lb_ls15dtjshow 介调
108: &lb_ls15dtjshow_ft 介調
109: &lb_ls15dtyshow 韵母
109: &lb_ls15dtyshow_ft 韻母
# ────────────────
style:
__include: trime:/style
key_long_text_size: 14 #長標籤字號
key_text_size: 22 #鍵字號
proximity_correction: true #按鍵糾錯
__patch: # v補充鍵盤
keyboards/+: [numberyou, symbolsyou, lsedit, lsjpqwerty, lsjp, lsfc_pinyin, lsfc_stroke, lsfc_pinyinP, lsfc_strokeB]
__patch: # v廿六三拼鍵盤
keyboards/+: [ls26bz1, ls26bz2, ls26bz2p2, ls26zybz1, ls26zybz2, ls26zybz2p2, ls26zybz3]
__patch: # v李氏三拼系列靜態鍵盤
keyboards/+: [ls15qwerty, ls15wsdqwerty, ls15, ls15wsd, ls15zyqwerty, ls15zywsdqwerty, ls15zy, ls15zywsd]
__patch: # v三碼拼音系列靜態鍵盤
keyboards/+: [smpy1bz1, smpy1bz1p2, smpy1bz1p3, smpy1bz21, smpy1bz22, smpy1bz23, smpy1bz21sm, smpy1bz22sm, smpy1bz22smp2, smpy1bz22smp3, smpy1bz22smp4, smpy1bz22smp5, smpy1bz22smp6, smpy1bz23sm, smpy1bz23smp2, smpy1qwerty, smpy1wsdqwerty, smpy1, smpy1wsd, smpy1zyqwerty, smpy1zywsdqwerty, smpy1zy, smpy1zywsd, smpy2qwerty, smpy2wsdqwerty, smpy2, smpy2wsd, smpy3bz1, smpy3bz1p2, smpy3bz1p3, smpy3bz21, smpy3bz22, smpy3bz23, smpy3bz21sm, smpy3bz22sm, smpy3bz22smp2, smpy3bz22smp3, smpy3bz22smp4, smpy3bz22smp5, smpy3bz22smp6, smpy3bz23sm, smpy3bz23smp2, smpy3qwerty, smpy3wsdqwerty, smpy3, smpy3wsd]
fallback_colors:
__include: trime:/fallback_colors
preset_color_schemes:
__include: trime:/preset_color_schemes
# v補充配色
aqua:
name: 碧水/Aqua
author: 佛振 <[email protected]>
text_color: 0x000000
back_color: 0xeeeeec
border_color: 0xe0e0e0
hilited_text_color: 0x000000
hilited_back_color: 0xd4d4d4
hilited_candidate_text_color: 0xffffff
hilited_candidate_back_color: 0x0a3afa
azure:
name: 青天/Azure
author: 佛振 <[email protected]>
text_color: 0xcae8ff
candidate_text_color: 0xeef8ff
back_color: 0x014e8b
border_color: 0x014e8b
hilited_text_color: 0xeef8ff
hilited_back_color: 0x014e8b
hilited_candidate_text_color: 0xfffe7f
hilited_candidate_back_color: 0x015ea9
comment_text_color: 0x6496c6
luna:
name: 明月/Luna
author: 佛振 <[email protected]>
text_color: 0x000000
back_color: 0xffffff
border_color: 0xcccccc
hilited_text_color: 0x000000
hilited_back_color: 0xffff7f
hilited_candidate_text_color: 0xffffff
hilited_candidate_back_color: 0x000000
ink:
name: 墨池/Ink
author: 佛振 <[email protected]>
text_color: 0x000000
back_color: 0xffffff
border_color: 0x000000
hilited_text_color: 0x000000
hilited_back_color: 0xdddddd
hilited_candidate_text_color: 0xffffff
hilited_candidate_back_color: 0x000000
lost_temple:
name: 孤寺/Lost Temple
author: 佛振 <[email protected]>, based on ir_black
text_color: 0xf6f3e8
back_color: 0x444444
border_color: 0x444444
hilited_text_color: 0xcae682
hilited_back_color: 0x222222
hilited_candidate_text_color: 0x000000
hilited_candidate_back_color: 0xcae682
starcraft:
name: 星際我爭霸/StarCraft
author: Contralisk <[email protected]>, original artwork by Blizzard Entertainment
text_color: 0x88aacc
candidate_text_color: 0x55bb30
back_color: 0x000000
border_color: 0xa01010
hilited_text_color: 0x96cbfe
hilited_back_color: 0x000000
hilited_candidate_text_color: 0xa8ff60
hilited_candidate_back_color: 0x000000
google:
name: 谷歌/Google
author: skoj <[email protected]>
text_color: 0x666666
candidate_text_color: 0x000000
back_color: 0xFFFFFF
border_color: 0xE2E2E2
hilited_text_color: 0x000000
hilited_back_color: 0xFFFFFF
hilited_candidate_text_color: 0xFFFFFF
hilited_candidate_back_color: 0x3975CE
solarized_rock:
name: 曬經石/Solarized Rock
author: "Aben <[email protected]>, based on Ethan Schoonover's Solarized color scheme"
back_color: 0x002b36
border_color: 0x002b36
text_color: 0x859900
hilited_text_color: 0x2aa198
candidate_text_color: 0x839496
hilited_candidate_text_color: 0xffffff
hilited_candidate_back_color: 0xd33682
tintin:
name: "丁丁/ Tintin"
author: "Patricivs <[email protected]>"
text_color: 0xffffff
back_color: 0x0095d9
border_color: 0x0095d9
label_color: 0xffffff
candidate_text_color: 0xffffff
comment_text_color: 0xffffff
hilited_text_color: 0x91d8f7
hilited_back_color: 0x0095d9
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0xf16421
dota_2:
name: "DOTA 2"
author: "Patricivs <[email protected]>"
text_color: 0xffffff
back_color: 0x100f12
border_color: 0x100f12
label_color: 0x8f755c
hilited_text_color: 0xdd4118
hilited_back_color: 0x100f12
candidate_text_color: 0x8f755c
comment_text_color: 0x8f755c
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0xdd4118
brasil:
name: "笆悉/Brasil"
author: "Patricivs <[email protected]>"
text_color: 0xffffff
back_color: 0x119355
border_color: 0x119355
label_color: 0xffffff
hilited_text_color: 0xffffff
hilited_back_color: 0x17367d
candidate_text_color: 0xffffff
comment_text_color: 0xffffff
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0xf7c716
doraemon:
name: "銅鑼衛門/Doraemon"
author: "Patricivs <[email protected]>"
text_color: 0xe50012
back_color: 0xffffff
border_color: 0x009fe8
label_color: 0x009fe8
hilited_text_color: 0xffffff
hilited_back_color: 0xe50012
candidate_text_color: 0x009fe8
comment_text_color: 0x009fe8
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0x009fe8
espagna:
name: "埃斯巴尼亞/España"
author: "Patricivs <[email protected]>"
text_color: 0xffffff
back_color: 0xc30d23
border_color: 0xc30d23
label_color: 0xffffff
hilited_text_color: 0xffffff
hilited_back_color: 0xf7b52c
candidate_text_color: 0xffffff
comment_text_color: 0xffffff
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0xf7b52c
gholabok:
name: "胡蘿菔/Gholabok"
author: "Patricivs <[email protected]>"
text_color: 0xffffff
back_color: 0xe83929
border_color: 0xe83929
label_color: 0xffffff
hilited_text_color: 0xffffff
hilited_back_color: 0x007b43
candidate_text_color: 0xffffff
comment_text_color: 0xffffff
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0xed6d3d
kuma_shuzboz:
name: "熊出沒/Kuma Shuzboz"
author: "Patricivs <[email protected]>"
text_color: 0x000000
back_color: 0xf8b62d
border_color: 0xf8b62d
label_color: 0xffffff
hilited_text_color: 0xf8b62d
hilited_back_color: 0xffffff
candidate_text_color: 0xffffff
comment_text_color: 0xffffff
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0x000000
kuon:
name: "琨/Kuon"
author: "Patricivs <[email protected]>"
text_color: 0xffffff
back_color: 0x3eb370
border_color: 0x3eb370
label_color: 0xffffff
hilited_text_color: 0x3eb370
hilited_back_color: 0xffffff
candidate_text_color: 0xffffff
comment_text_color: 0xffffff
hilited_candidate_text_color: 0x3eb370
hilited_comment_text_color: 0x3eb370
hilited_candidate_back_color: 0xffffff
macau:
name: "澳門/Macau"
author: "Patricivs <[email protected]>"
text_color: 0xffd900
back_color: 0x00a381
border_color: 0x00a381
label_color: 0xffffff
hilited_text_color: 0xffffff
hilited_back_color: 0xffd900
candidate_text_color: 0xffffff
comment_text_color: 0xffffff
hilited_candidate_text_color: 0xffd900
hilited_comment_text_color: 0xffd900
hilited_candidate_back_color: 0xffffff
nba:
name: "NBA"
author: "Patricivs <[email protected]>"
text_color: 0xffffff
back_color: 0x006ab7
border_color: 0x006ab7
label_color: 0xffffff
hilited_text_color: 0xd71e54
hilited_back_color: 0xffffff
candidate_text_color: 0xffffff
comment_text_color: 0xffffff
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0xd71e54
ps4:
name: "遊驛四/PS4"
author: "Patricivs <[email protected]>"
text_color: 0xffffff
back_color: 0x000000
border_color: 0x000000
label_color: 0xffffff
hilited_text_color: 0xffffff
hilited_back_color: 0x595757
candidate_text_color: 0xffffff
comment_text_color: 0xffffff
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0x009fe8
skype:
name: "斯蓋普/Skype"
author: "Patricivs <[email protected]>"
text_color: 0xffffff
back_color: 0x00adef
border_color: 0x00adef
label_color: 0xffffff
hilited_text_color: 0x00adef
hilited_back_color: 0xffffff
candidate_text_color: 0xffffff
comment_text_color: 0xffffff
hilited_candidate_text_color: 0x00adef
hilited_comment_text_color: 0x00adef
hilited_candidate_back_color: 0xffffff
xbox_silver:
name: "銀色叉盒/Xbox Silver"
author: "Patricivs <[email protected]>"
text_color: 0x8dc21f
back_color: 0xeeeeef
border_color: 0xeeeeef
label_color: 0xb5f05b
hilited_text_color: 0xffffff
hilited_back_color: 0xb5f05b
candidate_text_color: 0x8dc21f
comment_text_color: 0x8dc21f
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0x288c44
youtube:
name: "YouTube"
author: "Patricivs <[email protected]>"
text_color: 0x000000
back_color: 0xdedede
border_color: 0xdedede
label_color: 0x000000
hilited_text_color: 0xc30d23
hilited_back_color: 0xffffff
candidate_text_color: 0x000000
comment_text_color: 0x000000
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0xc30d23
so_young:
name: "致青春/So Young"
author: "五磅兔 <[email protected]>"
text_color: 0xd33682
back_color: 0xfdf6e3
border_color: 0xeee8d5
label_color: 0x93a1a1
candidate_text_color: 0x657b83
comment_text_color: 0x268bd2
hilited_text_color: 0x839496
hilited_back_color: 0xeee8d5
hilited_candidate_text_color: 0xeee8d5
hilited_comment_text_color: 0xeee8d5
hilited_candidate_back_color: 0x2aa198
smurfs:
name: "藍精靈/Smurfs"
author: "skoj <[email protected]>"
text_color: 0xffffff
back_color: 0x1778bf
border_color: 0xe0edf5
label_color: 0x1778bf
hilited_text_color: 0x6dbcdb
hilited_back_color: 0x1778bf
candidate_text_color: 0xf6f6f6
comment_text_color: 0xf6f6f6
hilited_candidate_text_color: 0xf6f6f6
hilited_comment_text_color: 0xf6f6f6
hilited_candidate_back_color: 0x6dbcdb
wii:
name: "Wii"
author: "Patricivs <[email protected]>"
text_color: 0x595757
back_color: 0xefefef
border_color: 0xefefef
label_color: 0xc8c9ca
hilited_text_color: 0x33ccff
hilited_back_color: 0xefefef
candidate_text_color: 0x595757
comment_text_color: 0xc8c9ca
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0x33ccff
android:
name: "安卓/Android"
author: "Patricivs <[email protected]>"
text_color: 0xffffff
back_color: 0x1c7399
border_color: 0x1c7399
label_color: 0x3588c1
hilited_text_color: 0xa8c450
hilited_back_color: 0x1c7399
candidate_text_color: 0xffffff
comment_text_color: 0xffffff
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0xa8c450
cool_breeze:
name: "清風/Cool Breeze"
author: "skoj <[email protected]>"
text_color: 0xFF0000
back_color: 0xFBFBFF
border_color: 0xAAAAFF
hilited_text_color: 0xCE0000
hilited_back_color: 0xFBFBFF
candidate_text_color: 0x009100
hilited_candidate_text_color: 0x3A006F
hilited_candidate_back_color: 0xACD6FF
google_plus:
name: "Google+"
author: "Patricivs <[email protected]>"
text_color: 0xc8c9ca
back_color: 0xffffff
border_color: 0xdd4b39
label_color: 0xc8c9ca
hilited_text_color: 0xdd4b39
hilited_back_color: 0xffffff
candidate_text_color: 0xdd4b39
comment_text_color: 0xc8c9ca
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0xdd4b39
modern_warfare:
name: "現代戰爭/Modern Warfare"
author: P1461
text_color: 0x70bc14
back_color: 0x0d1b0a
border_color: 0x83ad4b
hilited_text_color: 0xfcfdfb
hilited_back_color: 0x060e03
candidate_text_color: 0xdcfeab
comment_text_color: 0xfbfdfc
hilited_candidate_text_color: 0xdcfeab
hilited_candidate_back_color: 0x636f67
brisk:
name: "輕盈/Brisk"
author: "skoj <[email protected]>"
text_color: 0xdc3822
back_color: 0xffffff
border_color: 0x333333
hilited_text_color: 0xdc3822
hilited_back_color: 0xffffff
candidate_text_color: 0x575757
hilited_candidate_text_color: 0xdc3822
hilited_candidate_back_color: 0xffffff
starcraft_ii:
name: "星際爭霸Ⅱ/StarCraft Ⅱ"
author: "Patricivs <[email protected]>"
text_color: 0xffffff
back_color: 0x0a1929
border_color: 0x464b53
label_color: 0xffffff
hilited_text_color: 0xffffff
hilited_back_color: 0x0a1017
candidate_text_color: 0xffffff
comment_text_color: 0xffffff
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0x1eadef
steam:
name: "Steam"
author: "Patricivs <[email protected]>"
text_color: 0x528ccd
back_color: 0x171614
border_color: 0x383635
label_color: 0xffffff
hilited_text_color: 0xd1cfc9
hilited_back_color: 0x171614
candidate_text_color: 0xffffff
comment_text_color: 0xa9a7a7
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xa9a7a7
hilited_candidate_back_color: 0x314259
flypy:
# description: |
# 小鶴飛揚:白底藍字,紅色標明。
# 根據小鶴雙拼官網圖片製作
# http://www.flypy.com/images/mr.png
name: "小鶴飛揚/flypy"
author: "Pal.lxk <[email protected]>"
text_color: 0x000000
back_color: 0xffffff
border_color: 0xc6c6c6
label_color: 0x0080ff
hilited_text_color: 0x0080ff
hilited_back_color: 0xffffff
candidate_text_color: 0x0080ff
comment_text_color: 0x0080ff
hilited_candidate_text_color: 0xb00000
hilited_comment_text_color: 0xb00000
hilited_candidate_back_color: 0xffffff
tantsing:
name: 丹青
author: Mijiag
back_color: 0xe3e3e3
border_color: 0x000000
text_color: 0x000000
hilited_text_color: 0xe3e3e3
hilited_back_color: 0x91071a
hilited_candidate_text_color: 0xe3e3e3
hilited_candidate_back_color: 0x730b6f
candidate_text_color: 0x000000
comment_text_color: 0x474747
yygc:
author: "小辛"
back_color: 0xffffff
border_color: 0xffffff
candidate_text_color: 0x7f7f7f
comment_text_color: 0x7f7f7f
hilited_back_color: 0xffffff
hilited_candidate_back_color: 0xffffff
hilited_candidate_text_color: 0x7f7f7f
hilited_comment_text_color: 0x7f7f7f
hilited_key_text_color: 0x7f7f7f
hilited_off_key_back_color: 0xffffff
hilited_off_key_text_color: 0x7f7f7f
hilited_on_key_back_color: 0xffffff
hilited_on_key_text_color: 0x7f7f7f
hilited_text_color: 0x7f7f7f
key_text_color: 0x7f7f7f
label_color: 0x7f7f7f
name: "一葉孤城"
off_key_text_color: 0x7f7f7f
text_color: 0x7f7f7f
android_keys:
__include: trime:/android_keys
preset_keys:
__include: trime:/preset_keys
__patch:
# 安卓
SLEEP/label: *lb_SLEEP
SLEEP/send: SLEEP
VOICE_ASSIST/label: *lb_VOICE_ASSIST
# 編輯
Shift_L/label: *lb_Shift_L
Caps_Lock/label: *lb_Caps_Lock
Return/label: *lb_Return
Hide/label: *lb_Hide
BackSpace/label: *lb_BackSpace
space/preview: " "
Escape/label: *lb_Escape
Home/label: *lb_Home
Insert/label: *lb_Insert
Delete/label: *lb_Delete
End/label: *lb_End
Page_Up/label: *lb_Page_Up
Page_Down/label: *lb_Page_Down
Left/label: *lb_Left
Down/label: *lb_Down
Up/label: *lb_Up
Right/label: *lb_Right
select_all/label: *lb_select_all
Clear/label: *lb_Clear
cut/label: *lb_cut
cut_all/label: *lb_cut_all
copy/label: *lb_copy
copy_all/label: *lb_copy_all
paste/label: *lb_paste
clip_board/label: *lb_clip_board
paste_text/label: *lb_paste_text
share_text/label: *lb_share_text
redo/label: *lb_redo
undo/label: *lb_undo
delimiter/label: *lb_delimiter
# rime組合鍵
F4/label: *lb_F4
BackToPreviousSyllable/label: *lb_BackToPreviousSyllable
BackToPreviousSyllable/repeatable: true
BackToSentence/label: *lb_BackToSentence
CommitRawInput/label: *lb_CommitRawInput
CommitScriptText/label: *lb_CommitScriptText
CommitComment/label: *lb_CommitComment
DeleteCandidate/label: *lb_DeleteCandidate
# rime狀態
# trime設定
IME_switch/label: *lb_IME_switch
IME_last/label: *lb_IME_last
IME_next/label: *lb_IME_next
Keyboard_default/label: *lb_Keyboard_default
Keyboard_switch/label: *lb_Keyboard_switch
Keyboard_move/label: *lb_Keyboard_move
Keyboard_symbols/label: *lb_Keyboard_symbols
Keyboard_number/label: *lb_Keyboard_number
Keyboard_letter/label: *lb_Keyboard_letter
Keyboard_alpha/label: *lb_Keyboard_letter
Keyboard_emoji/label: *lb_Keyboard_emoji
Schema_switch/label: *lb_Schema_switch
Color_switch/label: *lb_Color_switch
Help/label: *lb_Help
Info/label: *lb_Info
Menu/label: *lb_Menu
Settings/label: *lb_Settings
Color_settings/label: *lb_Color_switch
Theme_settings/label: *lb_Theme_settings
Schema_settings/label: *lb_Schema_settings
Candidate_switch/states: *lb_Candidate_switch
Comment_switch/states: *lb_Comment_switch
Hint_switch/states: *lb_Hint_switch
# trime命令
Date/label: *lb_Date
ChineseDate/label: *lb_ChineseDate
Time/label: *lb_Time
TrimeApp/label: *lb_TrimeApp
TrimeCmp/label: *lb_TrimeCmp
Homepage/label: *lb_Homepage
CommitHomepage/label: *lb_CommitHomepage
Wiki/label: *lb_Wiki
Google/label: *lb_Google
MoeDict/label: *lb_MoeDict
Baidu/label: *lb_Baidu
Zdic/label: *lb_Zdic
Zdic2/label: *lb_Zdic
WebSearch/label: *lb_WebSearch
Search/label: *lb_Search
Share/label: *lb_Share
Deploy/label: *lb_Deploy
Sync/label: *lb_Sync
# v補充keys
# 安卓
VOICE_ASSIST0: {label: *lb_VOICE_ASSIST0, send: function, command: '语音加提示.lua', option: "%1$s"}
VOICE_ASSIST1: {label: *lb_VOICE_ASSIST0, send: function, command: '语音加提示1.lua', option: "%1$s"}
# 編輯
Shift_L1: {label: *lb_Shift_L1, send: Shift_L, shift_lock: ascii_long}
Shift_L1l: {label: *lb_Shift_L1, send: Shift_L, shift_lock: long}
Shift_L1c: {label: *lb_Shift_L1c, send: Shift_L, shift_lock: click}
Beginning: {label: *lb_Beginning, send: Control+Home}
Ending: {label: *lb_Ending, send: Control+End}
Page_UpR: {label: *lb_Page_Up, send: Page_Up, repeatable: true}
Page_DownR: {label: *lb_Page_Down, send: Page_Down, repeatable: true}
LeftR: {label: *lb_Left, send: Left, repeatable: true}
DownR: {label: *lb_Down, send: Down, repeatable: true}
UpR: {label: *lb_Up, send: Up, repeatable: true}
RightR: {label: *lb_Right, send: Right, repeatable: true}
LeftS: {label: *lb_LeftS, send: Control+Left, repeatable: true}
RightS: {label: *lb_RightS, send: Control+Right, repeatable: true}
delimiterls: {label: *lb_delimiter, repeatable: false, functional: false, text: ";"}
spacels: {repeatable: false, functional: false, preview: " ", send: space}
spacelskg: {label: *lb_spacelskg, repeatable: false, functional: false, preview: " ", send: space}
Escapecx: {label: *lb_Escapecx, send: Escape}
BackSpacelast: {label: *lb_BackSpace, text: '{BackSpace}{Keyboard_last}'}
BackToPreSyl: {label: *lb_BackToPreSyl, text: '{BackToPreviousSyllable}'}
# rime組合鍵
# rime狀態
# trime設定
# trime命令
# v補充鍵盤
# trime設定
_Keyboard_edit: {label: *lb__Keyboard_edit, functional: false, send: Eisu_toggle, select: _edit_board}
_Keyboard_clip: {label: *lb_clip_board, functional: false, send: function, command: 剪切板.lua, option: "%1$s"}
_Keyboard_emoji: {label: *lb_Keyboard_emoji, functional: false, send: function, command: 表情键盘.lua, option: "%1$s"}
_Keyboard_symbols: {label: *lb_Keyboard_symbolsyou, functional: false, send: function, command: 符号键盘.lua, option: "%1$s"}
_Keyboard_phrase: {label: *lb__Keyboard_phrase, functional: false, send: function, command: 短语.lua, option: "%1$s"}
_Keyboard_candidate: {label: *lb__Keyboard_candidate, functional: false, send: Eisu_toggle, select: _candidate_board}
_add_phrase: {label: *lb__add_phrase, functional: true, send: function, command: add_phrase}
_Keyboard_script: {label: *lb__Keyboard_script, functional: false, send: Eisu_toggle, select: _script}
K_default: {label: *lb_Keyboard_default, send: Eisu_toggle, select: .default}
Keyboard_last: {label: *lb_Keyboard_last, send: Eisu_toggle, select: .last}
K_back: {label: *lb_Keyboard_default, functional: false, send: Eisu_toggle, select: .last_lock}
Keyboard_last_lock: {label: *lb_Keyboard_default, send: Eisu_toggle, select: .last_lock}
Keyboard_last_lockEsc: {label: *lb_Keyboard_default, text: '{Escape}{Keyboard_last_lock}'}
Keyboard_last_lockMs: {label: *lb_Keyboard_default, text: '{Keyboard_last_lock}{Mode_switch}'}
Keyboard_last_lock2: {label: *lb_Keyboard_default, text: '{Keyboard_last_lock}{Keyboard_last_lock}'}
Keyboard_last_lock2Esc: {label: *lb_Escapecx, text: '{Escape}{Keyboard_last_lock2}'}
Keyboard_next: {label: *lb_Keyboard_next, send: Eisu_toggle, select: .next}
Keyboard_numberyou: {label: *lb_Keyboard_numberyou, send: Eisu_toggle, select: numberyou}
Keyboard_symbolsyou: {label: *lb_Keyboard_symbolsyou, send: Eisu_toggle, select: symbolsyou}
Keyboard_symbolsyouMs: {label: *lb_Keyboard_symbolsyou, text: '{Keyboard_symbolsyou}{Mode_switch}'}
Keyboard_lsedit: {label: *lb_Keyboard_lsedit, send: Eisu_toggle, select: lsedit}
Keyboard_lsfc_pinyin0: {send: Eisu_toggle, select: lsfc_pinyin}
Keyboard_lsfc_pinyin: {label: *lb_Keyboard_lsfc, text: '{Keyboard_lsfc_pinyin0}`', functional: false}
Keyboard_lsfc_pinyinEsc: {label: *lb_Keyboard_lsfc, text: '{Escape}{Keyboard_lsfc_pinyin}', functional: false}
Keyboard_lsfc_pinyinP0: {send: Eisu_toggle, select: lsfc_pinyinP}
Keyboard_lsfc_pinyinP: {label: *lb_Keyboard_lsfc, text: '{Keyboard_lsfc_pinyinP0}`', functional: false}
Keyboard_lsfc_pinyinPfc: {label: '拼音', text: '{Keyboard_lsfc_pinyinP}', functional: false}
Keyboard_lsfc_pinyinPEsc: {label: *lb_Keyboard_lsfc, text: '{Escape}{Keyboard_lsfc_pinyinP}', functional: false}
Keyboard_lsfc_pinyinPEscfc: {label: '拼音', text: '{Keyboard_lsfc_pinyinPEsc}', functional: false}
Keyboard_lsfc_stroke0: {send: Eisu_toggle, select: lsfc_stroke}
Keyboard_lsfc_stroke: {label: *lb_Keyboard_lsfc, text: '{Keyboard_lsfc_stroke0}`', functional: false}
Keyboard_lsfc_strokeEsc: {label: *lb_Keyboard_lsfc, text: '{Escape}{Keyboard_lsfc_stroke}', functional: false}
Keyboard_lsfc_strokeB0: {send: Eisu_toggle, select: lsfc_strokeB}
Keyboard_lsfc_strokeB: {label: *lb_Keyboard_lsfc, text: '{Keyboard_lsfc_strokeB0}~', functional: false}
Keyboard_lsfc_strokeBfc: {label: '笔画', text: '{Keyboard_lsfc_strokeB}', functional: false}
Keyboard_lsfc_strokeBEsc: {label: *lb_Keyboard_lsfc, text: '{Escape}{Keyboard_lsfc_strokeB}', functional: false}
Keyboard_lsfc_strokeBEscfc: {label: '笔画', text: '{Keyboard_lsfc_strokeBEsc}', functional: false}
Keyboard_lsjp: {send: Eisu_toggle, select: lsjp}
Keyboard_lsjp_Mode: {label: *lb_Keyboard_ls15_Mode, text: '{Keyboard_lsjp}{Mode_switch}'}
Keyboard_lsjpqwerty: {send: Eisu_toggle, select: lsjpqwerty}
Keyboard_lsjpqwerty_Mode: {label: *lb_Keyboard_ls15qwerty_Mode, text: '{Keyboard_lsjpqwerty}{Mode_switch}'}
# trime命令
help_ls: {label: *lb_help_ls, send: function, command: run, option: "http://lssp.ysepan.com/", functional: false} #李氏拼音系列方案介紹主頁
# 按鍵設置
lsjp_1x: {label: *lb_lsjp_1x, text: 1, functional: false}
lsjp_2x: {label: *lb_lsjp_2x, text: 2, functional: false}
lsjp_3x: {label: *lb_lsjp_3x, text: 3, functional: false}
lsjp_1x_ft: {label: *lb_lsjp_1x_ft, text: 1, functional: false}
lsjp_2x_ft: {label: *lb_lsjp_2x_ft, text: 2, functional: false}
lsjp_3x_ft: {label: *lb_lsjp_3x_ft, text: 3, functional: false}
fc_show: {label: *lb_Keyboard_lsfc, text: "`"}
lsfc_pinyinshow_a: {label: 'a', text: '`a', functional: false}
lsfc_pinyinshow_b: {label: 'b', text: '`b', functional: false}
lsfc_pinyinshow_c: {label: 'c', text: '`c', functional: false}
lsfc_pinyinshow_d: {label: 'd', text: '`d', functional: false}
lsfc_pinyinshow_e: {label: 'e', text: '`e', functional: false}
lsfc_pinyinshow_f: {label: 'f', text: '`f', functional: false}
lsfc_pinyinshow_g: {label: 'g', text: '`g', functional: false}
lsfc_pinyinshow_h: {label: 'h', text: '`h', functional: false}
lsfc_pinyinshow_i: {label: 'i', text: '`i', functional: false}
lsfc_pinyinshow_j: {label: 'j', text: '`j', functional: false}
lsfc_pinyinshow_k: {label: 'k', text: '`k', functional: false}
lsfc_pinyinshow_l: {label: 'l', text: '`l', functional: false}
lsfc_pinyinshow_m: {label: 'm', text: '`m', functional: false}
lsfc_pinyinshow_n: {label: 'n', text: '`n', functional: false}
lsfc_pinyinshow_o: {label: 'o', text: '`o', functional: false}
lsfc_pinyinshow_p: {label: 'p', text: '`p', functional: false}
lsfc_pinyinshow_q: {label: 'q', text: '`q', functional: false}
lsfc_pinyinshow_r: {label: 'r', text: '`r', functional: false}
lsfc_pinyinshow_s: {label: 's', text: '`s', functional: false}
lsfc_pinyinshow_t: {label: 't', text: '`t', functional: false}
lsfc_pinyinshow_u: {label: 'u', text: '`u', functional: false}
lsfc_pinyinshow_v: {label: 'v', text: '`v', functional: false}
lsfc_pinyinshow_w: {label: 'w', text: '`w', functional: false}
lsfc_pinyinshow_x: {label: 'x', text: '`x', functional: false}
lsfc_pinyinshow_y: {label: 'y', text: '`y', functional: false}
lsfc_pinyinshow_z: {label: 'z', text: '`z', functional: false}
lsfc_strokeshow_h: {label: '一', text: '`h', functional: false}
lsfc_strokeshow_s: {label: '丨', text: '`s', functional: false}
lsfc_strokeshow_p: {label: '丿', text: '`p', functional: false}
lsfc_strokeshow_n: {label: '丶', text: '`n', functional: false}
lsfc_strokeshow_z: {label: '乙', text: '`z', functional: false}
lsfc_strokeshow_Bh: {label: '一', text: '~h', functional: false}
lsfc_strokeshow_Bs: {label: '丨', text: '~s', functional: false}
lsfc_strokeshow_Bp: {label: '丿', text: '~p', functional: false}
lsfc_strokeshow_Bn: {label: '丶', text: '~n', functional: false}
lsfc_strokeshow_Bz: {label: '乙', text: '~z', functional: false}
lsfc_strokeshow_hCo: {label: '一', text: h, functional: false}
lsfc_strokeshow_sCo: {label: '丨', text: s, functional: false}
lsfc_strokeshow_pCo: {label: '丿', text: p, functional: false}
lsfc_strokeshow_nCo: {label: '丶', text: n, functional: false}
lsfc_strokeshow_zCo: {label: '乙', text: z, functional: false}
1_lsjpshow: {text: 'q', functional: false}
2_lsjpshow: {text: 'w', functional: false}
3_lsjpshow: {text: 'e', functional: false}
x_lsjpshow: {text: 'r', functional: false}
A_lsjpshow: {text: 't', functional: false}
4_lsjpshow: {text: 'a', functional: false}
5_lsjpshow: {text: 's', functional: false}
6_lsjpshow: {text: 'd', functional: false}
0_lsjpshow: {text: 'f', functional: false}
B_lsjpshow: {text: 'g', functional: false}
7_lsjpshow: {text: 'z', functional: false}
8_lsjpshow: {text: 'x', functional: false}
9_lsjpshow: {text: 'c', functional: false}
j_lsjpshow: {text: 'v', functional: false}
C_lsjpshow: {text: 'b', functional: false}
1cazj_lsjpshow: {text: 1, preview: 1}
2cazj_lsjpshow: {text: 2, preview: 2}
3cazj_lsjpshow: {text: 3, preview: 3}
4cazj_lsjpshow: {text: 4, preview: 4}
5cazj_lsjpshow: {text: 5, preview: 5}
6cazj_lsjpshow: {text: 6, preview: 6}
7cazj_lsjpshow: {text: 7, preview: 7}
8cazj_lsjpshow: {text: 8, preview: 8}
9cazj_lsjpshow: {text: 9, preview: 9}
xcazj_lsjpshow: {text: '{cut}', preview: *lb_cut}
0cazj_lsjpshow: {text: '{copy}', preview: *lb_copy}
jcazj_lsjpshow: {text: '{paste}', preview: *lb_paste}
Acazj_lsjpshow: {text: ''}
Bcazj_lsjpshow: {text: '{Beginning}', preview: *lb_Beginning}
Ccazj_lsjpshow: {text: '{Ending}', preview: *lb_Ending}
# v廿六三拼鍵盤
# trime設定
Keyboard_ls26bz1bz: {label: *lb_Keyboard_ls15bz1bz, text: '{Keyboard_ls26bz1}', functional: false}
Keyboard_ls26bz1: {send: Eisu_toggle, select: ls26bz1, preview: " ", functional: false}
Keyboard_ls26bz2: {send: Eisu_toggle, select: ls26bz2, preview: " ", functional: false}
Keyboard_ls26bz2p2: {send: Eisu_toggle, select: ls26bz2p2, preview: " ", functional: false}
Keyboard_ls26zybz1bz: {label: *lb_Keyboard_ls15bz1bz, text: '{Keyboard_ls26zybz1}', functional: false}
Keyboard_ls26zybz1: {send: Eisu_toggle, select: ls26zybz1, preview: " ", functional: false}
Keyboard_ls26zybz2: {send: Eisu_toggle, select: ls26zybz2, preview: " ", functional: false}
Keyboard_ls26zybz2p2: {send: Eisu_toggle, select: ls26zybz2p2, preview: " ", functional: false}
Keyboard_ls26zybz3: {send: Eisu_toggle, select: ls26zybz3, preview: " ", functional: false}
# 按鍵設置
w_26show: {label: "ˇ", text: 'w', functional: false}
e_26show: {label: "ˊ", text: 'e', functional: false}
y_26show: {label: "˙", text: 'y', functional: false}
o_26show: {label: "ˉ", text: 'o', functional: false}
a_26show: {label: "ˋ", text: 'a', functional: false}
# v李氏三拼系列靜態鍵盤
# v李氏三拼鍵盤
# trime設定
Keyboard_ls15: {send: Eisu_toggle, select: ls15}
Keyboard_ls15_Mode: {label: *lb_Keyboard_ls15_Mode, text: '{Keyboard_ls15}{Mode_switch}'}
Keyboard_ls15wsd: {send: Eisu_toggle, select: ls15wsd}
Keyboard_ls15wsd_Mode: {label: *lb_Keyboard_ls15_Mode, text: '{Keyboard_ls15wsd}{Mode_switch}'}
Keyboard_ls15qwerty: {send: Eisu_toggle, select: ls15qwerty}
Keyboard_ls15qwerty_Mode: {label: *lb_Keyboard_ls15qwerty_Mode, text: '{Keyboard_ls15qwerty}{Mode_switch}'}
Keyboard_ls15wsdqwerty: {send: Eisu_toggle, select: ls15wsdqwerty}
Keyboard_ls15wsdqwerty_Mode: {label: *lb_Keyboard_ls15qwerty_Mode, text: '{Keyboard_ls15wsdqwerty}{Mode_switch}'}
# 按鍵設置
1_ls15show: {preview: "1", text: 'q', label: "b", functional: false}
2_ls15show: {preview: "2", text: 'w', label: "p", functional: false}
3_ls15show: {preview: "3", text: 'e', label: "m", functional: false}
x_ls15show: {preview: "*", text: 'r', label: "𝗳 r", functional: false}
A_ls15show: {preview: "A", text: 't', label: "zh 𝘇", functional: false}
4_ls15show: {preview: "4", text: 'a', label: "d", functional: false}
5_ls15show: {preview: "5", text: 's', label: "t", functional: false}
6_ls15show: {preview: "6", text: 'd', label: "n", functional: false}
0_ls15show: {preview: "0", text: 'f', label: "l", functional: false}
B_ls15show: {preview: "B", text: 'g', label: "ch 𝗰", functional: false}
7_ls15show: {preview: "7", text: 'z', label: "g 𝗷", functional: false}
8_ls15show: {preview: "8", text: 'x', label: "k 𝗾", functional: false}