strokes-global-set-stroke-string

strokes-global-set-stroke-string is an interactive compiled Lisp function in `strokes.el'.


(strokes-global-set-stroke-string STROKE STRING)

Interactively give STROKE the global binding as STRING.
Works just like `global-set-key', except for strokes. STRING
is a string to be inserted by the stroke. STROKE is a list of
sampled positions on the stroke grid as described in the
documentation for the `strokes-define-stroke' function.

Compare `strokes-global-set-stroke'.