From 0d289687085855c4c7320a6baf44644fff0ac194 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Wed, 2 Aug 2017 16:10:59 +1000 Subject: Switch default modifier key for rectangular selections from Ctrl to Alt on Linux. --- doc/ScintillaHistory.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 2bcfaeebe..d34dc4d4a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -584,6 +584,12 @@ Bug #1876.
  • + On Linux, both for GTK+ and Qt, the default modifier key for rectangular selection is now Alt. + This is the same as Windows and macOS. + This was changed from Ctrl as window managers are less likely to intercept Alt+Drag for + moving windows than in the past. +
  • +
  • On Cocoa, fix doCommandBySelector but avoid double effect of 'delete' key. Bug #1958. -- cgit v1.2.3