Issue 1004217: Shortcut keys don't work when CAPS LOCK is on (original) (raw)
Issue1004217
This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/40697
classification
Title: | Shortcut keys don't work when CAPS LOCK is on | ||
---|---|---|---|
Type: | Stage: | ||
Components: | IDLE | Versions: | Python 2.3 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | kbk | Nosy List: | kbk, ottoisi, rhettinger |
Priority: | normal | Keywords: |
Created on 2004-08-05 21:48 by ottoisi, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (4) | ||
---|---|---|
msg21960 - (view) | Author: otto (ottoisi) | Date: 2004-08-05 21:48 |
IDLE for win32 does not execute keyboard shortcuts when CAPS LOCK is on or the SHIFT key is is pressed. e.g. ctrl-C doesn't work if it's a capital C. | ||
msg21961 - (view) | Author: Kurt B. Kaiser (kbk) * ![]() |
Date: 2004-08-07 18:13 |
Logged In: YES user_id=149084 Dup of 833957 | ||
msg21962 - (view) | Author: Kurt B. Kaiser (kbk) * ![]() |
Date: 2004-08-11 01:39 |
Logged In: YES user_id=149084 That's correct. Don't do that :-) This is the way the keyboard and tcl/tk works. If you really want this, customize using the options menu. It's possible to have more than one keycode bound to an event. | ||
msg21963 - (view) | Author: Raymond Hettinger (rhettinger) * ![]() |
Date: 2004-08-17 08:02 |
Logged In: YES user_id=80475 Fixed for Py2.4. See Lib/idlelib/config-keys.def 1.21. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:06 | admin | set | github: 40697 |
2004-08-05 21:48:12 | ottoisi | create |