ScrolledWindow: Fix/improve doc of key bindings

Saying 'key + modifiers' is really weird, so reverse that, and explain
why there are 2 cited and what the difference between them is.
This commit is contained in:
Daniel Boles 2018-07-02 20:09:37 +01:00
parent ae3163b5e0
commit 51b77a425a

View File

@ -726,7 +726,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class)
* keybinding. The #GtkWidget::move-focus signal is emitted with
* @direction_type on this scrolled windows toplevel parent in the
* container hierarchy. The default bindings for this signal are
* `Tab + Ctrl` and `Tab + Ctrl + Shift`.
* `Ctrl + Tab` to move forward and `Ctrl + Shift + Tab` to move backward.
*/
signals[MOVE_FOCUS_OUT] =
g_signal_new (I_("move-focus-out"),