-
Notifications
You must be signed in to change notification settings - Fork 256
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
摘要 / Summary
现在键盘的触感反馈类型是 HapticFeedbackConstants.KEYBOARD_TAP ,但是我在实际使用时感觉震动的强度过高,比手机自带的输入法和 Gboard 都更高。我发现 Gboard 所使用的触感反馈类型是KEYBOARD_RELEASE,关于这个问题有没有什么说法?
重现步骤 / Steps to Reproduce
- 使用
adb logcat读取日志 - 在 fcitx5-android 中启用按键时振动,设置按键振动时长为系统默认,按下一个按键
- 在 Gboard 中启用按键触感反馈,设置触感反馈强度为系统默认,按下一个按键
预期行为 / Expected Behavior
在 fcitx5-android 中按下一个按键时,输出
HapticFeedbackUtil: 3,2,true
在 Gboard 中按下一个按键时,输出
HapticFeedbackUtil: 7,2,true
日志 / Log
No response
截图 / Screenshot
No response
附加信息 / Additional Context
No response
系统版本 / OS Version
Xiaomi HyperOS 1.0.18.0.UNLCNXM
应用版本 / App Version
0.1.0-0-g78c03d12-release
插件版本 / Plugins Version
No response
ouuan
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested