Skip to content

Some keybindings used by PSReadLine aren't getting through #879

@DJackman123

Description

@DJackman123

Environment

Windows build number: 10.0.18362.86
Windows Terminal version (if applicable): 0.1.1361.0

Any other software?

Steps to reproduce

Open a PowerShell tab in Windows Terminal. Attempt to use these PSReadLine key bindings (use the Get-PSReadLineKeyHandler command to see a list of all key bindings):

  • Ctrl+Backspace (BackwardKillWord)
  • Shift+Ctrl+Enter (InsertLineBelow)
  • Ctrl+Space (MenuComplete)
  • Shift+Tab (TabCompletePrevious)
  • Alt+0 (DigitArgument) (and other digits)
  • PageDown (ScrollDisplayDown)
  • Ctrl+PageDown (ScrollDisplayDownLine)
  • PageUp (ScrollDisplayUp)
  • Ctrl+PageUp (ScrollDisplayUpLine)
  • Ctrl+Alt+? (ShowKeyBindings)
  • Alt+? (WhatIsKey)

Expected behavior

Key executes the specified PSReadLine function.

Actual behavior

Nothing happens (or the current tab changes in the case of Alt+digit)

Metadata

Metadata

Assignees

Labels

Area-InputRelated to input processing (key presses, mouse, etc.)Area-VTVirtual Terminal sequence supportIssue-BugIt either shouldn't be doing this or needs an investigation.Issue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Priority-0Bugs that we consider release-blocking/recall-class (P0)Product-TerminalThe new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions