[libadwaita/wip/exalm/leaflet-shortcuts: 5/6] doc: Mention navigation shortcuts in migration guides




commit 08932bbb749d6339857a562ba9e6040c6f70cc24
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Nov 12 17:10:45 2021 +0500

    doc: Mention navigation shortcuts in migration guides

 doc/migrating-between-development-versions.md | 6 ++++--
 doc/migrating-libhandy-1-4-to-libadwaita.md   | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/doc/migrating-between-development-versions.md b/doc/migrating-between-development-versions.md
index 7f683251..fb64828f 100644
--- a/doc/migrating-between-development-versions.md
+++ b/doc/migrating-between-development-versions.md
@@ -286,11 +286,13 @@ propagation.
 
 The `can-swipe-back` and `can-swipe-forward` properties have been renamed to
 [property@AdwLeaflet:can-navigate-back] and
-[property@AdwLeaflet:can-navigate-forward], along with their accessors.
+[property@AdwLeaflet:can-navigate-forward], along with their accessors. The new
+properties also handle keyboard and mouse shortcuts in addition to swipes.
 
 ### Adapt to [class@Adw.PreferencesWindow] API changes
 
 The `can-swipe-back` and `can-swipe-forward` properties have been renamed to
 [property@AdwPreferencesWindow:can-navigate-back] and
 [property@AdwPreferencesWindow:can-navigate-forward], along with their
-accessors.
+accessors. The new properties also handle keyboard and mouse shortcuts in
+addition to swipes.
diff --git a/doc/migrating-libhandy-1-4-to-libadwaita.md b/doc/migrating-libhandy-1-4-to-libadwaita.md
index 00b7879e..5113fad8 100644
--- a/doc/migrating-libhandy-1-4-to-libadwaita.md
+++ b/doc/migrating-libhandy-1-4-to-libadwaita.md
@@ -261,7 +261,8 @@ page objects, similarly to [class@Gtk.Stack]. For example,
 
 The `can-swipe-back` and `can-swipe-forward` properties have been renamed to
 [property@AdwLeaflet:can-navigate-back] and
-[property@AdwLeaflet:can-navigate-forward], along with their accessors.
+[property@AdwLeaflet:can-navigate-forward], along with their accessors. The new
+properties also handle keyboard and mouse shortcuts in addition to swipes.
 
 The `hhomogeneous-folded`, `vhomogeneous-folded`, `hhomogeneous-unfolded`,
 and `vhomogeneous-unfolded` properties have been replaced by a single
@@ -349,7 +350,8 @@ propagation.
 The `can-swipe-back` and `can-swipe-forward` properties have been renamed to
 [property@AdwPreferencesWindow:can-navigate-back] and
 [property@AdwPreferencesWindow:can-navigate-forward], along with their
-accessors.
+accessors. The new properties also handle keyboard and mouse shortcuts in
+addition to swipes.
 
 ### Adapt to Stylesheet Changes
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]