Alt+` is not recognised on german keyboard #11615
Replies: 5 comments
-
As a workaround you could try rebinding the keys to not use Alt. I'm using these on a German keyboard layout: "´" = "switch_to_lowercase"
"`" = "switch_to_uppercase" |
Beta Was this translation helpful? Give feedback.
-
Do these key sequences work in other tui programs (your shell, nvim)? Kitty should just forward us the keycode there isn't too me for us to do |
Beta Was this translation helpful? Give feedback.
-
Hi, I use this environment variable, and helix’s `Alt+`` works as expected:
In order to write letters with accents like
In order to type an
Also, I prefer these settings for writing code with ticks and backticks. |
Beta Was this translation helpful? Give feedback.
-
I tried binding Alt-` to a command in Neovim and it doesn't work either. The solution from @Brixy works well as it removes the requirement to do two keystrokes to type a backtick. |
Beta Was this translation helpful? Give feedback.
-
Hi, all, thanks for discussion so far. I have same issue in Windows, is there any possible solution on Windows? Thanks so much. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Typing a simple backtick ` on a german keyboard requires three keystrokes: Shift+', Space. Helix recognises this. However, when I try to input a backtick with Alt, it doesn't work anymore. Only the backtick is recognised.
Reproduction Steps
I tried this:
hx
i
hElLo woRLd
<Esc>
x
Shift+Alt+', Space
/Shift+Alt+', Alt+Space
/Shift+Alt+', Shift+Alt+Space
I expected this to happen:
With default keybinds, all the characters in the text
hElLo woRLd
should be uppercased:HELLO WORLD
.Instead, this happened:
The text is lowercased instead. Alt+` seems to be recognised as `.
Helix log
~/.cache/helix/helix.log
Platform
Arch Linux
Terminal Emulator
kitty 0.31.0
Installation Method
Arch extra repository through pacman
Helix Version
Helix 23.10-1
Beta Was this translation helpful? Give feedback.
All reactions