-
-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working