Aric Stewart <[email protected]> wrote: > + TRACE("found scan=%04x keyc=%u keysym=%04lu > modified_string=%s\n", > + scanCode, keyc, keys, debugstr_an(name,idx-name));
Please keep printing a keysym in hex, printing it in decimal (especially with leading zeros) is not useful. Also add a space in the debugstr_an() construct. -- Dmitry.
