commit | 4a3c150c96efb4e91aea1ecd25d85cf89e4d8416 | [log] [tgz] |
---|---|---|
author | Hardening <rdp.effort@gmail.com> | Sat Apr 06 23:39:26 2013 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Apr 11 16:11:11 2013 -0400 |
tree | f05594826d00d657b9c40aec52b648770cf42e3c | |
parent | b67c91d46d52782f35049c6df9d1aae92885fb7c [diff] |
Correctly handle extended RDP keycodes The keycodes received by the FreeRDP server aren't evdev keycodes. This patch adds the correct convertion to evdev keycodes. After the patch all keys that are marked as extended in RDP packets become functionnal (that's the case for the windows key). Please note that this patch rely on some corrections that have been pushed on the FreeRDP github tonight.