Michael David Watson
Michael David Watson

Reputation: 3071

Navigate Python Script in IDLE without Arrow Keys

Similar to Emacs C-f, C-b, C-p, C-n, is there a way to navigate a .py script in IDLE without using the arrow keys? When I go to configure IDLE I don't see any key bindings for this.

*Please don't just leave a smug comment such as 'Why are you using IDLE in the first place?'

Upvotes: 0

Views: 307

Answers (1)

jh314
jh314

Reputation: 27812

You can configure IDLE this way:

  1. Open up the menu item Options -> Configure IDLE...
  2. Go to Keys tab
  3. In the drop down menu on the right side of the dialog change the select to "IDLE Classic Unix"

Upvotes: 2

Related Questions