aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-08-22 22:58:01 +0000
committernyamatongwe <devnull@localhost>2006-08-22 22:58:01 +0000
commitac213e98110be5854986be48e903d41e258cd635 (patch)
treef640f2b7041944e8bb08f0f47270d3da1d837759 /include/Scintilla.iface
parent8042f3bb67b39eab4fa20495b12247e383bc0bc0 (diff)
downloadscintilla-mirror-ac213e98110be5854986be48e903d41e258cd635.tar.gz
Added key code for the right hand side Windows key.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 7010cc342..78e62b8ce 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1761,7 +1761,8 @@ val SCK_ADD=310
val SCK_SUBTRACT=311
val SCK_DIVIDE=312
val SCK_WIN=313
-val SCK_MENU=314
+val SCK_RWIN=314
+val SCK_MENU=315
enu KeyMod=SCMOD_
val SCMOD_NORM=0