PSReadLine
De PSReadLine-module bevat cmdlets waarmee u de opdrachtregelbewerkingsomgeving in PowerShell kunt aanpassen.
Er zijn veel updates voor PSReadLine sinds de versie die wordt geleverd in Windows PowerShell 5.1.
- v2.3.5 is voor het eerst verzonden in PowerShell 7.4.2 en 7.5.0-preview.3
- v2.3.4 eerst verzonden in PowerShell 7.4.0-rc.1
- v2.2.6 is voor het eerst verzonden in PowerShell 7.3.0
- v2.1.0 is voor het eerst verzonden in PowerShell 7.2.5
- v2.0.4 is voor het eerst verzonden in PowerShell 7.0.11
- v2.0.0 wordt geleverd in Windows PowerShell 5.1
Zie about_PSReadLine_Release_Notes voor meer informatie over versieverschillen.
Deze artikelen document versie 2.3.5 van PSReadLine.
Notitie
Vanaf PowerShell 7.0 slaat PowerShell PSReadLine automatisch laden in Windows over als er een schermlezerprogramma wordt gedetecteerd. Momenteel werkt PSReadLine niet goed met de schermlezers. De standaardweergave en -opmaak van PowerShell 7.0 in Windows werken goed. U kunt de module indien nodig handmatig laden.
PSReadLine
Get-PSReadLineKeyHandler |
Gets the key bindings for the PSReadLine module. |
Get-PSReadLineOption |
Gets values for the options that can be configured. |
PSConsoleHostReadLine |
This function is the main entry point for PSReadLine. |
Remove-PSReadLineKeyHandler |
Removes a key binding. |
Set-PSReadLineKeyHandler |
Binds keys to user-defined or PSReadLine key handler functions. |
Set-PSReadLineOption |
Customizes the behavior of command line editing in PSReadLine. |