Hotkeys
About PowerShell Universal desktop hotkeys.
Last updated
Was this helpful?
About PowerShell Universal desktop hotkeys.
Last updated
Was this helpful?
Was this helpful?
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'