Skip to content

[BUG] Workspace keybindings doesn't work on fr layout with us variant #1653

@Lynux2142

Description

@Lynux2142

Describe the bug

When layout is set to 'fr' and variant to 'us', workspace keybindings doesn't work.

Steps to reproduce

~/.config/hypr/input.lua

hl.config({
    input = {
        kb_layout  = "fr",
        kb_variant = "us",
        kb_model   = "",
        kb_options = "",
        kb_rules   = "",

        follow_mouse = 1,

        sensitivity = 0, -- -1.0 - 1.0, 0 means no modification.

        touchpad = {
            natural_scroll = false,
        },
    },
})

Expected behavior

I use the "fr" layout with the "us" variant to configure my keyboard in QWERTY, but with the ability to enter accented letters.

Screenshots

No response

Distribution

Arch Linux

If Other, specify

No response

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions