mirror of
https://github.com/swaywm/sway.git
synced 2025-11-03 09:01:43 -05:00
bindsym: consider xkb_rule_names for --to-code
This commit is contained in:
parent
d27a5e1cb0
commit
ddf63ffabe
5 changed files with 40 additions and 31 deletions
|
|
@ -48,7 +48,7 @@ static void retranslate_keysyms(struct input_config *input_config) {
|
|||
if (ic->xkb_layout) {
|
||||
// this is the first config with xkb_layout
|
||||
if (ic->identifier == input_config->identifier) {
|
||||
translate_keysyms(ic->xkb_layout);
|
||||
translate_keysyms(ic);
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue