diff --git a/capsicain/capsicain.cpp b/capsicain/capsicain.cpp index f1840b0..4c189c1 100644 --- a/capsicain/capsicain.cpp +++ b/capsicain/capsicain.cpp @@ -325,10 +325,10 @@ int main() cout << endl << "<" << endl << "new keyboard: " << (globalState.deviceIsAppleKeyboard ? "Apple keyboard" : "IBM keyboard") << endl - << "new keyboard count: " << interceptionState.newKeyboardCounter << endl + << "new keyboard count: " << ++interceptionState.newKeyboardCounter << endl << "keyboard device id: " << globalState.deviceIdKeyboard << endl << "interceptionDevice: " << interceptionState.interceptionDevice << endl - << getTimestamp() << endl + << getTimestamp() << ">" << endl; diff --git a/x64/Release/capsicain.exe b/x64/Release/capsicain.exe index 2ea70ec..73094b1 100644 Binary files a/x64/Release/capsicain.exe and b/x64/Release/capsicain.exe differ