We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10c27f commit 58a9becCopy full SHA for 58a9bec
src/lib/fcitx/instance.cpp
@@ -931,7 +931,8 @@ Instance::Instance(int argc, char **argv) {
931
<< " rawKey: " << keyEvent.rawKey()
932
<< " origKey: " << keyEvent.origKey()
933
<< " Release:" << keyEvent.isRelease()
934
- << " keycode: " << keyEvent.origKey().code();
+ << " keycode: " << keyEvent.origKey().code()
935
+ << " program: " << ic->program();
936
937
if (keyEvent.isRelease()) {
938
return;
0 commit comments