基于 咖啡 提供的 极简·蓝 修改
在 /custom-1 文件夹中,分亮、暗两个主题;横屏、竖屏、浮动键盘三种模式。
目前仅在 iPad 上测试,iPhone 上的效果未知。
如果使用的是全拼输入法,请将 pinyin_26_**.yaml 文件中
shiftButton:
size:
width:
percentage: 0.15
height:
percentage: 1
bounds:
width: 95/100
height:
percentage: 1
alignment: left
backgroundStyle: shiftButtonBackgroundStyle
foregroundStyle:
- shiftButtonForegroundStyle
- shiftButtonUpForegroundStyle
- shiftButtonDownForegroundStyle
uppercasedStateForegroundStyle: shiftButtonUppercasedForegroundStyle
capsLockedStateForegroundStyle: shiftButtonCapsLockedForegroundStyle
preeditStateForegroundStyle: shiftButtonPreeditStateForegroundStyle
hintStyle: shiftButtonHintStyle
action: shift
swipeUpAction: tab
swipeDownAction: {shortcutCommand: '#capsLocked'}
preeditStateAction: {character: ';'} # 微软双拼中的分号;如果是全拼,可以改成 `'` 分词符把 preeditStateAction: {character: ';'} 改为 preeditStateAction: {character: "'"}
即可在输入过程中按 shift 键当分词符 ' 键
'



