Skip to content
Discussion options

You must be logged in to vote

It works like in Sway.

  • If you use bindsym you are binding a particular realization of a key press according to the current layout, which means for different layouts, the key press generates a different symbol, and that is why they "don't work".
  • To void this, you can use bindcode. It assigns a particular combination of physical key presses to the command, regardless of your layout. You need wev or a similar tool to see what number corresponds to a key press combination. You can also use variables to avoid impossible to understand key bindings, for example assigning the numeric code to something more meaningful.
  • bindsym accepts a --to-code argument. that is a "hybrid" mode between the two …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GGshcka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants