From b4a0d0879c3313a99566176108c181d1d2a230c2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 22 Aug 2006 22:58:01 +0000 Subject: Added key code for the right hand side Windows key. --- include/Scintilla.iface | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Scintilla.iface') 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 -- cgit v1.2.3