Skip to content

Commit bd422d3

Browse files
committed
Fixed #32 key combinations overwrite previous display; 2.0.2.5
1 parent 77b43ad commit bd422d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

keycastow.rc

0 Bytes
Binary file not shown.

keylog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ LRESULT CALLBACK LLKeyboardProc(int nCode, WPARAM wp, LPARAM lp)
361361

362362
if(theKey) {
363363
if(mod) {
364-
fin = 2;
364+
fin = 1;
365365
swprintf(tmp, 64, L"%s %c %s", modifierkey, comboChars[1], theKey);
366366
addBracket(tmp);
367367
theKey = tmp;

0 commit comments

Comments
 (0)