Skip to content

Commit

Permalink
fixup! Move keyboard tracking to CConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Oct 1, 2024
1 parent 0518ac4 commit 3ffa1ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/rfb/CConnection.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,6 @@ void CConnection::sendKeyPress(int systemKeyCode,
downKeys[systemKeyCode].keyCode = keyCode;
downKeys[systemKeyCode].keySym = keySym;

// FIXME: Should we include our own XKeysymToString()?
vlog.debug("Key pressed: %d => 0x%02x / XK_%s (0x%04x)",
systemKeyCode, keyCode, KeySymName(keySym), keySym);

Expand Down

0 comments on commit 3ffa1ac

Please sign in to comment.