Hi Hermann: We definitely have room for improvement when it comes to allowing the user to interact with an application from the braille display alone. We have opened http://bugzilla.gnome.org/show_bug.cgi?id=521599 as a means to compile the ideas. If you have some, please add them as a comment to the bug.
The two main things we will need are: 1) The physical action taken on the display and/or what BrlTTY command is entered on the display. 2) What Orca action should be taken in response. This is typically done via an input event handler that already exists in Orca or which should be created. For example, the approach I was thinking about taking with the specific thing that started this thread was to define an input event handler to synthesize a keyboard combination. Then, I'd bind the to-be-determined BrlTTY sequences to call the input handler so it could synthesize a Tab or Shift+Tab. Will Hermann wrote: > On 18.12.2008 at 15:51:19 Willie Walker <[email protected]> wrote: > >> Does anyone have any recommendations for this? :-) >> > As far as I know, there are no keystrokes for this in Brltty, at least > in the console mode. > So such a command should be implemented in the GUI mode. > However: Most Brltty keys can be used to navigate in Orca, so we could > use those, that are not working in the GUI. > This however depends on the braille display one uses, so I think there > can no general definitions be made. > In my case, I use a Alva Satellite 544, and the satellite keys do > nothing in Orca, but they are used in text mode. > So one could think about using them for the suggested keystrokes. > But: Are this commands Brltty or Orca commands? > If the latter is the case, I think the best way would be to let the user > define which keystroke to use on his/her specific display. does Orca provide > this possibility? I remember having seen braille keystrokes in Orca's > keybindings tab. If so, can these commands be defined display specific? > Hermann > _______________________________________________ > This message was sent via the BRLTTY mailing list. > To post a message, send an e-mail to: [email protected] > For general information, go to: http://mielke.cc/mailman/listinfo/brltty _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
