Re: [orca-list] is orca-customizations.py obsolete?



Hey Halim.

You should just be able to tweak your old version. Namely before you said you had this:

  orca.settings.brailleCheckBoxIndicators = ["[ ]", "[x]", "[-]"]

Now you should be able to do this:

import orca.object_properties
orca.object_properties.CHECK_BOX_INDICATORS_BRAILLE = ["[ ]", "[x]", "[-]"]

I tried it and it worked for me. If it continues to not work for you, please send me your full orca_customizations.py.

Thanks!
--joanie



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