| 238 | } |
| 239 | |
| 240 | void KeybindingsMenu::resetDefaults() { |
| 241 | auto config = Root::singleton().configuration(); |
| 242 | config->set("bindings", config->getDefault("bindings")); |
| 243 | apply(); |
| 244 | |
| 245 | buildListsFromConfig(); |
| 246 | } |
| 247 | |
| 248 | } |
nothing calls this directly
no test coverage detected