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

Alt modifier not send with back space #47

Closed
accountgit opened this issue Feb 3, 2017 · 3 comments
Closed

Alt modifier not send with back space #47

accountgit opened this issue Feb 3, 2017 · 3 comments

Comments

@accountgit
Copy link

Backspace with any modifier always is send as back space.

$ showkey -a
^? 127 0177 0x7f -> alone
^? 127 0177 0x7f -> with ctrl
^? 127 0177 0x7f -> with Alt
^? 127 0177 0x7f -> with ctrl + alt

I have it bound to delete word in bash and only can make it work (one at a time) with Esc + backspace.
Esc + backspace, esc + backspace, esc +backspace,... works.
esc+backspace + backspace+backspace doesnt' work either.

@sedwards2009
Copy link
Owner

sedwards2009 commented Feb 3, 2017

Which terminal emulator have you previously been using?

This is what I see on Konsole:

^?      127 0177 0x7f <- Backspace

^[^?     27 0033 0x1b <- Alt + Backspace
         127 0177 0x7f

^?      127 0177 0x7f <- Ctrl + Backspace
 
^[^?     27 0033 0x1b <- Ctrl + Alt + Backspace
        127 0177 0x7f

@accountgit
Copy link
Author

Konsole, as you tested.

sedwards2009 added a commit that referenced this issue Feb 3, 2017
@sedwards2009
Copy link
Owner

It is now the same as Konsole and other Gnome VTE terminals with regards to the backspace key.

It will be in the next release, probably later today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants