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

Issue keybind "Alt ö" not working #3718

Open
Conando025 opened this issue Nov 1, 2024 · 0 comments
Open

Issue keybind "Alt ö" not working #3718

Conando025 opened this issue Nov 1, 2024 · 0 comments

Comments

@Conando025
Copy link

2. Issues with the Zellij Input

Issue description

I use a German keyboard and find that navigating with jklö is more comfortable than hjkl. I use "ö" and "Ö" elsewhere in the config and they work fine but for some reason when combined with a modifier key (I also tested that the same issue occurs with ctrl) the action just isn't handled. The UI correctly displays Alt+ö but when I enter the key combination it is just being passed through to the terminal.

Minimal reproduction

config:

keybinds {
	shared_except "locked" {
                bind "Alt ö"{ MoveFocusOrTab "Right"; }
	}
}

Other relevant information

zellij version: 0.40.1
install method: Cargo

I also tried:
Not working: "Ctrl ö" "Alt ß"
Working: "Alt +" "Alt p" "Alt -" "Alt #"

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

No branches or pull requests

1 participant