From ac213e98110be5854986be48e903d41e258cd635 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. --- win32/ScintillaWin.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index b1ba0155b..bc7ff17b3 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -397,6 +397,7 @@ static int KeyTranslate(int keyIn) { case VK_SUBTRACT: return SCK_SUBTRACT; case VK_DIVIDE: return SCK_DIVIDE; case VK_LWIN: return SCK_WIN; + case VK_RWIN: return SCK_RWIN; case VK_APPS: return SCK_MENU; case VK_OEM_2: return '/'; case VK_OEM_3: return '`'; -- cgit v1.2.3