Hotkeys
About PowerShell Universal desktop hotkeys.
Last updated
About PowerShell Universal desktop hotkeys.
Last updated
New-PSUHotkey -Key I -ModifierKey Ctrl -Script 'MyScript.ps1'New-PSUHotkey -Key I -ModifierKey Ctrl -Script 'MyScript.ps1' -Environment 'pwsh'param($Parameter1)New-PSUHotkey -Key I -ModifierKey Ctrl -Script 'MyScript.ps1' -Parameter1 'Test'