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. --- gtk/ScintillaGTK.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk') diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 5dc998a07..269c59e91 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -1947,6 +1947,8 @@ static int KeyTranslate(int keyIn) { return SCK_DIVIDE; case GDK_Super_L: return SCK_WIN; + case GDK_Super_R: + return SCK_RWIN; case GDK_Menu: return SCK_MENU; default: -- cgit v1.2.3