Process selection of custom key set.
(self, *params)
| 1329 | self.load_keys_list(value) |
| 1330 | |
| 1331 | def var_changed_custom_name(self, *params): |
| 1332 | "Process selection of custom key set." |
| 1333 | value = self.custom_name.get() |
| 1334 | if value != '- no custom keys -': |
| 1335 | changes.add_option('main', 'Keys', 'name', value) |
| 1336 | self.load_keys_list(value) |
| 1337 | |
| 1338 | def var_changed_keyset_source(self, *params): |
| 1339 | "Process toggle between builtin key set and custom key set." |
no test coverage detected