summaryrefslogtreecommitdiff
path: root/zconstants_windows_386.go
diff options
context:
space:
mode:
Diffstat (limited to 'zconstants_windows_386.go')
-rw-r--r--zconstants_windows_386.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/zconstants_windows_386.go b/zconstants_windows_386.go
index 4c63c62..4427631 100644
--- a/zconstants_windows_386.go
+++ b/zconstants_windows_386.go
@@ -105,14 +105,20 @@ const _VK_F8 = 119
const _VK_F9 = 120
const _VK_HOME = 36
const _VK_INSERT = 45
+const _VK_LCONTROL = 162
const _VK_LEFT = 37
+const _VK_LMENU = 164
+const _VK_LSHIFT = 160
const _VK_LWIN = 91
const _VK_MENU = 18
const _VK_MULTIPLY = 106
const _VK_NEXT = 34
const _VK_PRIOR = 33
+const _VK_RCONTROL = 163
const _VK_RETURN = 13
const _VK_RIGHT = 39
+const _VK_RMENU = 165
+const _VK_RSHIFT = 161
const _VK_RWIN = 92
const _VK_SHIFT = 16
const _VK_SUBTRACT = 109