Lines Matching refs:keys
26 userkeys = testcfg['keys'] = config.IdleUserConfParser('')
276 # Check keys are equal
277 self.assertCountEqual(conf.defaultCfg.keys(), conf.config_types)
278 self.assertCountEqual(conf.userCfg.keys(), conf.config_types)
500 # Above depended on config-extensions.def having Alt keys,
519 # XXX: Should move out the core keys to config file or other place
702 empty = {'main':{}, 'highlight':{}, 'keys':{}, 'extensions':{}}
708 changes.add_option('keys', 'Ksec', 'kitem', 'kval')
713 'keys': {'Ksec': {'kitem':'kval'}},
772 for cfgtype, section in (('main', 'Msec'), ('keys', 'Ksec')):