Skip to content
Discussion options

You must be logged in to vote

But is it possible at all to do key remappings / layout changes so that something that Ctrl-j is mapped to down and Ctrl-k is mapped to up?

Yes, you can map any keysym to any modifier combination, including Down and Up.

But you are going to face the issue #145: not all applications will ignore the consumed modifiers. So when pressing Ctrl-j, apps will get Down + Control modifier is active. Then is it up to each app to use the API correctly to see that Control is consumed and ignore it, so get actually only Down. Some respect that, lots do not (it may have changed, it’s difficult to follow).

So the answer is probably no with only libxkbcommon in its current state, because unless you chec…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@einarpersson
Comment options

Answer selected by einarpersson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants