[issue46052] IDLE: make Ctrl, Alt + IME non-ascii letter work on Windows

Eryk Sun report at bugs.python.org
Sun Dec 12 21:58:57 EST 2021


Eryk Sun <eryksun at gmail.com> added the comment:

The alternate keyboard shortcuts for the clipboard work fine with a Russian keyboard layout:

   copy: Ctrl+Insert
    cut: Shift+Delete
  paste: Shift+Insert

Some programs also support Alt+Backspace for undo (Ctrl+Z). Watch out with Shift+Delete in GUI shells, since it physically deletes files, bypassing the recycle bin (trash), instead of cutting the selected files to the clipboard.

----------
nosy: +eryksun

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46052>
_______________________________________


More information about the Python-bugs-list mailing list