Skip to content

Commit

Permalink
Log key events.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Jun 16, 2024
1 parent db573a8 commit 100be1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/logevent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,8 @@ bool initLogEvents() {
if (loggedEventsInited == false) {
memset(loggedEvents, false, sizeof loggedEvents);

// setLogEvent(KeyPress, true);
// setLogEvent(KeyRelease, true);
setLogEvent(KeyPress, true);
setLogEvent(KeyRelease, true);
setLogEvent(ButtonPress, true);
setLogEvent(ButtonRelease, true);
// setLogEvent(MotionNotify, true);
Expand Down

0 comments on commit 100be1b

Please sign in to comment.