Re: [orca-list] interesting feature request



Hi all

I think this feature should be filed anyway.
The best thing on free/open source software is that anyone can work and
summit patches on a bug report, doesn't matter priority if you can file
the bug and present a patch, if community like it, it is applied

For this RFE I have the following customizations under my
~/.orca/orca-customizations.py file

from time import localtime, strftime

def sayDateAndTime(script, inputEvent=None):
  f=os.popen("date")
  speech.speak(f.read())
  f=os.popen("date")
  braille.displayMessage(f.read())
  f.close()
  return True

sayDateAndTimeHandler = input_event.InputEventHandler(sayDateAndTime,
_("Speak and braille current date and time"))

keys = keybindings.KeyBindings()

keys.add(keybindings.KeyBinding("d", 1<< settings.MODIFIER_ORCA, 1 <<
settings.MODIFIER_ORCA, sayDateAndTimeHandler))

settings.keyBindingsMap = {}
settings.keyBindingsMap["default"] = keys
#end of file

So you can press orca + d to speak/braille date information.

Hope this help!

Regards

Javier



        El mar, 10-04-2007 a las 08:12 -0400, Lorenzo Taylor escribiÃ:
Well, I planned to file my feature request with the lowest priority
available. I don't expect it to be done right away because I know there
are other higher priority things that need to be done. At the same time,
I think if we want it at all a feature request should be filed. It isn't
a high priority request, I just thought it would be nice to have, so I
will file it with a low priority.

Live long and prosper,
Lorenzo
_______________________________________________
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




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