Issue 1356720: Ctrl+C for copy does not work when caps-lock is on (original) (raw)
Issue1356720
Created on 2005-11-14 17:20 by ldrhcp, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg26875 - (view) | Author: Lenny Domnitser (ldrhcp) | Date: 2005-11-14 17:20 |
I only tested this on Windows/Python 2.4/Idle 1.1.2. Other shortcuts (Ctrl+V, Ctrl+X, etc.) work just fine, but Ctrl+C requires a lower case letter. | ||
msg26876 - (view) | Author: Noam Raphael (noamr) * | Date: 2005-11-14 20:28 |
Logged In: YES user_id=679426 I didn't reproduce it, but it must be because the key binding for interrupt-execution is set to " " only in the "IDLE Classic - Windows" keybinding set, and not in the Mac and Unix variants, where it's only "". I don't find the place to attach a file (new sourceforge style), so here it is: Index: config-keys.def =================================================================== --- config-keys.def (revision 41443) +++ config-keys.def (working copy) @@ -70,7 +70,7 @@ end-of-file= history-next= history-previous= -interrupt-execution= +interrupt-execution= view-restart= restart-shell= open-class-browser= @@ -123,7 +123,7 @@ python-context-help= history-next= history-previous= -interrupt-execution= +interrupt-execution= view-restart= restart-shell= open-class-browser= Noam | ||
msg56893 - (view) | Author: Kurt B. Kaiser (kbk) * ![]() |
Date: 2007-10-28 19:30 |
On systems other than Windows, people generally prefer to leave as much flexibility as possible by not binding various combinations of modifiers to the callback associated with a . If you need this change, add a binding as noamr suggests. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:14 | admin | set | github: 42594 |
2007-10-28 19:30:58 | kbk | set | status: open -> closedresolution: wont fixmessages: + |
2005-11-14 17:20:18 | ldrhcp | create |