Key bindings on Manjaro Sway

Hi,
I’m having trouble with keybindings on my recent (today) fresh Manjaro Sway installation.
I use a french keyboard, and I have :

input type:keyboard {
	xkb_layout "fr"
    xkb_numlock enable
}

in my config file. But for some reason keybinds are considered like if I was using qwerty.
For instance, kill is set with

$bindsym $mod+Shift+q kill

But I have to press $mod+Shift+a in order to trigger the kill command.
Except bindings, everything works fine, in azerty.
Am I missing something ? something to add in the config file to tell Sway that I’m using an azerty keyboard for bindings ?

Thanks

Ok sorry I’m stupid, it was due to the option --to-code added to the definition $bindsym, my bad…

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.