Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: how to register information for custom xkb keyboard layout using hyprland/language module #3889

Open
GscheadaHamme opened this issue Jan 17, 2025 · 0 comments

Comments

@GscheadaHamme
Copy link

I created a custom xkb keyboard layout at ~/.xkb/symbols/de_custom:

default partial modifier_keys
xkb_symbols "basic" {
    include "de(basic)"
    name[Group1] = "German, right widows key set to menu";
    key <RWIN> {[ Menu ]};
};

partial modifier_keys
xkb_symbols "nodeadkeys" {
    include "de(nodeadkeys)"
    name[Group1] = "German (no dead keys), set right widows key to menu";
    key <RWIN> {[ Menu ]};
};

Sadly, no information is shown in the waybar when I activate this layout, for each variant.
How can I provide the information needed for the module?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant