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

PsReadLine key handlers not working #126

Open
akselkvitberg opened this issue Nov 13, 2018 · 4 comments
Open

PsReadLine key handlers not working #126

akselkvitberg opened this issue Nov 13, 2018 · 4 comments

Comments

@akselkvitberg
Copy link

I use Powershell Core 6.1.0 with PsReadline 2.0.0.
Some shortcuts does work, some does not:

Some that works:

Backspace        BackwardDeleteChar
Ctrl+h           BackwardDeleteChar
Ctrl+Home        BackwardDeleteLine
Ctrl+End         ForwardDeleteLine
Shift+Insert     Paste
Ctrl+LeftArrow   BackwardWord
Ctrl+r           ReverseSearchHistory
Tab              MenuComplete

Some that does not work:

Shift+Enter      AddLine
Ctrl+Backspace   BackwardKillWord 
Ctrl+Enter       InsertLineAbove
Shift+Ctrl+Enter InsertLineBelow
Ctrl+Space       MenuComplete
Ctrl+a           SelectAll
@pingzing
Copy link

Just noticed this myself. Same PSCore and PSReadline versions, and the same handlers aren't working for me.

@akselkvitberg
Copy link
Author

This might be a problem with xterm as I can reproduce it in Terminus as well (but using both xterm and hterm implementations, so perhaps it's just a similar issue)

@msvaillant
Copy link

I also see such behaviour

@paulovila
Copy link

Same issue, I can't use PSReadline

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

4 participants