==================================================== Windows PowerShell ISE keyboard shortcuts (filtered) ==================================================== First published at 7/25/2018 on https://defkey.com/windows-powershell-ise-shortcuts Windows PowerShell ISE allows users to write, test, run, and debug scripts in a Windows-based graphic user interface with features like multi-line editing, syntax coloring, selective execution, etc. Windows PowerShell ISE can be started by typing "Windows PowerShell ISE" in the Start Menu or typing powershell_ise.exe in the Run box. Editing text ------------ Ctrl + C (Script pane, Command Pane, Output Pane) Copy Ctrl + X (Script pane) Cut Ctrl + M (Script pane) Expand or Collapse Outlining Ctrl + F (Script pane) Find in Script Shift + F3 (Script pane) Find Previous in Script Ctrl + ] (Script pane) Find Matching Brace Ctrl + V (Script pane, Command Pane) Paste Ctrl + Y (Script pane, Command Pane) Redo Ctrl + J (Script pane, Command Pane) Show Snippets Running scripts --------------- Ctrl + N New F5 Run F8 Run Selection Ctrl + Tab Tab (to next script). Note: Tab to next script works only when you have a single Windows PowerShell tab open, or when you have more than one Windows PowerShell tab open, but the focus is in the Script Pane. Customizing the view --------------------   These shortcuts are available from the all panes in the Windows PowerShell ISE Ctrl + Shift + O Go to Output Pane (v2 only) Ctrl + I Go to Script Pane Ctrl + R Show Script Pane Ctrl + 2 Move Script Pane Right Script debugging ----------------   Use these keyboard shortcuts on Script Pane, when debugging a script. F9 Toggle Breakpoint Enter Repeat Last Command (for Step Into or Step Over) Windows PowerShell tabs ----------------------- Ctrl + T New PowerShell Tab Last modified on (UTC): Monday, November 11, 2019 Defkey © All rights reserved.