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

Ctrl-Left and Ctrl-Down send strange key combinations #56

Closed
koterpillar opened this issue Mar 15, 2017 · 0 comments
Closed

Ctrl-Left and Ctrl-Down send strange key combinations #56

koterpillar opened this issue Mar 15, 2017 · 0 comments

Comments

@koterpillar
Copy link

For Ctrl-Left and Ctrl-Down, Kitty sends key combinations that are out of alignment with the rest of the keys.

Here's the output from pressing Ctrl-Up, Ctrl-Down, Ctrl-Left and Ctrl-Right.

Kitty:

$ sed -n l
^[[1;5A
\033[1;5A$
^J
^J$
^H
^H$
^[[1;5C
\033[1;5C$ 

XTerm, Gnome Terminal and Termite:

$ sed -n l
^[[1;5A
\033[1;5A$
^[[1;5B
\033[1;5B$
^[[1;5D
\033[1;5D$
^[[1;5C
\033[1;5C$

This is Linux, X11, running under XMonad.

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