Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1002 Bytes

IdleShortcuts.md

File metadata and controls

35 lines (19 loc) · 1002 Bytes

IDLE Shortcuts

Following are some idle shortcuts that help to rewrite code on idle

1. Tab Completion: 

Type some code and then press the TAB key. IDLE will offer suggestions to help you complete your statement.

2. Recall Code Statement: 

  Press Alt-P to recall the previous code statement entered IDLE or press Alt-N to move to the next code statement.

3.  Edit Recalled Code

  Once you recall your code statement, you can edit it and move around the statement using the arrow keys.   It’s possible to edit any statement that you’ve previously entered, even code statements that span multiple lines.

4.  Adjust Idle Preference

just click on options and click on configure idle there

  1. Font/tab

  - Here select one appropriate font according to your need you also select the size of text

  1. highlight

 - Select a highlighting theme

  1. keys 

 - Here you can add your own shortcut keys.

  1. General 
  • You can change the window size