[orca-list] Cannot assign key-bindings to unbound functions in Orca 2.31.90pre.



In Key Bindings page of Orca Preferences, trying to assign key-bindings to unbound functions gives following Traceback. Key bindings are not assigned. I tried this on another machine, but got similar traceback. I am using the latest development version Orca 2.31.90pre.

I want to submit a new patch which implements Skim Reading and some other functions. Since the patch includes unbound functions, I cannot submit it till the above difficulty is solved. Can someone help, please?

Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/orca/orca_gui_prefs.py", line 3811, in editingKey
    self._presentMessage(_("enter new key"))
  File "/usr/local/lib/python2.6/dist-packages/orca/orca_gui_prefs.py", line 2266, in _presentMessage
    defScript.speakMessage(text, interrupt=interrupt)
TypeError: speakMessage() got an unexpected keyword argument 'interrupt'
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/orca/orca_gui_prefs.py", line 3921, in editedKey
    self._presentMessage(message)
  File "/usr/local/lib/python2.6/dist-packages/orca/orca_gui_prefs.py", line 2266, in _presentMessage
    defScript.speakMessage(text, interrupt=interrupt)
TypeError: speakMessage() got an unexpected keyword argument 'interrupt'

Regards.

Dattatray Bhat


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