Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

keyboard short cut for accessing previous statements in python IDLE using a Mac

Is there a keyboard short cut for accessing previous statements in python IDLE? I am using a Mac

Thanks

like image 578
Lana Avatar asked Jan 13 '11 02:01

Lana


1 Answers

On Windows this hotkey is alt-p.

However, assuming IDLE has options in Mac ;) you should be able to find out by going to Options->Configure IDLE. Then look in the Keys tab and under Custom Key Bindings, look for "history-previous".

That should tell you what you need to know.

like image 71
William Avatar answered Sep 17 '22 15:09

William