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.
Created on 2014年04月26日 21:52 by ned.deily, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg217219 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2014年04月26日 21:52 | |
With the current Cocoa Tk 8.5 (ActiveState 8.5.15), it appears that the IDLE Redo accelerator, Cmd-Shift-Z, has the same effect as the Undo accelerator, Cmd-Z. This is probably related to the behavior and changes in Cocoa Tk noted in Issue11055. With the older Apple-supplied Tk 8.5.9 on OS X 10.9, the Cmd-Shift-Z causes two Redos. Cmd-Shift-Z works correctly with Carbon Tk 8.4.20 (as linked with the 32-bit-only python.org installers) and selecting the Redo menu item, rather than using a keyboard shortcut, appears to work correctly with all versions. |
|||
| msg217220 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2014年04月26日 21:57 | |
Instigated by http://stackoverflow.com/questions/23316425/idle-redo-shortcut-vanished/ |
|||
| msg352811 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2019年09月19日 18:13 | |
Still an issue. Several shortcuts do not work right, so I am generalizing the issue. 1. Redo command accelerator acts as Undo. 2. Cmd-M minimizes instead of open module (#35104 has long discussion). I at least one other issue mentions a similar problem. The default mac keybinding should all be tested to determine the scope of the problem. Then a new keyset designed (#32761) 3. #18444 and #32761 both discuss ^A and beginning of line. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:02 | admin | set | github: 65558 |
| 2021年06月11日 04:05:42 | terry.reedy | set | status: open -> closed superseder: IDLE: Revise macOS key bindings, make new one. resolution: duplicate stage: test needed -> resolved |
| 2019年09月19日 18:13:58 | terry.reedy | set | title: IDLE Redo command accelerator acts as Undo with current OS X Cocoa Tk 8.5.15 -> IDLE macOS: Some Command shortcuts do not work correctly messages: + msg352811 versions: + Python 3.9, - Python 2.7 |
| 2019年09月19日 17:59:51 | terry.reedy | link | issue35104 superseder |
| 2019年02月24日 08:50:55 | ned.deily | set | assignee: ned.deily -> versions: + Python 2.7, Python 3.8, - Python 3.6 |
| 2017年06月19日 23:41:31 | terry.reedy | set | nosy:
+ terry.reedy stage: test needed components: + IDLE versions: + Python 3.6, Python 3.7, - Python 2.7, Python 3.4, Python 3.5 |
| 2014年04月26日 21:57:06 | ned.deily | set | messages: + msg217220 |
| 2014年04月26日 21:52:44 | ned.deily | create | |