GNOME Bugzilla – Bug 319754
Braille cursor routing keys cannot be used to do text selection
Last modified: 2007-05-25 21:25:46 UTC
Braille cursor routing keys should be able to be used in conjunction with the Shift modifier to select text in a text area. This has not been implemented yet in src/orca/braille.py.
*** This bug has been marked as a duplicate of 354471 ***
BRLTTY already provides bindings (commands) for: * CUTBEGIN (start new cut buffer at character) * CUTAPPEND (append to existing cut buffer from character) * CUTRECT (rectangular cut to character) * CUTLINE (linear cut to character) All of these commands provide a character position as an argument. So we already have two different types of "shift" + one cursor routing key for starting and ending an area. These bindings are frequently used when BRLTTY is used for console review since they provide cut'n'paste support between consoles (like gpm does for mouse users). So the user is already familiar to them, and kind of expects them to work for selecting text in GUIs as well.