Skip to content

[Bug]: Turning off the compose key break the touchpad(Arrow/Directional keys) #104

@OilSubjectLoss7

Description

@OilSubjectLoss7

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

  1. Open Cleverkeys.
  2. Configure Extra Key
  3. Uncheck Compose
  4. Go to termux.
  5. 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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneural

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions