mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
626 B
Diff
12 lines
626 B
Diff
diff -u -r -N old/include/freerdp/kbd/vkcodes.h new/include/freerdp/kbd/vkcodes.h
|
|
--- old/include/freerdp/kbd/vkcodes.h 2013-09-19 12:46:07.124339712 +0200
|
|
+++ new/include/freerdp/kbd/vkcodes.h 2013-09-19 12:45:51.621005583 +0200
|
|
@@ -434,7 +434,7 @@
|
|
{ 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" },
|