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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xwt/Xwt/Key.cs')
-rw-r--r--Xwt/Xwt/Key.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xwt/Xwt/Key.cs b/Xwt/Xwt/Key.cs
index e0ff3124..1cceb120 100644
--- a/Xwt/Xwt/Key.cs
+++ b/Xwt/Xwt/Key.cs
@@ -143,7 +143,6 @@ namespace Xwt
Find = 0xff68,
Break = 0xff6b,
NumLock = 0xff7f,
- Equal = 0xffbd,
ShiftLeft = 0xffe1,
ShiftRight = 0xffe2,
ControlLeft = 0xffe3,
@@ -182,6 +181,7 @@ namespace Xwt
Colon = 0x3a,
Semicolon = 0x3b,
Less = 0x3c,
+ Equal = 0x3d,
Greater = 0x3e,
Question = 0x3f,
At = 0x40,