========================================== Spyder 4.1.5 keyboard shortcuts (filtered) ========================================== First published at 2/15/2021 on https://defkey.com/spyder-4-1-5-shortcuts Spyder is an open-source integrated development environment for programming in Python language. It incorporates some of the scientific Python packages such as NumPy, SciPy, Matplotlib, pandas and IPython. Spyder can be extended with first-party and third-party plugins. General ------- Ctrl + Shift + F4 Close pane Ctrl + Shift + F12 Debug exit Ctrl + F10 Debug step over Ctrl + Alt + Shift + M Maximize pane Ctrl + Alt + Shift + P Preferences Alt + Shift + T Show toolbars Ctrl + Shift + B Switch to breakpoints Ctrl + Shift + E Switch to editor Ctrl + Alt + M Enter array line Console ------- Shift + Esc Clear line IPhyton console --------------- Ctrl + . Restart kernel Editor ------ Ctrl + 4 Block comment Ctrl + 5 Unblock comment Ctrl + Shift + W Close all Ctrl + C Copy Ctrl + Alt + Down arrow Duplicate line down Meta + E End of line Ctrl + ] Indent Alt + Left arrow Previous cursor position Ctrl + _ Split horizontally Last modified on (UTC): Wednesday, January 12, 2022 Defkey © All rights reserved.