From 067151f66d792599e35aa7964ade16df0802abae Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Wed, 2 Aug 2017 16:10:59 +1000 Subject: Backport: Switch default modifier key for rectangular selections from Ctrl to Alt on Linux. Backport of changeset 6364:ea9f62ea6153. --- gtk/ScintillaGTK.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk') diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 0cbf83652..1e3d68320 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -177,11 +177,7 @@ ScintillaGTK::ScintillaGTK(_ScintillaObject *sci_) : sci = sci_; wMain = GTK_WIDGET(sci); -#if PLAT_GTK_WIN32 rectangularSelectionModifier = SCMOD_ALT; -#else - rectangularSelectionModifier = SCMOD_CTRL; -#endif #if PLAT_GTK_WIN32 // There does not seem to be a real standard for indicating that the clipboard -- cgit v1.2.3