From 523443e7bdce5bd8a1d2b849a9010154c9f2beea Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 15 Oct 2003 12:02:29 +0000 Subject: Added key bindings to key map for functions displaced by rectangular selection. --- win32/ScintillaWin.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win32') diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 154c95192..f6781cdd0 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -352,6 +352,11 @@ static int KeyTranslate(int keyIn) { case VK_ADD: return SCK_ADD; case VK_SUBTRACT: return SCK_SUBTRACT; case VK_DIVIDE: return SCK_DIVIDE; + case VK_OEM_2: return '/'; + case VK_OEM_3: return '`'; + case VK_OEM_4: return '['; + case VK_OEM_5: return '\\'; + case VK_OEM_6: return ']'; default: return keyIn; } } -- cgit v1.2.3