From b1cb34cbbbbbd266157f78ab6fce5693147dee2e Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Wed, 11 Oct 2017 22:35:31 +0100 Subject: [PATCH] Settings: Mention Shift+primary click on Range too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This already existed, and since this doc blurb is already inflating dramatically, what’s another half a line? --- gtk/gtksettings.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index 0ebf422555..675078c859 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -1279,7 +1279,8 @@ gtk_settings_class_init (GtkSettingsClass *class) * slider/value to move by the range’s page-size towards the point clicked. * * Whichever action you choose for the primary button, the other action will - * be available by clicking the middle mouse button (since GTK+ 3.22.25). + * be available by holding Shift and primary-clicking, or (since GTK+ 3.22.25) + * clicking the middle mouse button. * * Since: 3.6 */