Is it possible to unmap "Shift+Space" or map it to something else? #7284
-
|
Hello and thank you for your work and support! I tried to learn and use kitty, and I have a very important problem: I am using two custom keyboard layouts, rempas and rempas_el and in both of them, I have set "Shift+Space" to produce a backspace character. Kitty uses this to create a new prompt line (I don't know how to call it) and I tried map that to Is there any way to change that behavior? |
Beta Was this translation helpful? Give feedback.
Answered by
kovidgoyal
Mar 30, 2024
Replies: 1 comment 3 replies
-
|
kitty does not create prompt lines. That would be the shell running
inside kitty. And you can unmap any keys you like in kitty, see the docs
for how to do that.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kitty uses libxkbcommon to real all key input. If you want to remap keys you need to do it using something that works with libxkbcommon, whichis the standard way to process keys on linux. Run kitty with --debug-input and you will see what events it receives.