Skip to content

PRESERVE_CASE on a single popup key #2378

@Roccobot

Description

@Roccobot

I'm trying to configure a single popup key with modifier "labelFlags": 65536. While this works flawlessly at a key level (applied to all its popup keys), the same is not true if you try to make the same work for a specific key.

Example:
{ "label": "a", "width" : 0.096, "popup": { "relevant": [ { "label": "test", "labelFlags": 65536 } ] } }, …etc.

the flag is ignored (JSON is correctly parsed, the modifier just does't work).

Am I correct in assuming this should work and that the current behavior is a bug?
f not, I'll convert this into a feature request.

Expected behavior
Just the popup key with "labelFlags": 65536 ignores the current keyboard-wise case.

App version
3.8

Device:

  • Xiaomi 15
  • OS: HyperOS 3.0.9.0 (Android 16)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions