On Dec 16, 4:47 pm, [EMAIL PROTECTED] wrote:
> I'm using IDLE for my  Python programming. I can't seem to solve one
> issue though. Whenever I try to indent a region of code, I simply
> select it and hit the tab key, as I usually do in most editors, like
> GEdit or Geany on Linux, for instance, and it works fine. But, if I
> try to unindent a region of code, which i would do by pressing Shift-
> Tab in other editors, it just won't work, and I can't find any
> combination that will.
>
> Anybody know if this operation is possible at all with IDLE, and if it
> is, what's the combination of keys?
>
In IDLE 1.2.1 (Windows) the keys are ctrl-] or tab for indent and ctrl-
[ for dedent. You can change them in Options->Configure IDLE...->Keys.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to