aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2017-08-02 16:10:59 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2017-08-02 16:10:59 +1000
commit067151f66d792599e35aa7964ade16df0802abae (patch)
tree9e7bdd51652a0fff9ac712b96994ce562684ecd6 /doc/ScintillaDoc.html
parent9c12f8daa8113abecacabbad8edf7f5b97175a05 (diff)
downloadscintilla-mirror-067151f66d792599e35aa7964ade16df0802abae.tar.gz
Backport: Switch default modifier key for rectangular selections from Ctrl to Alt on Linux.
Backport of changeset 6364:ea9f62ea6153.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 2c2d5b3ae..dca0c72f3 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -1649,9 +1649,9 @@ struct Sci_TextToFind {
<p>
<b id="SCI_SETRECTANGULARSELECTIONMODIFIER">SCI_SETRECTANGULARSELECTIONMODIFIER(int modifier)</b><br />
<b id="SCI_GETRECTANGULARSELECTIONMODIFIER">SCI_GETRECTANGULARSELECTIONMODIFIER &rarr; int</b><br />
- On GTK+, the key used to indicate that a rectangular selection should be created when combined with a mouse drag can be set.
- The three possible values are <code>SCMOD_CTRL</code>=2 (default), <code>SCMOD_ALT</code>=4 or <code>SCMOD_SUPER</code>=8.
- Since <code>SCMOD_ALT</code> is often already used by a window manager, the window manager may need configuring to allow this choice.
+ On GTK+ and Qt, the key used to indicate that a rectangular selection should be created when combined with a mouse drag can be set.
+ The three possible values are <code>SCMOD_CTRL</code>=2, <code>SCMOD_ALT</code>=4 (default) or <code>SCMOD_SUPER</code>=8.
+ Since <code>SCMOD_ALT</code> may already be used by a window manager, the window manager may need configuring to allow this choice.
<code>SCMOD_SUPER</code> is often a system dependent modifier key such as the Left Windows key on a Windows keyboard or the
Command key on a Mac.</p>