Send a grouping of three SAK messages for each SAK keypress

This is needed because each client consumes a single notification message
v3.5.13-sru
Timothy Pearson 13 years ago
parent 359c0da917
commit e675939609

@ -330,6 +330,8 @@ int main (int argc, char *argv[])
if (hide_event == true) {
// Let anyone listening to our interface know that an SAK keypress was received
write(mPipe_fd_out, "SAK\n\r", 6);
write(mPipe_fd_out, "SAK\n\r", 6);
write(mPipe_fd_out, "SAK\n\r", 6);
}
}
}

Loading…
Cancel
Save