You are not logged in.

#1 2023-09-11 13:12:34

acetofilippo
Member
Registered: 2022-12-28
Posts: 21

keyboard layout on wayland

Hi, i have an installation of archlinux with Hyprland and waybar.

in hyprland.conf i have

input {
    kb_layout = us,it
    kb_variant = intl
    kb_model = pc105
    kb_options =
    kb_rules =
    follow_mouse = 1
    touchpad {
        natural_scroll = false
    }
    sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}

but i` m not able to digit accents pressing the backtick.

How can i resolve this?

Thanks!!!

Offline

#2 2023-09-11 15:18:18

Ferdinand
Member
From: Norway
Registered: 2020-01-02
Posts: 338

Re: keyboard layout on wayland

It may be possible to tweak the keyboard definition to get it right, but that's beyond me tongue

Hyprland has quite a powerful bind feature that more than likely can fix this.

Also, there's a number of input remap utilities that work with Wayland, that also may be useful (even one with a GUI smile)

Offline

#3 2023-09-11 19:17:51

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: keyboard layout on wayland

us intl has

key <TLDE> { [dead_grave, dead_tilde,         grave,       asciitilde ] };

but basic italian has

key <BKSL>	{ [    ugrave,    section,   dead_grave,   dead_breve ] };

Depending on which layout is active you'l have to use AltGr+ù for a dead grave accent.

Did you try the behavior w/ only one layout?
What does the backtick do otherwise? Immediately print a backtick?

Offline

Board footer

Powered by FluxBB