Replies: 2 comments 4 replies
-
I’m sorry, I don’t understand what this means. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Done in #800. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Latch modifiers are sometime used as built-in dead keys, so that:
However, layout projects usually want the exact same behavior on all OS, but the XKB latch behavior (often misunderstood) also acts as a set modifier, which is not the behavior of other OS.
We could propose a
Latch*
action option to disable the set behavior, e.g.noSet
. This option could also be extended to theLock*
actions.Note: #611 would be useful to fix too with a new option.
EDIT: See #800 for a fix.
@mahkoh @Jules-Bertholet
Beta Was this translation helpful? Give feedback.
All reactions