• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/

Lines Matching defs:keystroke

588  - topic-oriented authoring, including keystroke-based topic creation,
593 - \"Hot-spot\" operation, for single-keystroke maneuvering and exposure control
711 Hot-spot operation provides a means for easy, single-keystroke outline
722 single keystroke. Regular navigation keys (eg, \\[forward-char], \\[next-line]) don't get
13540 \\[hexl-quoted-insert] followed by another keystroke allows you to insert the key even if
22877 can be modified by the global variable `repeat-on-final-keystroke'.
28564 ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
28565 ;;;;;; type-break type-break-mode type-break-keystroke-threshold
28606 (defvar type-break-keystroke-threshold (let* ((wpm 35) (avg-word-length 5) (upper (* wpm avg-word-length (/ type-break-interval 60))) (lower (/ upper 5))) (cons lower upper)) "\
28623 keystroke even though they really require multiple keys to generate them.
28625 The command `type-break-guesstimate-keystroke-threshold' can be used to
28628 (custom-autoload (quote type-break-keystroke-threshold) "type-break" t)
28636 user has exceeded a keystroke threshold. When the time arrives, the user
28647 reset the keystroke counter.
28652 break at any time). It also initializes the keystroke counter.
28667 the upper bound if the keystroke threshold is reached.
28675 The variable `type-break-keystroke-threshold' is used to determine the
28677 the command `type-break-guesstimate-keystroke-threshold' to try to
28685 `type-break-keystroke-warning-intervals'
28720 scheduled, the keystroke thresholds and the current keystroke count, etc.
28724 (autoload (quote type-break-guesstimate-keystroke-threshold) "type-break" "\
28725 Guess values for the minimum/maximum keystroke threshold for typing breaks.
28735 From that, this command sets the values in `type-break-keystroke-threshold'