summaryrefslogtreecommitdiffstats
path: root/tsak
diff options
context:
space:
mode:
Diffstat (limited to 'tsak')
-rw-r--r--tsak/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tsak/main.cpp b/tsak/main.cpp
index 087147935..57e228c2e 100644
--- a/tsak/main.cpp
+++ b/tsak/main.cpp
@@ -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);
}
}
}