Python Forum
How can I make a short-key in Spyder (Python IDE)?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I make a short-key in Spyder (Python IDE)?
#1
Can I make a short key, by either creating some keyboard combination or by an actual button click somewhere in the Spyder IDE for making the following actions:

1) clear my console pane
2) clear all variable from Variable Explorer
3) close all open figure

THANKS !!!
Reply
#2
CTRL-SHIFT-W closes all plots

The little eraser icon at the top of the variable window clears variables. I don't see a shortcut for that.

Typings cls in the console will clear it. For a shortcut key, use CTRL-L.
Reply
#3
(Nov-01-2020, 08:18 PM)jefsummers Wrote: CTRL-SHIFT-W closes all plots

The little eraser icon at the top of the variable window clears variables. I don't see a shortcut for that.

Typings cls in the console will clear it. For a shortcut key, use CTRL-L.

Thank you. I've meant how can this done with a single click? I want to be able clear all the above mentioned THREE domains with a single click of a button on some custom made short-key, or with some custom made keyboard combo...like CTRL+D (just as an example).
Reply
#4
It looks like not yet. Spyder 5 is slated for release end of this year. Maybe with that.

Then of course is the debate https://xkcd.com/378/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Short code for EventGhost not working Patricia 8 3,584 Feb-09-2021, 07:49 PM
Last Post: Patricia
  How can I scroll over my data points when creating plots in Python? (I'm using Spyder moose 0 1,582 Nov-02-2020, 07:18 AM
Last Post: moose
  Python coding in Spyder IDE fl4m3 0 2,392 Sep-26-2020, 07:03 PM
Last Post: fl4m3
  Short font question Pizzas391 9 3,218 Nov-27-2019, 05:57 PM
Last Post: ichabod801
  python variable issues - using spyder and opencv Afrodizzyjack 5 5,712 Jun-19-2018, 09:46 AM
Last Post: gontajones
  Spyder IDE - make variable explorer to follow the color scheme of the Editor Antonio 0 5,395 May-05-2018, 10:20 PM
Last Post: Antonio
  Python-Spyder error opening integrak20 0 3,632 Oct-20-2017, 05:44 AM
Last Post: integrak20
  float.hex() is one bit short Skaperen 4 4,059 Jul-26-2017, 03:53 AM
Last Post: Skaperen
  short way to combine tuples and int's Annie 6 4,488 Jun-16-2017, 02:35 AM
Last Post: Annie
  Issue in launching spyder that was installed using pip install on Python 3.6.1 python300 6 10,994 Jun-02-2017, 10:44 PM
Last Post: python300

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020