-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
CleverKeys Version
v1.2.9
Device Information
Android Phone
Android Version
Android 15
Bug Category
Other
Bug Description
1.Using the Dpad is broken if the Compose button is disabled.
2. Any directional keys are broken if you dont pair it with the Compose key.
Steps to Reproduce
- Open Cleverkeys.
- Configure Extra Key
- Uncheck Compose
- Go to termux.
- Try Alt+Up or Alt+Down to do Search history token. It won't work it will fallback to Up or Down insted
Neural Configuration (if applicable)
Logs
Troubleshooting Steps
- I have restarted the CleverKeys app
- I have tried disabling and re-enabling the keyboard
- I have checked if this happens with neural predictions disabled
- I have tried clearing the app cache/data (if safe to do so)
Additional Context
As I stated before, any key with Dpad is broken not just the dedicated Trackpad mode key.
<row>
<key width="1.2" c="" n="up" s="down"/>
<key width="1.2" c="" w="right" e="left"/>
</row>
you have to pair it with Compose key
<row>
<key width="1.2" c="Compose" n="up" s="down"/>
<key width="1.2" c="Compose" w="right" e="left"/>
</row>
Reactions are currently unavailable