kitty shortcut ctrl+shift issue #8416
Unanswered
christos-stamatis
asked this question in
Q&A
Replies: 4 comments 4 replies
-
Run kitty with --debug-input and you will see what the OS is actually
sending kitty when you press those keys.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This is the output when I try to use the default ctrl+l_shift+enter |
Beta Was this translation helpful? Give feedback.
0 replies
-
On Sat, Mar 08, 2025 at 07:52:11PM -0800, Christos Stamatis wrote:
This is the output when I try to use the default ctrl+l_shift+enter

That is just showing you pressing ctrl and shift not a full shortcut.
Press teh full shortcut that is not working.
|
Beta Was this translation helpful? Give feedback.
4 replies
-
According to the debug output the release event for L_SHIFT is last,
after the release events for the other two keys. Sadly the keyboard
handling space in Linux is an absolute clusterfuck of half baked and
incompatible solutions, by the dozen, so I cant really tell you where
to look other than start by disabling any IME and then set the keyboard
layout to astandard us 101 and then look for any system level key
mangling software thats running.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
A few days ago i installed kitty alongside my Konsole terminal to get to know it a bit better(kitty). For some reason some shortcuts work only with the right shift key but not the left shift key. For example to open a new kitty window inside the OS window l_ctrl+ l_shift+enter does not work only l_ctrl+ r_shift+enter. On the contrary l_ctrl+ l_shift(or r_shift)+w to close a kitty window works with either. I have Fedora 41 with KDE. Any ideas as to why this might be happening or how can I fix it?
Beta Was this translation helpful? Give feedback.
All reactions