• Home
  • Raw
  • Download

Lines Matching refs:kbd

346 In this section, 'C' refers to the :kbd:`Control` key on Windows and Unix and
347 the :kbd:`Command` key on Mac OSX.
349 * :kbd:`Backspace` deletes to the left; :kbd:`Del` deletes to the right
351 * :kbd:`C-Backspace` delete word left; :kbd:`C-Del` delete word to the right
353 * Arrow keys and :kbd:`Page Up`/:kbd:`Page Down` to move around
355 * :kbd:`C-LeftArrow` and :kbd:`C-RightArrow` moves by words
357 * :kbd:`Home`/:kbd:`End` go to begin/end of line
359 * :kbd:`C-Home`/:kbd:`C-End` go to begin/end of file
363 * :kbd:`C-a` beginning of line
365 * :kbd:`C-e` end of line
367 * :kbd:`C-k` kill line (but doesn't put it in clipboard)
369 * :kbd:`C-l` center window around the insertion point
371 * :kbd:`C-b` go backward one character without deleting (usually you can
374 * :kbd:`C-f` go forward one character without deleting (usually you can
377 * :kbd:`C-p` go up one line (usually you can also use the cursor key for
380 * :kbd:`C-d` delete next character
382 Standard keybindings (like :kbd:`C-c` to copy and :kbd:`C-v` to paste)
391 the next line is dedented. In leading indentation, :kbd:`Backspace` deletes up
392 to 4 spaces if they are there. :kbd:`Tab` inserts spaces (in the Python
411 :kbd:`Tab` will supply that completion without opening the ACW.
414 :kbd:`C-space` will open a completions window. In an empty
421 entry most closely matching those characters. Entering a :kbd:`tab` will
423 Shell. Two :kbd:`tab` in a row will supply the current ACW selection, as
445 A calltip is shown when one types :kbd:`(` after the name of an *accessible*
448 or :kbd:`)` is typed. When the cursor is in the argument part of a definition,
473 * :kbd:`C-c` interrupts executing command
475 * :kbd:`C-d` sends end-of-file; closes window if typed at a ``>>>`` prompt
477 * :kbd:`Alt-/` (Expand word) is also useful to reduce typing
481 * :kbd:`Alt-p` retrieves previous command matching what you have typed. On
482 OS X use :kbd:`C-p`.
484 * :kbd:`Alt-n` retrieves next. On OS X use :kbd:`C-n`.
486 * :kbd:`Return` while on any previous command retrieves that command