Lines Matching refs:kbd
390 In this section, 'C' refers to the :kbd:`Control` key on Windows and Unix and
391 the :kbd:`Command` key on macOS.
393 * :kbd:`Backspace` deletes to the left; :kbd:`Del` deletes to the right
395 * :kbd:`C-Backspace` delete word left; :kbd:`C-Del` delete word to the right
397 * Arrow keys and :kbd:`Page Up`/:kbd:`Page Down` to move around
399 * :kbd:`C-LeftArrow` and :kbd:`C-RightArrow` moves by words
401 * :kbd:`Home`/:kbd:`End` go to begin/end of line
403 * :kbd:`C-Home`/:kbd:`C-End` go to begin/end of file
407 * :kbd:`C-a` beginning of line
409 * :kbd:`C-e` end of line
411 * :kbd:`C-k` kill line (but doesn't put it in clipboard)
413 * :kbd:`C-l` center window around the insertion point
415 * :kbd:`C-b` go backward one character without deleting (usually you can
418 * :kbd:`C-f` go forward one character without deleting (usually you can
421 * :kbd:`C-p` go up one line (usually you can also use the cursor key for
424 * :kbd:`C-d` delete next character
426 Standard keybindings (like :kbd:`C-c` to copy and :kbd:`C-v` to paste)
434 the next line is dedented. In leading indentation, :kbd:`Backspace` deletes up
435 to 4 spaces if they are there. :kbd:`Tab` inserts spaces (in the Python
458 :kbd:`Tab` will supply that completion without opening the ACW.
461 :kbd:`C-space` will open a completions window. In an empty
468 entry most closely matching those characters. Entering a :kbd:`tab` will
470 Shell. Two :kbd:`tab` in a row will supply the current ACW selection, as
494 A calltip is shown when one types :kbd:`(` after the name of an *accessible*
497 or :kbd:`)` is typed. When the cursor is in the argument part of a definition,
545 until one hits :kbd:`Return`. One may edit pasted code first.
552 * :kbd:`C-c` interrupts executing command
554 * :kbd:`C-d` sends end-of-file; closes window if typed at a ``>>>`` prompt
556 * :kbd:`Alt-/` (Expand word) is also useful to reduce typing
560 * :kbd:`Alt-p` retrieves previous command matching what you have typed. On
561 macOS use :kbd:`C-p`.
563 * :kbd:`Alt-n` retrieves next. On macOS use :kbd:`C-n`.
565 * :kbd:`Return` while on any previous command retrieves that command