From 0604389a02a2cb5f33f5f84e460ad3d7a55f1fc4 Mon Sep 17 00:00:00 2001
From: Neil
Date: Tue, 29 Mar 2016 15:38:45 +1100
Subject: Feature [feature-requests:#1142]. Allow Super modifier on GTK+.
---
doc/ScintillaDoc.html | 4 +++-
doc/ScintillaHistory.html | 5 +++++
2 files changed, 8 insertions(+), 1 deletion(-)
(limited to 'doc')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index b1b550fb0..f1e6c3a75 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -5042,9 +5042,11 @@ struct Sci_TextToFind {
SCK_WIN.
The modifiers are a combination of zero or more of SCMOD_ALT,
- SCMOD_CTRL, SCMOD_SHIFT, and SCMOD_META.
+ SCMOD_CTRL, SCMOD_SHIFT,
+ SCMOD_META, and SCMOD_SUPER.
On OS X, the Command key is mapped to SCMOD_CTRL and the Control key to
SCMOD_META.
+ SCMOD_SUPER is only available on GTK+ which is commonly the Windows key.
If you are building a table, you might
want to use SCMOD_NORM, which has the value 0, to mean no modifiers.
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 71886307e..a3e725230 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -484,6 +484,7 @@
| Mark C |
Johannes Sasongko |
+ fstirlitz |
@@ -515,6 +516,10 @@
Bug #1822.
+ For GTK+, the Super modifier key can be used in key bindings.
+ Feature #1142.
+
+
SciTE bug fixed with exported HTML where extra line shown.
Bug #1816.
--
cgit v1.2.3