Garrett
Garrett

Reputation: 4404

Shortcut for opening current object in Object Inspector

I believe there is a shortcut in Spyder to open the current object (i.e. the object where the flashing text cursor is) in the Object Inspector.

What is it?

Upvotes: 3

Views: 5680

Answers (1)

Finn Årup Nielsen
Finn Årup Nielsen

Reputation: 6726

Do you mean "inspect current object"? The default in the console is Ctrl+I.

Menu -> Tools -> Preferences -> Keyboard shortcuts and then find the name in the table in the right part of the window.

Upvotes: 2

Related Questions