Skip to content

Commit

Permalink
Add some more debugging message for xim
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Apr 1, 2024
1 parent 2b087ab commit 2ebd25e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/xim/xim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,8 @@ void XIMServer::callback(xcb_im_client_t *client, xcb_im_input_context_t *xic,
xevent->time);
XIM_KEY_DEBUG() << "XIM Key Event: "
<< static_cast<int>(xevent->response_type) << " "
<< event.rawKey().toString();
<< event.rawKey().toString() << " time:" << xevent->time
<< " sequence:" << xevent->sequence;
if (!ic->hasFocus()) {
ic->focusIn();
}
Expand Down

0 comments on commit 2ebd25e

Please sign in to comment.