Send a grouping of three SAK messages for each SAK keypress

This is needed because each client consumes a single notification message
pull/1/head
Timothy Pearson 13 years ago
parent 7acb35ad4d
commit 96c9b7f819

@ -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