diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index 722406b81a8ae6..2dc463735d691e 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -1,33 +1,31 @@ -
tkinter.tix — Extension widgets for Tk
tkinter.tix
tkinter.ttk — Tk themed widgets
tkinter.ttk
In this section, ‘C’ refers to the Control key on Windows and Unix and the Command key on macOS.
Backspace deletes to the left; Del deletes to the right
C-Backspace delete word left; C-Del delete word to the right
Arrow keys and Page Up/Page Down to move around
C-LeftArrow and C-RightArrow moves by words
Home/End go to begin/end of line
C-Home/C-End go to begin/end of file
Some useful Emacs bindings are inherited from Tcl/Tk:
- + C-a beginning of line C-e end of line C-k kill line (but doesn’t put it in clipboard) @@ -553,7 +570,6 @@ Key bindingsC-d delete next character -
C-a beginning of line
C-e end of line
C-k kill line (but doesn’t put it in clipboard)
Standard keybindings (like C-c to copy and C-v to paste) @@ -574,7 +590,7 @@
Any selection becomes a search target. However, only selections within a line work because searches are only performed within lines with the -terminal newline removed. If [x] Regular expresion is checked, the +terminal newline removed. If [x] Regular expression is checked, the target is interpreted according to the Python re module.
[x] Regular expresion
[x] Regular expression