-
Notifications
You must be signed in to change notification settings - Fork 1
/
hamster.custom.yaml
79 lines (77 loc) · 4.04 KB
/
hamster.custom.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
patch:
"keyboards":
#__include: hamster_keyboards_candy:/keyboards
__include: hamster_keyboards_iOS:/keyboards
"keyboard/colorSchemas":
#__include: hamster_keyboards_candy:/colorSchemas
__include: hamster_keyboards_iOS:/colorSchemas
"keyboard/chineseEnglishSwitchButtonIsOnLeftOfSpaceButton": false
"keyboard/disableSwipeLabel": false # 划动文本显示关闭
"keyboard/displayButtonBubbles": true # 显示按键气泡
"keyboard/displayClassifySymbolButton": false
"keyboard/displayInputMethodsSwitchKey": false # 显示系统输入法切换键
"keyboard/displaySemicolonButton": false
"keyboard/displaySpaceLeftButton": false
"keyboard/displaySpaceRightButton": false
#"keyboard/doubleTapThreshold": 0.300 # 双击空格输入句号间隔阈值(秒)
"keyboard/dynamicallyAdjustPositionOfKeyLabel": false # 动态调整按键文本显示位置
"keyboard/enableButtonUnderBorder": false # 显示按键底部边框
"keyboard/enableChineseWordSegmentationByShift": false # Shift中文分词
"keyboard/enableColorSchema": true
"keyboard/enableCommaButton": true
"keyboard/enableEmbeddedInputMode": true # 启用内嵌模式,建议调整工具栏高度40
"keyboard/enableInputPeriodBySpaceDoubleTap": false # 双击空格输入句号
#"keyboard/enableLoadingTextForSpaceButton": true # 启用空格加载文字
"keyboard/enableNineGridOfNumericKeyboard": false
"keyboard/enableRimeOptionState": true # 启用 RIME Option State
"keyboard/enableSpaceCursorDrag": true # 空格长按移动光标
"keyboard/enableSymbolKeyboard": false # 启用分类符号键盘
"keyboard/enableSystemClipboardListener": true
"keyboard/keyValueOfSpaceLeftButton": ","
"keyboard/keyValueOfSpaceRightButton": "。"
"keyboard/lockShiftState": false # Shift状态锁定
"keyboard/pairsOfSymbols":
[]
"keyboard/showUppercasedCharacterOnChineseKeyboard": true
"swipe/spaceDragSensitivity": 15 # 移动光标灵敏度
"keyboard/spaceLeftButtonProcessByRIME": true
"keyboard/spaceRightButtonProcessByRIME": true
"keyboard/style/fontFace":
- {url: "Arial-Bold.ttf"} # 英文字体
- {url: "Segoe UI Emoji.ttf"} # 表情符号
- {url: "SymbolsNerdFontMono-Regular.ttf"} # 符号字体
- {url: "LXGWWenKaiGBScreen.ttf"} # 常用中文
- {url: "98WB-0.otf"} # 中文增补
- {url: "98WB-1.otf"} # 中文增补
- {url: "98WB-2.otf"} # 中文增补
- {url: "98WB-3.otf"} # 中文增补
- {url: "98WB-U.otf"} # 中文增补
- {url: "98WB-V.otf"} # 中文增补
"keyboard/swipeLabelUpAndDownIrregularLayout": false # 不规则显示划动文本
"keyboard/swipeLabelUpAndDownLayout": true # 划动文本上下显示
"keyboard/upSwipeOnLeft": true # 上划显示位置-左上侧
"keyboard/useColorSchemaForDark": "iOS - Dark" # 暗色主题
"keyboard/useColorSchemaForLight": "iOS - Light" # 亮色主题
"keyboard/useKeyboardType": "iOS-中文" # 键盘布局
"rime/overrideDictFiles": true
"rime/switchSimplifiedOrTraditionalOption": simplification
"toolbar/candidateCommentFontSize": 11
"toolbar/candidateOnTop": true
"toolbar/candidateTextFontSize": 18
"toolbar/codingAreaFontSize": 12
"toolbar/displayCommentOfCandidate": true
"toolbar/displayIndexOfCandidate": false
"toolbar/heightOfCodingArea": 15
"toolbar/heightOfToolbar": 40
# 候选栏设置
"toolbar/displayAppIconButton": false # 显示应用图标-R
"toolbar/displayCommentOfCandidate": true # 显示候选Comment
"toolbar/displayIndexOfCandidate": false # 显示候选项序号
"toolbar/displayKeyboardDismissButton": false # 显示键盘收起图标
"toolbar/enableToolbar": true # 启用候选工具栏
"toolbar/swipePaging": true # 划动分页模式
# 声音与震动
"keyboard/enableHapticFeedback": true
"keyboard/enableKeySounds": false
"keyboard/hapticFeedbackIntensity": 1
"keyboard/hapticIntensity": 1.000