Adjust trime to v3.2.6

This commit is contained in:
Soundwave 2022-04-25 11:01:56 +08:00
parent ab2736c885
commit d2ac2c4716
1 changed files with 11 additions and 2 deletions

View File

@ -368,6 +368,8 @@ liquid_keyboard:
# 目前只能直接写参数不支持变量或者fallback机制。
# 缺少参数时自动从style中加载参数。除非需要指定liquid_keyboard使用与主键盘不同的背景色、背景图否则不应设置被注释掉的参数。
author: "tumuyan"
# row: 6 # 每屏最多显示多少行按键
# row_land: 5 # 横屏每屏最多显示多少行按键
height: 50
key_height: 50 # 按键高度
key_height_land: 40 # 横屏模式按键高度
@ -375,11 +377,15 @@ liquid_keyboard:
vertical_gap: 1 # 纵向按键间隙
margin_x: 0.5 # 左右按键间隙的1/2
key_text_size: 20
keyboards: [emoji, hand, animal, exit, math, ascii, cn, clipboard, history, exit, list, table, symbol, ids, pinyin, jp, unit, exit, grease, rusa, korea, lation, yinbiao, exit] # tab列表
# tab 列表
keyboards: [draft, emoji, hand, animal, exit, math, tabs, ascii, cn, clipboard, history, exit, list, table, symbol, ids, pinyin, jp, unit, exit, grease, rusa, korea, lation, yinbiao, exit]
exit:
name: 返回
type: NO_KEY
keys: EXIT
tabs:
name: 更多
type: TABS
emoji:
name: 表情
type: SINGLE
@ -395,6 +401,9 @@ liquid_keyboard:
clipboard:
type: CLIPBOARD
name: 剪贴
draft:
type: DRAFT
name: 草稿
history:
name: 最近
type: HISTORY
@ -593,7 +602,7 @@ preset_keys:
Tab: {label: "↹", preview: '↹', functional: false, repeatable: false, text: ' '}
Shift_L: {label: ⇧, send: Shift_L, shift_lock: ascii_long}
# Shift_L: {label: Shift, send: Shift_L, shift_lock: ascii_long}
ShiftSelect: {label: '☩', preview: '☩', send: Shift_L, shift_lock: ascii_long}
ShiftSelect: {label: '☩', preview: '☩', send: Shift_L, shift_lock: click}
# Shift1: {label: ☩, functional: false, preview: '☩', send: Shift_L, shift_lock: click}
Return: {label: ↵, send: Return}
Hide: {label: hide, send: BACK}