Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/NeutrinoRDP.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-08-07 02:40:28 +0400
committerJay Sorg <jay.sorg@gmail.com>2014-08-07 02:40:28 +0400
commit134784a5223b92a09a74d8e8a853882bb35194be (patch)
tree7cd56b53652cf8b95c221984b933348e37687ce2 /include
parent642ae654c734c47c5517c3282c9ebb3865b139f9 (diff)
parenta62a3afcf2c690798b6c46e2a88296b379152ff8 (diff)
Merge branch 'master' of github.com:neutrinolabs/NeutrinoRDP
Conflicts: libfreerdp-core/nego.c
Diffstat (limited to 'include')
-rw-r--r--include/freerdp/kbd/vkcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/freerdp/kbd/vkcodes.h b/include/freerdp/kbd/vkcodes.h
index f2f87d1..106cd0e 100644
--- a/include/freerdp/kbd/vkcodes.h
+++ b/include/freerdp/kbd/vkcodes.h
@@ -434,7 +434,7 @@ static const virtualKey virtualKeyboard[256 + 2] =
{ 0x00, 0, "VK_SEPARATOR" , NULL },
{ 0x4A, 0, "VK_SUBTRACT" , "KPSU" },
{ 0x53, 0, "VK_DECIMAL" , "KPDL" },
- { 0x35, 0, "VK_DIVIDE" , "KPDV" },
+ { 0x35, 1, "VK_DIVIDE" , "KPDV" },
{ 0x3B, 0, "VK_F1" , "FK01" },
{ 0x3C, 0, "VK_F2" , "FK02" },
{ 0x3D, 0, "VK_F3" , "FK03" },