What I would like to do:
I would like to modify/create keyboard shortcuts in Spyder to 1) clear the console (regardless of where my cursor is!), and 2) reset the variable explorer.
What I have done so far:
So far I am able to do these as follows:
- clear the console:
- enter
%clearin the console ctrl + Lwhen my cursor is in the consolecmd + Lwhen my cursor is in the console
- reset the variable explorer
- enter
%resetin the console
I have been able to modify other keyboard shortcuts via Tools > Preferences > Keyboard shortcuts as described in another SO question. However, I haven't been able to modify/create the shortcuts for %clear and %reset.
Software Versions/OS:
I am running Spyder 5 with Python 3.9 on a MacBook OS BigSur 11.3.
Thank you for your help!
