xtest-fake-key-event

Name

xtest-fake-key-event -- Fake an X event of key KEYCODE after a delay of MS-DELAY.

Synopsis

(xtest-fake-key-event keycode is-press? #&optional ms-delay)

Description

Fake an X event of key keycode after a delay of ms-delay. The event is a key press if is-press? is #t, or a release otherwise. If ms-delay is ommitted or is not a number, no delay is used.

Implementation Notes

Module: Primitive from (app scwm xtest)

Defined in modules/xtest/scwmxtest.c at line 71 (CVS log)