GNOME Bugzilla – Bug 668297
Create a keybinding for navigation by sentence
Last modified: 2018-05-02 15:18:36 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.
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
Could we use Alt-Up/Down?
GtkSourceView has taken Alt combos for itself. Paolo claims they were modeled after Eclipse...
-- 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.