It is possible to create an event inside Sawfish that mimics a real keyboard or mouse event.
| synthesize-event event window &optional propagate | Function |
|
Generate a synthetic key press or button press and send it to the X
window bound to the window object. This press is automatically
followed by the appropriate release event.
The current pointer position becomes the position of the event. Event is either an event object, or the string representation of
an event (such as If propagate is true, the event will propagate up the window ancestor chain until it is handled. |