Variable: strokes-global-map

strokes-global-map is a variable defined in strokes.el.gz.

Value

nil

Documentation

Association list of strokes and their definitions.

Each entry is (STROKE . COMMAND) where STROKE is itself a list of coordinates (X . Y) where X and Y are lists of positions on the normalized stroke grid, with the top left at (0 . 0). COMMAND is the corresponding interactive function.

Source Code

;; Defined in /usr/src/emacs/lisp/strokes.el.gz
(defvar strokes-global-map '()
  "Association list of strokes and their definitions.
Each entry is (STROKE . COMMAND) where STROKE is itself a list of
coordinates (X . Y) where X and Y are lists of positions on the
normalized stroke grid, with the top left at (0 . 0).  COMMAND is
the corresponding interactive function.")