E. Paine added the comment:
This is reproducible using tkinter in Python 3.9.2 installed using both the
regular Intel and Universal2 installers. It is also reproducible in Wish
8.6.10. (tested on MacOS 11.2.1)
--
components: -IDLE
nosy: +epaine
_
Terry J. Reedy added the comment:
The menu items and Windows shortcuts work on Windows 10. Several shortcuts and
some menu items do not work on macOS. The latter is true for the undo and
clipboard items at the top of the Edit menu. The shortcuts do cause 'Edit' to
flash, indicating that
New submission from Jacob Walls :
Cmd-A to select all or Cmd-Z to undo, etc., have no effect when typing in the
"Save As:" or "Tags:" fields of the native Save As... dialog on MacOS. Cmd-R,
curiously, opens a Finder window.
IDLE dialogs such as Search behave as expected (Cmd-A selects all).