YaLTeR / niri

A scrollable-tiling Wayland compositor.
https://matrix.to/#/#niri:matrix.org
GNU General Public License v3.0
3.58k stars 105 forks source link

Mod + Shift + / fails on fr keyboard #498

Closed CaptainBloodz closed 3 months ago

CaptainBloodz commented 3 months ago

System Information

Using

input { keyboard { xkb { // You can set rules, model, layout, variant and options. // For more information, see xkeyboard-config(7).

        // For example:
        // layout "us,ru"
        layout "fr"
        // options "grp:win_space_toggle,compose:ralt,ctrl:nocaps"
    }
}

Changing / to Question has the same issue, whether TTY or winit window.

YaLTeR commented 3 months ago

Fails how?

CaptainBloodz commented 3 months ago

It doesn't trigger anything, whereas shortkeys menu shown at the beginning ot the session it expected to pop up again.

// Mod-Shift-/, which is usually the same as Mod-?,
// shows a list of important hotkeys.
Mod+Shift+Slash { show-hotkey-overlay; }
YaLTeR commented 3 months ago

I guess it's some other key on the french layout, idk. Check with wev what it says when you press the key that you expect to be slash or question mark. Maybe you need to remove Shift

CaptainBloodz commented 3 months ago

Mod+Shift+Colon { show-hotkey-overlay; }

Is the way with fr keyword. where / is shifted, colon unshifted.

Thks

CaptainBloodz commented 3 months ago

Mod+Shift+Colon appears as Mod+Shift+colon where Colon is expected as in Slash