mirror of
https://github.com/deskflow/deskflow.git
synced 2026-06-25 21:12:01 +08:00
* After getting a dead key from ToUnicodeEx, add an additional VK_SPACE to the keyboard state so we reset the dead key flag and subsequent calls with modifiers, like shift, return the right result (-1) instead of 1. This happened because without reseting the dead key status the new one was attempted to be composed with the old one, which failed and the end result was a single unicode codepoint not marked as a dead key. This opens the door to potentially use the returned unicode from the second call as the key character instead of maintaining the getDeadKey function. * Update ChangeLog Co-authored-by: Pedro Navarro <pnavarro@netflix.com> Co-authored-by: Serhii Hadzhilov <serhii-external@symless.com> Co-authored-by: Serhii Hadzhilov <71632867+SerhiiGadzhilov@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| cmd | ||
| gui | ||
| lib | ||
| test | ||
| CMakeLists.txt | ||