xdo_send_keysequence_window_list_do

Send a series of keystrokes.

@param window The window to send events to or CURRENTWINDOW @param keys The array of charcodemap_t entities to send. @param nkeys The length of the keys parameter @param pressed 1 for key press, 0 for key release. @param modifier Pointer to integer to record the modifiers activated by the keys being pressed. If NULL, we don't save the modifiers. @param delay The delay between keystrokes in microseconds.

extern (C) nothrow @nogc
int
xdo_send_keysequence_window_list_do
(
const xdo_t* xdo
,
Window window
,,
int nkeys
,,,
useconds_t delay
)

Meta