Issue 1562092: IDLE: Dedent with Italian keyboard (original) (raw)

Issue1562092

Created on 2006-09-20 11:01 by neclepsio82, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg29881 - (view) Author: neclepsio (neclepsio82) Date: 2006-09-20 11:01
In IDLE, with an Italian keyboard, it's impossible to dedent the text without using the menu, because the shortcut Ctrl+] cannot be typed. In fact, with an Italian keybaord, the ] is typed with Ctrl+Alt++. While indent can be achieved with Tab, so that's no problem, dedent is only accesible from menu: I suggest you to shortcut it as Shift+Tab too, like many other IDEs. Thank you Ignazio
msg29882 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2006-10-15 17:38
Logged In: YES user_id=149084 While I agree with your suggestion about Shift+Tab, in the meantime is it possible for you to create a custom key assignment in Options / Configure IDLE and use the Keys tab to re-assign the dedent?
msg84291 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-03-27 23:37
Shift+Tab does look better to me too. But, one can change the default shortcut like Kurt mentioned. Are IDLE users ready to have the default dedent shortcut changed ?
msg84393 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-03-29 13:16
Closing in favour of 694339.
History
Date User Action Args
2022-04-11 14:56:20 admin set github: 43996
2009-03-29 13:16:10 gpolo set status: open -> closedresolution: duplicatesuperseder: IDLE: Dedenting with Shift+Tabmessages: +
2009-03-27 23:37:59 gpolo set nosy: + gpolomessages: +
2006-09-20 11:01:34 neclepsio82 create