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+comma and ctrl+period key mapping is not available in newer mintty #743

Closed
guansong opened this issue Feb 18, 2018 · 4 comments
Closed

Comments

@guansong
Copy link

Mintty used can do these key mapping as in xterm

                 Ctrl<Key>comma:                  string("\033[1;5l")\n\
                 Ctrl<Key>period:                 string("\033[1;5n")\n\

But it is not available recently. I noticed this in 2.8.3 git bash, later on when I upgrade my cygwin to 2.8.4

Is there an option to re-enable this?

Thanks.

@mintty
Copy link
Owner

mintty commented Feb 18, 2018

Hmm, that feature may have got lost with the introduction of the Compose key (which is e.g. a single Ctrl followed by two other characters, like Ctrl a e to enter æ. I'll check.

@mintty
Copy link
Owner

mintty commented Feb 23, 2018

No, it was 2.7.8:

now wininput.c line 1780.

@mintty
Copy link
Owner

mintty commented Apr 12, 2018

Released 2.8.5.

@mintty mintty closed this as completed Apr 12, 2018
@guansong
Copy link
Author

Just update to mintty 2.8.5, the problem is fixed. Thanks!

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

2 participants