lambda-nvda / lambdaNvda

NVDA Add-On for LAMBDA Software
GNU General Public License v2.0
5 stars 4 forks source link

Key error when trying to set default configuration from Lambda #27

Closed nvdaes closed 7 years ago

nvdaes commented 7 years ago

STR:

  1. Open Lambda.
  2. Press three times control+NVDA+r.

Result:

KeyError: 'brailleFlatMode'

Possible solution (not tested with Lambda, used for instance in clipContentsDesigner add-on):

confspec = { "separator": "string(default="")", "addTextBefore": "boolean(default=False)", } config.conf.spec["clipContentsDesigner"] = confspec