Re: [orca-list] Feature request: key bindings



Hey Sébastien:

Nice to hear from you. The src/orca/default.py module has a getBrailleBindings that can be modified very easily to provide what you're looking for. I think adding these lines would do the trick:

            brailleBindings[braille.brlapi.KEY_CMD_FWINLTSKIP]   = \
                self.inputEventHandlers["panBrailleLeftHandler"]
            brailleBindings[braille.brlapi.KEY_CMD_FWINRTSKIP]   = \
                self.inputEventHandlers["panBrailleRightHandler"]

We currently have a bug open for providing better support for BrlTTY commands: http://bugzilla.gnome.org/show_bug.cgi?id=521599

I would *love* it if you could provide some input for ways we could improve the users control of the desktop from the braille device. We currently do a pretty limited job and could definitely do better.

Will

Sébastien Hinderer wrote:
Hi,

Would it please be possible that Orca responds to the FWINLTSKIP and
FWINRTSKIP brltty commands ?
If these commands had the same behaviour like FWINLT and FWINRT, that
would be great, at least for me.

Thanks !
Sébastien.
_______________________________________________
Orca-list mailing list
Orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Netiquette Guidelines are at http://live.gnome.org/Orca/FrequentlyAskedQuestions/NetiquetteGuidelines




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