Is there any plan to add insert action just like Powershell? #9313

Closed
opened 2026-01-31 01:51:29 +00:00 by claunia · 2 comments
Owner

Originally created by @er-mao on GitHub (Jun 28, 2020).

Just like this:

Set-PSReadLineKeyHandler -Chord Ctrl+Shift+D -ScriptBlock {
    [Microsoft.PowerShell.PSConsoleReadLine]::Insert('Get-PhysicalDsk')
}
Originally created by @er-mao on GitHub (Jun 28, 2020). Just like this: ``` Set-PSReadLineKeyHandler -Chord Ctrl+Shift+D -ScriptBlock { [Microsoft.PowerShell.PSConsoleReadLine]::Insert('Get-PhysicalDsk') } ```
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 01:51:29 +00:00
Author
Owner

@DHowett commented on GitHub (Jun 29, 2020):

Yep! This is a /dup of #3799.

@DHowett commented on GitHub (Jun 29, 2020): Yep! This is a /dup of #3799.
Author
Owner

@ghost commented on GitHub (Jun 29, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Jun 29, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9313