After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 668297 - Create a keybinding for navigation by sentence
Create a keybinding for navigation by sentence
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-01-19 18:54 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2018-05-02 15:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joanmarie Diggs (IRC: joanie) 2012-01-19 18:54:33 UTC
We have existing keybindings for caret navigation, e.g.:

* Left/Right: Char
* Ctrl+Left/Right: Word
* Up/Down: Line
* Ctrl+Up/Down: Paragraph(?)

It would be nice if we could have a keybinding for navigation by sentence for accessibility purposes (both for users who are blind and for users with print learning disabilities).

Notes:

1. Benjamin said this might be doable and to file this RFE. :)

2. The accessibility code already allows one to obtain sentences via AtkText, so the work to figure out how to identify sentences might already exist somewhere.
Comment 1 Matthias Clasen 2012-01-19 18:58:43 UTC
The biggest problem is to come up with a key combination that makes sense and doesn't cause too many problems.

Ctrl-Up/Down is used by both scrolledwindow and notebook, afair
Comment 2 Joanmarie Diggs (IRC: joanie) 2012-01-19 19:10:22 UTC
Could we use Alt-Up/Down?
Comment 3 Benjamin Otte (Company) 2012-01-19 19:48:38 UTC
GtkSourceView has taken Alt combos for itself. Paolo claims they were modeled after Eclipse...
Comment 4 GNOME Infrastructure Team 2018-05-02 15:18:36 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gtk/issues/380.