printable-char->keysym-string

Name

printable-char->keysym-string -- Return the keysym string corresponding to a printable character.

Synopsis

(printable-char->keysym-string char)

Description

Return the keysym string corresponding to a printable character. CHAR is a scheme character. The return value is appropriate for use by send-key. See also X-synthetic-send-string.

Implementation Notes

Module: (app scwm send-string)

Defined in scheme/send-string.scm at line 12 (CVS log)